-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
{
"name": "codedrills-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "^6.5.2",
"chart.js": "^2.7.2",
"immutability-helper": "^2.7.0",
"jwt-decode": "^2.2.0",
"react": "^16.3.2",
"react-addons-shallow-compare": "^15.6.2",
"react-avatar": "^2.5.1",
"react-chartjs-2": "^2.7.2",
"react-dom": "^16.3.2",
"react-router-dom": "^4.2.2",
"react-scripts": "^1.1.4",
"redux": "^3.7.2",
"redux-form": "^6.6.3",
"redux-thunk": "^2.2.0",
"styled-components": "^2.4.0",
"validator": "^7.0.0",
"webfontloader": "^1.6.28"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --verbose",
"alttest": "jest --verbose",
"eject": "react-scripts eject"
},
"devDependencies": {
"axios": "^0.18.0",
"check-prop-types": "^1.1.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"fetch-mock": "^6.5.2",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^3.2.1",
"hoek": "^4.2.1",
"jest-fetch-mock": "^1.6.5",
"mocha": "^4.1.0",
"moxios": "^0.4.0",
"react-redux": "^5.0.7"
}
}