-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 2.01 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
{
"name": "www.humanstage.net",
"private": true,
"description": "",
"version": "1.0.0",
"author": "ginowanhumanstage",
"dependencies": {
"@apollo/client": "^3.1.3",
"@loadable/component": "^5.12.0",
"babel-plugin-styled-components": "^1.10.6",
"date-fns": "^2.15.0",
"gatsby": "^2.18.21",
"gatsby-image": "^2.2.38",
"gatsby-plugin-google-analytics": "^2.1.32",
"gatsby-plugin-manifest": "^2.2.37",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-remove-trailing-slashes": "^2.1.20",
"gatsby-plugin-sharp": "^2.3.13",
"gatsby-plugin-sitemap": "^2.2.25",
"gatsby-plugin-styled-components": "^3.1.17",
"gatsby-plugin-typescript": "^2.1.26",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-source-wordpress-experimental": "^1.3.6",
"gatsby-transformer-sharp": "^2.3.12",
"gatsby-wordpress-experimental-inline-images": "0.0.3",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"rc-drawer": "^3.1.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-feather": "^2.0.3",
"react-helmet": "^6.1.0",
"styled-components": "^5.1.1",
"typescript": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@storybook/addon-actions": "^6.0.16",
"@storybook/addon-links": "^6.0.16",
"@storybook/addons": "^6.0.16",
"@storybook/react": "^6.0.16",
"babel-loader": "^8.1.0",
"prettier": "^2.0.5"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{ts,tsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/ginowanhumanstage/www.humanstage.net"
},
"bugs": {
"url": "https://github.com/ginowanhumanstage/www.humanstage.net/issues"
}
}