-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.95 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@chakra-ui/gatsby-plugin": "^2.0.1",
"@chakra-ui/icons": "^1.0.8",
"@chakra-ui/react": "^1.4.2",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"cross-fetch": "^3.1.4",
"framer-motion": "^4.1.2",
"gatsby": "^3.8.1",
"gatsby-plugin-gatsby-cloud": "^2.8.1",
"gatsby-plugin-image": "^1.2.0",
"gatsby-plugin-manifest": "^3.2.0",
"gatsby-plugin-modal-routing-3": "^3.0.0",
"gatsby-plugin-offline": "^4.2.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-sharp": "^3.2.0",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-source-graphql": "^3.2.0",
"gatsby-transformer-sharp": "^3.2.0",
"nanoid": "^3.1.22",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.0.5",
"react-redux": "^7.2.3",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@storybook/addon-actions": "^6.3.2",
"@storybook/addon-essentials": "^6.3.2",
"@storybook/addon-links": "^6.3.2",
"@storybook/builder-webpack5": "^6.3.2",
"@storybook/manager-webpack5": "^6.3.2",
"@storybook/react": "^6.3.2",
"@testing-library/cypress": "^7.0.6",
"@testing-library/dom": "^8.0.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^12.0.0",
"@types/jest": "^26.0.22",
"axe-core": "^4.2.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-preset-gatsby": "^1.5.0",
"cypress": "^7.6.0",
"cypress-axe": "^0.12.2",
"eslint-plugin-jest-dom": "^3.8.1",
"eslint-plugin-testing-library": "^4.1.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"prettier": "^2.3.2",
"react-test-renderer": "^17.0.2",
"start-server-and-test": "^1.12.2"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:run:nomedia": "cypress run --config video=false,screenshotOnRunFailure=false",
"test:e2e": "start-server-and-test develop http://localhost:8000 cy:open",
"test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}