-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
84 lines (84 loc) · 2.35 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
{
"name": "amp",
"version": "1.0.0",
"description": "美信api管理平台",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node ./static/build/app.babel.js --env=dev",
"build": "node ./static/build/app.babel.js --env=build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gomeplusFED/AMP.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gomeplusFED/AMP/issues"
},
"homepage": "https://github.com/gomeplusFED/AMP#readme",
"dependencies": {
"codemirror": "^5.14.2",
"comment-regex": "^1.0.0",
"https": "^1.0.0",
"jquery": "^2.2.3",
"js-beautify": "^1.6.2",
"koa": "^2.0.0",
"koa-better-body": "^2.0.0",
"koa-convert": "^1.2.0",
"koa-cors": "0.0.16",
"koa-generic-session": "^1.10.2",
"koa-logger": "^1.3.0",
"koa-router": "^7.0.1",
"koa-static": "^2.0.0",
"koa-views": "^5.0.2",
"koa2-cookie-session": "0.0.1",
"ldapjs": "^1.0.0",
"md5": "^2.1.0",
"moment": "^2.13.0",
"mongoose": "^4.4.16",
"request": "^2.72.0",
"vue": "^1.0.21",
"vue-form": "^0.3.1",
"vue-resource": "^0.7.0",
"vue-router": "^0.7.13",
"vuex": "^0.6.3",
"wangeditor": "^2.1.10"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"eslint": "^2.13.1",
"eslint-config-standard": "^5.1.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.3.0",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.2",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"minimist": "^1.2.0",
"ora": "^0.2.3",
"shelljs": "^0.7.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.2",
"vue-loader": "^8.2.3",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.0",
"webpack-merge": "^0.14.1"
}
}