-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1022 Bytes
/
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
{
"name": "blog-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "serve dist -p 7000",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:hash": "vue-cli-service build --mode prod-hash",
"lint": "vue-cli-service lint",
"analyze": "vue-cli-service build --mode report"
},
"dependencies": {
"axios": "^0.19.0",
"core-js": "^2.6.5",
"element-ui": "^2.8.2",
"js-cookie": "^2.2.0",
"lodash": "^4.17.13",
"screenfull": "^4.2.0",
"vue": "^2.6.10",
"vue-croppa": "^1.3.8",
"vue-router": "^3.0.3",
"vuex": "^3.0.1",
"vuex-persist": "^2.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.21",
"webpack-bundle-analyzer": "^3.5.2"
}
}