-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.96 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
{
"name": "surveyless",
"version": "0.1.0",
"description": "Build, run and analyze simple serverless surveys",
"repository": {
"type": "git",
"url": "https://github.com/chrisrzhou/surveyless"
},
"author": "Chris Zhou <[email protected]>",
"license": "MIT",
"keywords": [
"survey",
"serverless",
"jamstack",
"gatsby",
"netlify",
"react",
"redux",
"markdown",
"visualization",
"data"
],
"scripts": {
"clean": "rm -rf public .cache",
"lint": "eslint --fix src",
"build": "gatsby build",
"dev": "gatsby develop"
},
"dependencies": {
"gatsby": "^2.0.19",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-resolve-src": "^2.0.0-beta.1",
"gatsby-plugin-styled-components": "^3.0.0-rc.5",
"gatsby-plugin-typography": "^2.2.1",
"gatsby-source-filesystem": "^2.0.4",
"gatsby-transformer-remark": "^2.1.12",
"keymirror": "^0.1.1",
"prop-types": "^15.6.2",
"rc-slider": "^8.6.3",
"react": "^16.7.0-alpha",
"react-dom": "^16.7.0-alpha",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.3",
"react-redux": "^5.1.0",
"react-spring": "^6.1.8",
"react-syntax-highlighter": "^10.0.1",
"react-tooltip-lite": "^1.7.1",
"react-typography": "^0.16.13",
"rebass": "^3.0.0-9",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"styled-components": "^4.0.3",
"typography": "^0.16.17"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"babel-plugin-styled-components": "^1.8.0",
"eslint": "^5.1.0",
"eslint-config-fbjs": "^2.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-relay": "^0.0.28",
"prettier": "^1.14.2",
"redux-devtools-extension": "^2.13.5"
}
}