Skip to content

Commit 743b354

Browse files
committed
implementation of CoreUI OK
1 parent e7dc854 commit 743b354

File tree

3 files changed

+121003
-119875
lines changed

3 files changed

+121003
-119875
lines changed

admin/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"devDependencies": {
1313
"axios": "^0.17",
1414
"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",
1522
"bootstrap": "4.0.0",
1623
"chart.js": "2.7.1",
1724
"flag-icon-css": "2.9.0",
@@ -23,13 +30,6 @@
2330
"react-router-dom": "4.2.2",
2431
"react-transition-group": "2.2.1",
2532
"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",
30-
"lodash": "^4.17.4"
31-
},
32-
"dependencies": {
33-
"react-number-format": "^3.1.3"
33+
"simple-line-icons": "2.4.1"
3434
}
3535
}

0 commit comments

Comments
 (0)