-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (64 loc) · 1.74 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "react-reduction",
"version": "1.1.0",
"private": false,
"homepage": "https://reduction-admin.github.io/react-reduction",
"dependencies": {
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"acorn": "^7.0.0",
"bootstrap": "4.3.1",
"chart.js": "2.7.2",
"classnames": "^2.2.6",
"d3-geo": "^1.11.3",
"faker": "^4.1.0",
"jquery": "^3.4.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-chartjs-2": "^2.9.0",
"react-component-queries": "^2.3.0",
"react-d3-map": "^0.8.3",
"react-dom": "^16.13.1",
"react-ga": "^2.7.0",
"react-icons": "^3.10.0",
"react-infinite-calendar": "^2.3.1",
"react-notification-system": "^0.2.17",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-simple-maps": "^0.12.1",
"react-sizeme": "^2.6.12",
"reactstrap": "^7.1.0",
"ts-pnp": "^1.1.4",
"tsutils": "^3.17.1",
"victory": "^32.0.0",
"wow.js": "^1.2.2",
"proxy": "http://locahost:3001"
},
"devDependencies": {
"@iconify/icons-fa-solid": "^1.0.10",
"@iconify/react": "^1.1.3",
"gh-pages": "^1.2.0",
"node-sass": "^4.11.0",
"react-scripts": "^3.4.1",
"serve": "^10.1.2",
"stylelint": "^9.3.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.17.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"serve": "serve -s build",
"deploy": "gh-pages -d build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}