This repository has been archived by the owner on Nov 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.32 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "cslds-software-csu",
"version": "1.0.0",
"description": "Center for Student Learning Development and Service by School of Software, Central South University",
"author": "Zijin Xiao <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/jxpxxzj/cslds-software-csu"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jxpxxzj/cslds-software-csu/issues"
},
"scripts": {
"dev": "cd frontend && node build/dev-server.js",
"build": "cd frontend && node build/build.js",
"lint": "eslint --ext .js,.vue ./frontend/src,./backend --ignore-path .eslintignore",
"start": "cd backend && node app",
"setup": "node build/setup",
"sync": "node -e require('./build/sync')()"
},
"dependencies": {
"axios": "^0.16.1",
"chalk": "^1.1.3",
"element-ui": "^1.3.3",
"fs-extra": "^3.0.1",
"inquirer": "^3.0.6",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-conditional-get": "^2.0.0",
"koa-connect-history-api-fallback": "^0.3.1",
"koa-etag": "^3.0.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.0.0",
"koa-mount": "^3.0.0",
"koa-multer": "^1.0.1",
"koa-router": "^7.1.1",
"koa-send": "^4.1.0",
"koa-session": "^5.0.0",
"koa-static": "^3.0.0",
"mysql": "^2.13.0",
"mysql2": "^1.2.0",
"normalize.css": "^7.0.0",
"password-hash": "^1.2.2",
"sequelize": "^3.30.4",
"vue": "^2.3.3",
"vue-lazyload": "^1.0.3",
"vue-router": "^2.5.3",
"vuex": "^2.3.0"
},
"devDependencies": {
"autoprefixer": "^6.7.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.2.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chalk": "^1.1.3",
"compression-webpack-plugin": "^0.4.0",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.1",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.3",
"eslint-plugin-import": "^2.2.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.1.3",
"function-bind": "^1.1.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"ora": "^1.1.0",
"rimraf": "^2.6.0",
"semver": "^5.3.0",
"url-loader": "^0.5.7",
"vue-loader": "^12.0.3",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.2.4",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1",
"webpack-merge": "^2.6.1"
},
"engines": {
"node": ">= 7.6.0",
"npm": ">= 4.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"keywords": [
"central-south-university",
"vue",
"koa",
"csu",
"eslint",
"sequelize",
"school-of-software",
"mysql"
],
"homepage": "https://github.com/jxpxxzj/cslds-software-csu#readme"
}