-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.7 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"@coreui/coreui": "^2.0.21",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
"@coreui/icons": "0.3.0",
"babel-preset-react": "^6.24.1",
"bootstrap": "4.1.3",
"chart.js": "2.7.3",
"core-js": "^2.5.7",
"expr-eval": "^1.2.2",
"flag-icon-css": "^3.2.1",
"font-awesome": "4.7.0",
"html-react-parser": "^0.7.1",
"i18next": "^17.0.3",
"i18next-browser-languagedetector": "^3.0.1",
"i18next-xhr-backend": "^3.0.0",
"jquery": "3.3.1",
"pace": "0.0.4",
"pace-progress": "1.0.2",
"perfect-scrollbar": "1.4.0",
"popper.js": "1.14.4",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.9",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.8.6",
"react-i18next": "^10.11.0",
"react-markdown": "^4.0.8",
"react-popup": "^0.10.0",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.0.1",
"react-toastify": "^5.2.1",
"reactstrap": "^8.0.0",
"read-excel-file": "^4.0.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"simple-line-icons": "2.4.1"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"autoprefixer": "^9.3.1",
"axios": "^0.18",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"browser-sync": "^2.26.3",
"chalk": "^2.4.1",
"clean-css-cli": "^4.2.1",
"copyfiles": "^2.1.0",
"cross-env": "^5.2.0",
"eslint": "^5.7.0",
"eslint-plugin-compat": "^2.6.2",
"foreach-cli": "^1.8.1",
"js-beautify": "^1.8.8",
"laravel-mix": "^2.0.0",
"node-sass": "^4.9.4",
"nodemon": "^1.18.4",
"npm-run-all": "^4.1.3",
"postcss-cli": "^6.0.1",
"pug": "^2.0.3",
"rimraf": "^2.6.2",
"shelljs": "^0.8.2",
"stylelint": "^9.6.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0",
"stylelint-scss": "^3.3.2",
"webpack-cli": "^3.3.4"
}
}