-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.41 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.41 KB
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
{
"name": "gatsbyscsstypescriptexample",
"version": "0.0.1",
"description": "Example Gatsby environment with types derived from SCSS classes",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nwehner/gatsbyScssTypeScriptExample.git"
},
"author": "Nick Wehner <nick@siphonophor.ae>",
"license": "MIT",
"homepage": "https://github.com/nwehner/gatsbyScssTypeScriptExample#readme",
"dependencies": {
"gatsby": "^3.2.1",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-sitemap": "^4.0.0",
"gatsby-plugin-typescript": "^3.0.0",
"gatsby-source-filesystem": "^3.0.0"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-helmet": "^6.1.0",
"assert": "^2.0.0",
"dts-css-modules-loader": "^1.2.2",
"gh-pages": "^3.2.0",
"normalize-scss": "^7.0.1",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"ts-node": "^10.0.0",
"typescript": "^4.2.3",
"util": "^0.12.3"
}
}