-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 KB
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
{
"name": "client",
"version": "2.2.0",
"private": true,
"devDependencies": {
"enzyme": "^3.3.0",
"expect": "^22.4.3",
"jsdom": "^11.7.0",
"mocha": "^5.0.5",
"react-addons-test-utils": "^15.6.2",
"react-scripts": "^1.1.4"
},
"dependencies": {
"chai": "^4.1.2",
"chai-enzyme": "^0.8.0",
"enzyme-adapter-react-16": "^1.1.1",
"jwt-decode": "^2.2.0",
"npm": "^5.8.0",
"npm-watch": "^0.3.0",
"numeral": "^2.0.6",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-linechart": "^1.1.12",
"react-redux": "^5.0.4",
"react-router-dom": "^4.1.1",
"react-svg-piechart": "^2.0.3",
"redux": "^3.6.0",
"redux-form": "^7.3.0",
"redux-mock-store": "^1.5.1",
"redux-thunk": "^2.2.0",
"sinon": "^4.5.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}