-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "web",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-runtime": "^6.23.0",
"chart.js": "^2.6.0",
"fs": "0.0.1-security",
"jest-cli": "^20.0.4",
"jquery": "^3.2.1",
"material-ui": "^0.18.3",
"material-ui-datatables": "^0.18.0",
"material-ui-table-edit": "^3.0.3",
"mousetrap": "^1.6.1",
"office-ui-fabric-core": "^7.1.2",
"office-ui-fabric-react": "^4.12.0",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-bootstrap-sweetalert": "^3.0.0",
"react-chartjs": "^0.8.0",
"react-chartjs-2": "^2.1.0",
"react-dom": "^15.6.1",
"react-motion": "^0.5.0",
"react-swipeable-views": "^0.12.3",
"react-tap-event-plugin": "^2.0.1",
"semantic-ui-react": "^0.68.5"
},
"devDependencies": {
"lowdb": "^0.16.2",
"react-scripts": "^1.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom ",
"eject": "react-scripts eject"
}
}