-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1014 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
{
"name": "my-blog",
"version": "1.0.0",
"description": "my-blog-vue-ssr",
"author": "hlsky1988",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development HOST=127.0.0.1 nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production BASE_URL=http://aming660.cn:3000 node server/index.js",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.0.0",
"axios": "^0.18.0",
"cross-env": "^5.2.0",
"highlight.js": "^9.13.1",
"iview": "^3.1.3",
"koa": "^2.5.2",
"koa-bodyparser": "^4.2.1",
"koa-cors": "0.0.16",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"marked": "^0.5.1",
"mongoose": "^5.3.15",
"nuxt": "^2.0.0",
"request-ip": "^2.1.3"
},
"devDependencies": {
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "2.6.2",
"nodemon": "^1.11.0",
"prettier": "1.14.3",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}