-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "gatsby-starter-sass",
"description": "A Gatsby starter with Sass and no assumptions",
"version": "0.1.2",
"author": "Colby Fayock <[email protected]>",
"dependencies": {
"gatsby": "^4.7.1",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-sass": "^5.7.0",
"gatsby-source-filesystem": "^4.7.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"sass": "^1.49.7"
},
"devDependencies": {},
"keywords": [
"gatsby",
"sass",
"scss"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"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"
}
}