-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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
{
"name": "nuxt-demo",
"version": "1.0.0",
"description": "Nuxt.js project",
"author": "向松涛 <280304286@163.com>",
"private": true,
"scripts": {
"dev": "PORT=3000 nuxt",
"data": "node ./site/data",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@vue/web-component-wrapper": "^1.2.0",
"node-sass": "^4.8.3",
"normalize.css": "^8.0.0",
"nuxt": "^1.0.0",
"qrcode.vue": "^1.6.0",
"remark-frontmatter": "^1.2.0",
"remark-html": "^7.0.0",
"remark-parse": "^5.0.0",
"remark-stringify": "^5.0.0",
"sass-loader": "^7.0.1",
"to-vfile": "^2.2.0",
"unified": "^6.1.6",
"url-parse": "^1.4.0",
"vfile-reporter": "^4.0.0",
"vue-i18n": "^7.6.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0"
}
}