-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.32 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
49
50
51
52
{
"name": "orange_pie_async",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-polyfill": "^6.26.0",
"chart.js": "^2.8.0",
"color-hash": "^1.0.3",
"es6-promise": "^4.2.6",
"font-awesome": "^4.7.0",
"immutability-helper": "^2.9.0",
"isomorphic-fetch": "^2.2.1",
"oidc-client": "^1.7.0",
"query-string": "^6.2.0",
"react": "^16.8.6",
"react-bootstrap": "^0.32.4",
"react-chartjs-2": "^2.7.6",
"react-cookie": "^3.1.1",
"react-datepicker": "^1.6.0",
"react-dom": "^16.8.6",
"react-intl": "^2.8.0",
"react-json-view": "^1.19.1",
"react-notification-system": "^0.2.17",
"react-router": "^5.0.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.0.0",
"react-scripts": "^2.1.8",
"url-polyfill": "^1.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-plugin-react-intl": "^3.0.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"npm-check-updates": "^3.1.3",
"react-intl-po": "^2.2.2"
}
}