-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
38 lines (38 loc) · 1015 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": "vue-admin-pro",
"version": "1.1.0",
"description": "a vue admin project",
"author": "weiyongqiang <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/style-resources": "^0.1.1",
"cross-env": "^5.2.0",
"echarts": "^4.2.0-rc.2",
"element-ui": "^2.4.6",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"nuxt": "^2.0.0",
"v-charts": "^1.19.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.0.1",
"eslint-config-prettier": "^4.3.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-vue": "^5.2.2",
"mockjs": "^1.0.1-beta3",
"nodemon": "^1.11.0",
"prettier": "1.17.1",
"vue-server-renderer": "2.6.10"
}
}