-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Chris Kujawa <[email protected]",
"engines": {
"node": ">=10.13.0"
},
"dependencies": {
"babel-plugin-styled-components": "^1.10.7",
"decompress": "^4.2.1",
"gatsby": "^2.27.0",
"gatsby-image": "^2.3.1",
"gatsby-link": "^2.3.1",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-netlify-cms": "^4.2.1",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sharp": "^2.9.0",
"gatsby-plugin-styled-components": "^3.2.1",
"gatsby-remark-images": "^3.6.0",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-remark": "^2.7.1",
"gatsby-transformer-sharp": "^2.4.3",
"history": "^4.10.1",
"immutable": "^4.0.0-rc.12",
"merge": "^1.2.1",
"minimist": "^1.2.5",
"netlify-cms": "^2.10.35",
"netlify-cms-backend-bitbucket": "^2.11.2",
"netlify-cms-backend-test": "^2.7.3",
"netlify-cms-lib-auth": "^2.2.7",
"npm": "^6.14.6",
"react": "^16.13.1",
"react-burger-menu": "^2.6.13",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.0",
"react-icons": "^3.9.0",
"react-router-dom": "^4.3.1",
"react-typography": "^0.16.13",
"rehype-react": "^6.1.0",
"slate": "^0.57.1",
"styled-components": "^5.0.1",
"typography": "^0.16.17"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"cy:open": "cypress open",
"cy:run": "cypress run",
"format": "prettier --write 'src/**/*.js'",
"test": "jest",
"test:e2e": "start-server-and-test develop http://localhost:8000 cy:open"
},
"devDependencies": {
"babel-jest": "^25.2.6",
"babel-preset-gatsby": "^0.3.1",
"cypress": "^4.11.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.2.7",
"prettier": "^1.19.1",
"react-test-renderer": "^16.13.1",
"start-server-and-test": "^1.10.11"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}