-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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-minimal",
"version": "1.0.0",
"private": true,
"description": "A Gatsby starter with no plugins and a single welcome page.",
"author": "Laurie Barth",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"license": "0BSD",
"dependencies": {
"@apollo/client": "^3.3.6",
"dotenv": "^8.2.0",
"formik": "^2.2.6",
"gatsby": "^2.26.1",
"gatsby-plugin-styled-components": "^3.7.0",
"gatsby-query-params": "^1.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.2.1",
"yup": "^0.32.8"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@storybook/addon-actions": "^6.1.11",
"@storybook/addon-essentials": "^6.1.11",
"@storybook/addon-links": "^6.1.11",
"@storybook/react": "^6.1.11",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0"
}
}