-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.44 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
47
48
49
50
51
52
53
{
"name": "AtomG",
"version": "1.0.0",
"description": "My technology Blog",
"author": "lg",
"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",
"test": "standard"
},
"dependencies": {
"@nuxtjs/axios": "^5.6.0",
"@nuxtjs/component-cache": "^1.1.5",
"@nuxtjs/style-resources": "^1.0.0",
"axios": "^0.19.2",
"cross-env": "^5.2.1",
"debug": "^2.6.3",
"github-markdown-css": "^3.0.1",
"highlight.js": "^10.0.3",
"koa": "^2.10.0",
"koa-body": "^4.1.1",
"koa-convert": "^1.2.0",
"koa-logger": "^2.0.1",
"koa-onerror": "^4.1.0",
"koa-router": "^7.1.1",
"koa-session": "^5.12.3",
"koa-session-mongoose": "^2.0.5",
"koa2-cors": "^2.0.6",
"markdown-it": "^10.0.0",
"marked": "^0.7.0",
"mavon-editor": "^2.7.6",
"md5-node": "^1.0.1",
"mongoose": "^5.7.5",
"mongoose-autopopulate": "^0.9.1",
"nuxt": "^2.12.1",
"platform": "^1.3.5",
"postcss-px2rem": "^0.3.0",
"view-design": "^4.0.0",
"vue-clipboard2": "^0.3.1",
"vue-lazyload": "^1.3.3"
},
"devDependencies": {
"@nuxtjs/pwa": "^3.0.0-beta.20",
"babel-plugin-import": "^1.13.0",
"node-sass": "^4.13.1",
"nodemon": "^1.19.3",
"sass-loader": "^8.0.2",
"scss-loader": "^0.0.1"
}
}