-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.36 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
{
"name": "gatsby-starter-sass",
"description": "A Gatsby starter with Sass and no assumptions",
"version": "0.1.2",
"author": "Colby Fayock <hello@colbyfayock.com>",
"dependencies": {
"@formspree/react": "^2.2.3",
"gatsby": "^2.32.9",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-sass": "^3.2.0",
"gatsby-source-filesystem": "^2.11.1",
"node-sass": "^6.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-confetti": "^6.0.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-use": "^17.2.4",
"use-is-in-viewport": "^1.0.9"
},
"devDependencies": {},
"keywords": [
"gatsby",
"sass",
"scss"
],
"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"
}
}