forked from booleanhunter/ReactJS-AdminLTE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "adminlte-reactjs",
"version": "1.0.6",
"repository": {
"type": "git",
"url": "http://github.com/booleanhunter/ReactJS-AdminLTE"
},
"author": "booleanhunter",
"license": "MIT",
"original-credits": "admin-lte",
"original-credits-repository": {
"type": "git",
"url": "git://github.com/almasaeed2010/AdminLTE.git"
},
"main": "reactjsAdminlte.js",
"dependencies": {
"jquery": "^3.1.1",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-core": "~6.26.0",
"babel-loader": "~7.1.3",
"babel-preset-es2015": "~6.24.1",
"babel-preset-react": "~6.24.1",
"body-parser": "^1.14.0",
"bower": "^1.7.7",
"consolidate": "^0.15.0",
"create-react-class": "^15.6.3",
"express": "^4.16.2",
"handlebars": "^4.0.3",
"jsx-loader": "^0.13.2",
"raphael": "^2.1.4",
"velocity-animate": "^1.4.0",
"webpack": "^4.0.1",
"webpack-raphael": "^2.1.4",
"chai": "^4.1.2",
"css-loader": "^0.28.10",
"expect": "^1.20.2",
"mocha": "^5.0.1",
"react-hot-loader": "^4.0.0",
"style-loader": "^0.20.2",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "~3.1.0"
},
"scripts": {
"dev": "node server.js",
"test": "mocha test -u bdd -R spec",
"build": "webpack -p --config ./webpack.production.config.js"
}
}