-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
79 lines (79 loc) · 2.37 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
{
"name": "evaluates2-site",
"description": "website for evalutes2",
"version": "0.0.1",
"author": "Jim Lynch <[email protected]>",
"contributors": [],
"dependencies": {
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"axios": "^0.19.0",
"emotion-theming": "^10.0.7",
"formik": "^1.5.8",
"gatsby": "^2.1.4",
"gatsby-image": "^2.0.29",
"gatsby-plugin-cname": "^1.0.0",
"gatsby-plugin-create-client-paths": "^2.1.12",
"gatsby-plugin-emotion": "^4.0.3",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-offline": "^2.0.23",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-s3": "^0.3.2",
"gatsby-plugin-sharp": "^2.0.20",
"gatsby-plugin-styled-components": "^3.1.5",
"gatsby-remark-copy-linked-files": "^2.1.28",
"gatsby-remark-video": "^1.2.4",
"gatsby-source-filesystem": "^2.1.22",
"gatsby-transformer-json": "^2.2.8",
"gatsby-transformer-sharp": "^2.1.13",
"prop-types": "^15.7.2",
"react": "^16.8.2",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^16.8.2",
"react-google-recaptcha": "^2.0.1",
"react-headroom": "^2.2.8",
"react-helmet": "^5.2.0",
"react-redux": "^6.0.0",
"react-spring": "^8.0.27",
"redux": "^4.0.1",
"resize-observer-polyfill": "^1.5.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.0",
"styled-components": "^4.3.2",
"styled-icons": "^8.3.0",
"typeface-raleway": "^0.0.75",
"yup": "^0.27.0"
},
"keywords": [
"gatsby",
"redux",
"emotion"
],
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"build-gh": "gatsby build",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"format": "eslint src --fix",
"deploy-s3": "gatsby-plugin-s3 deploy --yes",
"deploy-gh": "gh-pages -d public",
"deploy": "gatsby build && gh-pages -d public -b gh-pages"
},
"repository": {
"type": "git",
"url": "https://github.com/caki0915/gatsby-starter-redux"
},
"bugs": {
"url": "https://github.com/caki0915/gatsby-starter-redux/issues"
},
"devDependencies": {
"eslint": "^5.14.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-prettier": "^3.0.1",
"gatsby-plugin-netlify": "^5.1.0",
"gh-pages": "^5.0.0",
"prettier": "^1.16.4"
}
}