-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.69 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.69 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
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
{
"name": "hello-gatsby",
"description": "Hello Gatsby starter",
"version": "1.0.0",
"author": "Laurent Sutterlity <laurent@sutterlity.fr>",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --write '**/*.tsx'",
"lint": "tslint --project .",
"new": "yarn plop",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "NODE_ENV=production start-storybook -p 6006 -s static",
"build-storybook": "build-storybook -o storybook-static"
},
"dependencies": {
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@types/react-helmet": "^5.0.14",
"add": "^2.0.6",
"dotenv": "^8.2.0",
"gatsby": "^2.18.7",
"gatsby-cli": "^2.8.16",
"gatsby-plugin-emotion": "^4.1.16",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-netlify": "^2.1.27",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-sitemap": "^2.2.22",
"gatsby-plugin-tslint": "^0.0.2",
"gatsby-plugin-typescript": "^2.1.20",
"gatsby-plugin-typescript-checker": "^1.1.1",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.1.35",
"gatsby-remark-responsive-iframe": "^2.2.28",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-remark": "^2.6.39",
"gatsby-transformer-sharp": "^2.3.7",
"lodash": "^4.17.15",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.0",
"react-pose": "^4.0.10"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@emotion/babel-preset-css-prop": "^10.0.17",
"@storybook/addon-a11y": "^5.2.1",
"@storybook/addon-actions": "^5.2.1",
"@storybook/addon-backgrounds": "^5.2.1",
"@storybook/addon-console": "^1.2.1",
"@storybook/addon-docs": "^5.3.0-alpha.0",
"@storybook/addon-knobs": "^5.2.1",
"@storybook/addon-links": "^5.2.1",
"@storybook/addon-viewport": "^5.2.1",
"@storybook/addons": "^5.2.1",
"@storybook/react": "^5.2.1",
"@types/lodash": "^4.14.138",
"@types/node": "^12.7.5",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/storybook__react": "^4.0.2",
"babel-loader": "^8.0.6",
"inquirer-directory": "^2.2.0",
"plop": "^2.4.0",
"prettier": "^1.17.0",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0",
"tslint-loader": "^3.5.4",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0",
"typescript": "^3.6.3"
}
}