-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
65 lines (65 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
59
60
61
62
63
64
65
{
"name": "SAHX-Admin",
"description": "SAHX-Admin 是套功能较为完整的后台管理系统架构, 以Thinkjs 作为中间层, Vuejs作为前端模块化开发, AdminLET作为前端UI, 实现了前后端分离, 前端组件化, 便于多人协同开发.",
"version": "2.0.0",
"author": {
"name": "SAHX",
"email": "tangjiang69@163.com"
},
"scripts": {
"start": "node www/development.js",
"compile": "babel --presets es2015-loose,stage-1 --plugins transform-runtime src/ --out-dir app/ --retain-lines",
"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",
"dev": "webpack -w"
},
"dependencies": {
"axios": "^0.16.1",
"babel-runtime": "6.x.x",
"moment": "^2.18.1",
"request": "^2.7.0",
"thinkjs": "2.2.X",
"vee-validate": "2.0.0-rc.3",
"vue": "^2.2.6",
"vue-router": "^2.5.0",
"vuex": "^2.3.0",
"vuex-router-sync": "^4.1.2"
},
"devDependencies": {
"babel-cli": "6.x.x",
"babel-core": "6.x.x",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "6.x.x",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "6.x.x",
"babel-preset-stage-1": "6.x.x",
"babel-runtime": "^6.3.19",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.4.1",
"webpack-merge": "^4.1.0"
},
"keywords": [
"thinkjs",
"vuejs",
"adminlte",
"sahx-admin"
],
"repository": {
"type": "git",
"url": "https://github.com/SAHX/SAHX-Admin"
},
"engines": {
"node": ">=0.12.0"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/SAHX/SAHX-Admin/issues"
}
}