-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.53 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
52
53
54
55
{
"name": "nicUI",
"version": "2.0.0",
"scripts": {
"dev": "nodemon ./build/bin/www --config ./build/config/nodemonConfig.json",
"build": "node ./build/build.js",
"remove": "rimraf node_modules"
},
"repository": {
"type": "git",
"url": "git://github.com/zkeyword/nicUI.git"
},
"author": "norion.z",
"license": "MIT",
"bugs": {
"url": "https://github.com/zkeyword/nicUI/issues"
},
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"body-parser": "^1.15.2",
"co": "^4.6.0",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.25.0",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.7.4",
"ejs": "^2.5.2",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"handlebars": "^4.0.6",
"handlebars-loader": "^1.4.0",
"html-webpack-plugin": "^2.22.0",
"http-proxy-middleware": "^0.17.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"markdown": "^0.5.0",
"mockjs": "^1.0.1-beta3",
"nodemon": "^1.11.0",
"ora": "^0.3.0",
"postcss-loader": "^0.13.0",
"serve-favicon": "^2.3.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.7.0",
"webpack-hot-middleware": "^2.12.2",
"webpack-merge": "^0.14.1"
}
}