-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 1.67 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
56
57
58
59
60
61
{
"name": "ccsoft",
"version": "1.0.0",
"description": "ccsoft app",
"keywords": [
"vuejs",
"nodejs"
],
"main": "server.js",
"scripts": {
"serve": "nodemon",
"client": "browser-sync start --server client --files client/**/*.* --hot --no-notify",
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "https://github.com/jiaozhiye/ccsoft.git"
},
"author": "jzy",
"license": "MIT",
"bugs": {
"url": "https://github.com/jiaozhiye/ccsoft/issues"
},
"homepage": "https://github.com/jiaozhiye",
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.2",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.3",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"nodemon": "^1.11.0",
"style-loader": "^0.18.2",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"dateformat": "^2.0.0",
"ejs": "^2.5.5",
"express": "^4.14.0",
"express-session": "^1.14.2",
"formidable": "^1.0.17",
"fs-extra": "^1.0.0",
"glob": "^7.1.1",
"gm": "^1.23.0",
"md5": "^2.2.1",
"mysql": "^2.12.0",
"mysqldump": "^1.3.1",
"normalize-path": "^2.1.1"
}
}