-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.97 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "gatsby--zoff-kollektiv",
"description": "Gatsby for Zoff Kollektiv web site (www.zoff-kollektiv.net)",
"dependencies": {
"@n8tb1t/use-scroll-position": "^1.0.43",
"gatsby": "^2.15.9",
"gatsby-image": "^2.2.41",
"gatsby-plugin-manifest": "^2.4.9",
"gatsby-plugin-no-sourcemaps": "^2.1.2",
"gatsby-plugin-postcss": "^2.3.2",
"gatsby-plugin-react-helmet": "^3.1.6",
"gatsby-plugin-resolve-src": "^2.0.0",
"gatsby-plugin-sass": "^2.1.13",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-transformer-remark": "^2.8.13",
"gatsby-transformer-sharp": "^2.3.14",
"hamburgers": "^1.1.3",
"node-sass": "^4.12.0",
"postcss-import": "^12.0.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-accessible-accordion": "^3.0.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-div-100vh": "^0.3.8",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-scrollspy": "^3.4.2",
"tailwindcss-hyphens": "^0.1.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"tailwindcss": "^1.4.6"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"develop": "gatsby develop",
"lint": "Get started linting your code with Eslint and stylelint",
"format": "Get started formatting your code with Eslint, Prettier, and stylelint",
"start": "yarn develop",
"serve": "gatsby serve",
"test": "echo 'Write tests! -> https://gatsby.dev/unit-testing'"
},
"repository": {
"type": "git",
"url": "https://github.com/colbyfayock/gatsby-starter-sass"
},
"bugs": {
"url": "https://github.com/colbyfayock/gatsby-starter-sass/issues"
}
}