-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
32 lines (32 loc) · 875 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
{
"name": "smile-blog-nuxt",
"version": "1.0.0",
"description": "个人博客 惟有文字 长情陪伴",
"author": "shirmy",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/component-cache": "^1.1.5",
"@nuxtjs/pwa": "^3.0.0-beta.16",
"@nuxtjs/style-resources": "^0.1.2",
"axios": "^0.19.0",
"cross-env": "^5.2.0",
"dompurify": "^1.0.11",
"gravatar": "^1.8.0",
"highlight.js": "^9.15.8",
"koa": "^2.6.2",
"marked": "^0.7.0",
"node-sass": "^4.12.0",
"nuxt": "^2.8.1",
"sass-loader": "^7.1.0",
"throttle-debounce": "^2.1.0"
},
"devDependencies": {
"nodemon": "^1.18.9"
}
}