-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 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
40
41
42
{
"name": "user-profile",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-stage-0": "^6.24.1",
"react-scripts": "0.9.5"
},
"dependencies": {
"auth0-js": "^8.10.1",
"axios": "^0.16.2",
"bootstrap": "^3.3.7",
"chart.js": "^2.7.1",
"chartjs-plugin-datalabels": "^0.1.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"history": "^4.6.1",
"jquery": "^3.2.1",
"material-ui": "^0.19.2",
"moment": "^2.19.1",
"muicss": "^0.9.25",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-chartjs-2": "^2.6.4",
"react-dom": "^15.5.4",
"react-google-charts": "^1.5.5",
"react-highcharts": "^13.0.0",
"react-icons": "^2.2.7",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-link": "^2.0.2",
"react-sidebar": "^2.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}