-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.55 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.55 KB
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
{
"name": "meedu-backend",
"version": "1.0.0",
"description": "meedu backend.",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.4.4",
"axios": "^0.19.0",
"brace": "^0.11.1",
"chart.js": "^2.9.3",
"core-js": "^2.6.9",
"echarts": "^4.2.0-rc.2",
"fetch-jsonp": "^1.1.3",
"hey-global": "0.0.1",
"hey-log": "0.0.8",
"hey-utils": "^1.0.2",
"heyui": "^1.25.1",
"js-model": "^1.4.2",
"lodash.debounce": "^4.0.8",
"manba": "^1.3.2",
"marked": "^0.7.0",
"plupload-es6": "^2.1.11",
"qiniu-js-es6": "^1.0.31",
"qs": "^6.4.0",
"regenerator-runtime": "^0.13.2",
"vod-js-sdk-v6": "^1.4.8",
"vue": "^2.6.10",
"vue-avatar-cropper": "^1.0.5",
"vue-chartjs": "^3.5.0",
"vue-router": "^2.5.3",
"vue-tinymce-editor": "^1.6.2",
"vuex": "^2.3.1"
},
"devDependencies": {
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"copy-webpack-plugin": "^5.1.1",
"eslint": "^5.3.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-vue": "^5.2.2",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"mockjs": "^1.0.1-beta3"
},
"readmeFilename": "README.md",
"scripts": {
"serve": "hey dev",
"build": "hey build",
"lint": "eslint --fix --ext .js,.vue src"
}
}