-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
42 lines (42 loc) · 955 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
38
39
40
41
42
{
"name": "leader.js.cool",
"version": "5.0.0",
"description": "不可替代的团队领袖培养计划",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content-theme-docs": "^0.11.1",
"@nuxtjs/google-adsense": "^1.4.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/sitemap": "^2.4.0",
"nuxt": "^2.15.8"
},
"devDependencies": {
"prettier": "^2.4.1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:willin/leader.js.cool.git"
},
"keywords": [
"leader",
"cool",
"js",
"w2mn"
],
"author": "Willin Wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/willin/leader.js.cool/issues"
},
"homepage": "https://leader.js.cool/",
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/willin"
}
}