There was an error while loading. Please reload this page.
1 parent e7dc854 commit 743b354Copy full SHA for 743b354
admin/package.json
@@ -12,6 +12,13 @@
12
"devDependencies": {
13
"axios": "^0.17",
14
"babel-preset-react": "^6.23.0",
15
+ "cross-env": "^5.1",
16
+ "jquery": "^3.2",
17
+ "laravel-mix": "^1.0",
18
+ "lodash": "^4.17.4"
19
+ },
20
+ "dependencies": {
21
+ "react-number-format": "^3.1.3",
22
"bootstrap": "4.0.0",
23
"chart.js": "2.7.1",
24
"flag-icon-css": "2.9.0",
@@ -23,13 +30,6 @@
30
"react-router-dom": "4.2.2",
31
"react-transition-group": "2.2.1",
25
32
"reactstrap": "5.0.0-alpha.4",
26
- "simple-line-icons": "2.4.1",
27
- "cross-env": "^5.1",
28
- "jquery": "^3.2",
29
- "laravel-mix": "^1.0",
- "lodash": "^4.17.4"
- },
- "dependencies": {
33
- "react-number-format": "^3.1.3"
+ "simple-line-icons": "2.4.1"
34
}
35
0 commit comments