forked from DengWanLong/mock-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.96 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
{
"name": "thinkjs-application",
"description": "application created by thinkjs",
"version": "1.0.0",
"scripts": {
"start": "node www/development.js",
"compile": "babel src/ --out-dir app/",
"dev": "node www/development.js & webpack-dev-server --hot --inline --config ./front/build/webpack.dev.config.js --open",
"test": "webpack-dev-server --hot --inline --config ./front/build/webpack.dev.config.js --open",
"build": "cross-env NODE_ENV=production webpack --config ./front/build/webpack.prod.config.js --progress --hide-modules",
"watch-compile": "node -e \"console.log('<npm run watch-compile> no longer need, use <npm start> command direct.');console.log();\"",
"watch": "npm run watch-compile"
},
"dependencies": {
"animate.css": "^3.5.2",
"babel-polyfill": "^6.23.0",
"babel-runtime": "6.x.x",
"base64-image-loader": "^1.2.0",
"codemirror": "^5.25.2",
"jquery": "^3.2.1",
"mockjs": "^1.0.1-beta3",
"semantic-ui": "^2.2.10",
"source-map-support": "0.4.0",
"thinkjs": "2.2.x",
"vue": "^2.2.6",
"vue-router": "^2.4.0",
"vue-server-renderer": "^2.2.6",
"vuex": "^2.3.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.4.1",
"webpack-dashboard": "^0.3.0",
"webpack-dev-server": "^2.4.2",
"webpack-merge": "^4.1.0"
},
"repository": "",
"license": "MIT"
}