-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.38 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
{
"name": "gatsby-starter-dimension-v2",
"description": "Gatsby Starter - Dimension V2",
"version": "1.0.0",
"author": "Hunter Chang",
"dependencies": {
"gatsby": "^3.14.6",
"gatsby-cli": "^3.14.2",
"gatsby-plugin-gdpr-cookies": "^2.0.8",
"gatsby-plugin-google-analytics": "^3.14.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sass": "^4.14.0",
"gatsby-plugin-sitemap": "^4.10.0",
"joi": "^17.6.0",
"meow": "^10.1.2",
"node-sass": "^7.0.0",
"react": "^17.0.2",
"react-cookie-consent": "^6.4.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"sass": "^1.49.7",
"trim-fix": "0.0.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build && gh-pages -d public",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"upgrade-interactive": "npm-check --update"
},
"devDependencies": {
"browserslist": "^4.19.1",
"gh-pages": "^3.2.3",
"npm-check": "^5.9.2",
"prettier": "^2.5.1",
"trim": "^1.0.1",
"trim-newlines": "^4.0.2",
"ws": "^8.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}