-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 878 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 878 Bytes
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
{
"name": "github.kaiyuan.fund",
"version": "1.0.0",
"scripts": {
"dev": "nuxt",
"generate": "npm run download && nuxt generate",
"download": "wget https://raw.githubusercontent.com/xibang/github-rank-china/master/data/0.json -O assets/data.json",
"lint": "eslint --fix --ext .js,.vue --ignore-path .eslintignore .",
"precommit": "npm run lint"
},
"config": {
"nuxt": {
"port": "6301"
}
},
"repository": "git@github.com:xibang/github.kaiyuan.fund.git",
"author": "willin <willin@willin.org>",
"license": "MIT",
"dependencies": {
"nuxt": "^2.6.3"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-willin": "^1.0.2",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-vue": "^5.0.0-beta.6",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}