forked from booleanhunter/ReactJS-AdminLTE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
{
"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": {
"babel-core": "~6.5.1",
"babel-loader": "~6.2.2",
"babel-preset-es2015": "~6.5.0",
"babel-preset-react": "~6.5.0",
"body-parser": "^1.14.0",
"bower": "^1.7.7",
"consolidate": "^0.13.1",
"express": "^4.13.3",
"handlebars": "^4.0.3",
"jquery": "^3.1.1",
"jsx-loader": "^0.13.2",
"raphael": "^2.1.4",
"react": "^0.14.8",
"react-dom": "^15.4.2",
"velocity-animate": "^1.4.0",
"webpack": "^1.14.0",
"webpack-raphael": "^2.1.4"
},
"devDependencies": {
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"expect": "^1.20.2",
"mocha": "^3.1.2",
"react-hot-loader": "^1.3.1",
"style-loader": "^0.13.0",
"webpack-dev-server": "~1.14.1"
},
"scripts": {
"dev": "node server.js",
"test": "mocha test -u bdd -R spec",
"build": "webpack -p --config ./webpack.production.config.js"
}
}