-
Notifications
You must be signed in to change notification settings - Fork 123
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
{
"name": "nuxt-project",
"version": "1.0.0",
"description": "Nuxt.js Juejin",
"author": "ChanWahFung",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon --inspect server/index.js --watch server",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"async-validator": "^3.3.0",
"cookie-universal-nuxt": "^2.1.3",
"cross-env": "^5.2.0",
"element-ui": "^2.13.0",
"highlight.js": "^10.6.0",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-helmet": "^5.2.0",
"koa-router": "^8.0.8",
"koa2-cors": "^2.0.6",
"lru-cache": "^5.1.1",
"markdown-it": "^11.0.0",
"moment": "^2.24.0",
"nuxt": "^2.0.0",
"request": "^2.88.2",
"vue-i18n": "^8.17.6",
"vuex": "^3.1.3"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"nodemon": "^1.18.9",
"sass": "^1.45.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.1",
"scss-loader": "0.0.1"
}
}