Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit ebae3c0

Browse files
committed
move some deps to dev
1 parent cfd4787 commit ebae3c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
},
1515
"main": "reactjsAdminlte.js",
1616
"dependencies": {
17+
"jquery": "^3.1.1",
18+
"react": "^16.2.0",
19+
"react-dom": "^16.2.0"
20+
},
21+
"devDependencies": {
1722
"babel-core": "~6.26.0",
1823
"babel-loader": "~7.1.3",
1924
"babel-preset-es2015": "~6.24.1",
@@ -24,16 +29,11 @@
2429
"create-react-class": "^15.6.3",
2530
"express": "^4.16.2",
2631
"handlebars": "^4.0.3",
27-
"jquery": "^3.1.1",
2832
"jsx-loader": "^0.13.2",
2933
"raphael": "^2.1.4",
30-
"react": "^16.2.0",
31-
"react-dom": "^16.2.0",
3234
"velocity-animate": "^1.4.0",
3335
"webpack": "^4.0.1",
3436
"webpack-raphael": "^2.1.4"
35-
},
36-
"devDependencies": {
3737
"chai": "^4.1.2",
3838
"css-loader": "^0.28.10",
3939
"expect": "^1.20.2",

0 commit comments

Comments
 (0)