-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "react-survey",
"version": "0.0.1",
"private": true,
"devDependencies": {
"@storybook/addon-actions": "^3.2.16",
"@storybook/addon-links": "^3.2.16",
"@storybook/react": "^3.2.16",
"flow-bin": "^0.59.0",
"gh-pages": "^0.12.0",
"react-scripts": "1.0.17"
},
"homepage": "http://aisensiy.github.io/react-survey",
"dependencies": {
"axios": "^0.18.1",
"bootstrap": "^3.4.1",
"cuid": "^1.3.8",
"formik": "^0.10.4",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.19",
"prop-types": "^15.7.2",
"react": "^15.5.4",
"react-bootstrap": "^0.30.9",
"react-dom": "^15.5.4",
"react-redux": "^4.4.5",
"react-router": "^3.0.0-alpha.3",
"react-toggle": "^2.1.1",
"recharts": "^0.13.4",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0"
},
"scripts": {
"start": "PORT=4000 react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
}
}