-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "zealsay_front",
"version": "1.0.0",
"private": true,
"description": "My good Nuxt.js project",
"author": "zhanglei",
"scripts": {
"build": "nuxt build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"dev": "nuxt",
"generate": "nuxt generate",
"start": "nuxt start",
"upcdn": "node ./scripts/upcdn.js"
},
"dependencies": {
"@nuxtjs/auth": "^4.8.5",
"@nuxtjs/axios": "^5.3.6",
"nuxt": "^2.0.0"
},
"devDependencies": {
"@mdi/font": "^4.8.95",
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/vuetify": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.0.1",
"glob": "^7.1.6",
"material-design-icons-iconfont": "^5.0.1",
"mavon-editor": "^2.7.7",
"mime": "^2.4.4",
"nuxt-sweetalert2": "^1.0.0",
"path": "^0.12.7",
"prettier": "^1.16.4",
"qiniu": "^7.3.0",
"vue-chartist": "^2.2.1",
"vue-concise-slider": "^3.4.4",
"vue-count-to": "^1.0.13",
"vue-cropper": "^0.5.0",
"vue-perfect-scrollbar": "^0.2.1",
"vue-scroll-reveal": "^1.0.11",
"vuex-persistedstate": "^2.7.0"
}
}