-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.69 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
{
"name": "SAHX-Admin-iview",
"description": "SAHX-Admin-iviwe 是套功能较为完整的后台管理系统架构, 以Thinkjs 作为中间层, Vuejs作为前端模块化开发, iview作为前端UI, 实现了前后端分离, 前端组件化, 便于多人协同开发.",
"version": "1.0.0",
"scripts": {
"start": "node www/development.js",
"compile": "babel src/ --out-dir app/",
"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",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"wp": "webpack -w"
},
"dependencies": {
"babel-runtime": "6.x.x",
"iview": "^2.0.0",
"source-map-support": "0.4.0",
"thinkjs": "2.2.x",
"axios": "^0.16.1",
"leancloud-realtime": "^3.5.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"qiniu": "^6.1.13",
"vue-preview": "^1.0.5",
"vue": "^2.4.1",
"vue-router": "^2.7.0",
"vuex": "^2.3.1",
"vuex-router-sync": "^4.1.2"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-loader": "^6.0.0",
"babel-plugin-component": "^0.4.3",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.28.0",
"style-loader": "^0.13.1",
"vue-loader": "^12.0.0",
"vue-template-compiler": "^2.3.4",
"webpack": "^2.4.1",
"webpack-merge": "^4.1.0"
},
"repository": "",
"license": "MIT"
}