-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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
{
"name": "coreui-react",
"version": "1.0.0-alpha.6",
"private": true,
"jquery": true,
"homepage": "http://motherclock.localhost.com/",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.3.2",
"react-scripts": "1.0.6"
},
"dependencies": {
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"chart.js": "2.5.0",
"history": "^4.7.2",
"jquery": "*",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-timezone": "^0.5.16",
"paginator": "^1.0.0",
"query-string": "^5.0.0",
"react": "^15.5.4",
"react-chartjs-2": "2.1.0",
"react-cropper": "^1.0.1",
"react-csv": "^1.0.14",
"react-date-range": "^1.0.0-alpha5",
"react-dom": "15.5.4",
"react-dropzone": "^4.2.9",
"react-input-mask": "^1.2.2",
"react-modal": "^2.2.2",
"react-number-format": "^3.0.2",
"react-paypal-express-checkout": "^1.0.3",
"react-responsive-modal": "^1.9.0",
"react-router-dom": "4.1.1",
"react-sticky-table": "^2.0.4",
"react-time-picker": "1.0.4",
"react-toastify": "3.0.0",
"react-transition-group": "^2.2.1",
"reactstrap": "4.6.2",
"superagent": "^3.8.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"jquery": true
}
}