-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
32 lines (32 loc) · 909 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
{
"name": "easybangumi.org",
"version": "1.0.0",
"description": "official website and github profiles for easybangumi app",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src",
"clean-dev": "vuepress dev src --clean-cache",
"clean-package": "yarn cache clean --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easybangumiorg/.github.git"
},
"license": "MPL-2.0",
"private": true,
"bugs": {
"url": "https://github.com/easybangumiorg/.github/issues"
},
"homepage": "https://github.com/easybangumiorg/.github#readme",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^2.0.0-rc.37",
"@vuepress/plugin-search": "^2.0.0-rc.37",
"vuepress": "2.0.0-rc.13",
"vuepress-theme-reco": "2.0.0-rc.16"
},
"dependencies": {
"marked": "^13.0.2",
"moment": "^2.29.4",
"vuex": "^4.0.2"
}
}