-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 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
{
"name": "merrycodes-admin",
"version": "1.0.0",
"description": "The Admin of MerryCodes",
"author": "merrycodes",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "eslint --ext .js,.vue src",
"preview": "node build/index.js --preview",
"svgo": "svgo -f src/assets/icons/svg --config=src/assets/icons/svgo.yml"
},
"dependencies": {
"axios": "0.21.1",
"js-cookie": "2.2.0",
"mavon-editor": "^2.9.0",
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
"regenerator-runtime": "^0.13.7",
"screenfull": "4.2.0",
"vue-router": "3.0.2",
"vuex": "3.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.5.3",
"@vue/cli-plugin-eslint": "^3.9.1",
"@vue/cli-service": "3.5.3",
"babel-eslint": "10.0.1",
"compression-webpack-plugin": "^4.0.1",
"connect": "3.6.6",
"element-theme-chalk": "^2.13.2",
"eslint": "5.15.3",
"eslint-plugin-vue": "5.2.2",
"node-sass": "^4.14.1",
"runjs": "4.3.2",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "2.1.3",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.0",
"vue-template-compiler": "^2.6.12"
}
}