-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 923 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
{
"name": "baldbear-blog",
"version": "1.0.0",
"description": "秃头熊的个人博客",
"author": "wxf",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=dev nuxt",
"build": "nuxt build",
"start": "cross-env NODE_ENV=prod nuxt start",
"generate": "nuxt generate",
"analyze": "nuxt build --analyze"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"cookie-universal-nuxt": "^2.2.2",
"element-ui": "^2.15.12",
"mavon-editor": "^2.10.4",
"nuxt": "^2.0.0",
"nuxt-precompress": "^0.5.9",
"vue-count-to": "^1.0.13",
"vue-lazyload": "^1.3.4"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.4.0",
"@nuxtjs/tailwindcss": "^4.2.1",
"babel-plugin-component": "^1.1.1",
"cross-env": "^7.0.3",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^9.0.2",
"prettier": "^2.8.2",
"url-loader": "^4.1.1"
}
}