-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "vuepress-plugin-netabare-switch",
"version": "1.0.1",
"description": "VuePress v2 Plugin - netabare switch (ネタバレ・スイッチ)",
"main": "lib/node/index.js",
"types": "lib/node/index.d.ts",
"files": [
"lib"
],
"scripts": {
"clean": "npx rimraf lib *.tsbuildinfo",
"build": "unbuild",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monsat/vuepress-plugin-netabare-switch.git"
},
"keywords": [
"vuepress-plugin",
"vuepress"
],
"author": "monsat",
"license": "MIT",
"bugs": {
"url": "https://github.com/monsat/vuepress-plugin-netabare-switch/issues"
},
"homepage": "https://github.com/monsat/vuepress-plugin-netabare-switch#readme",
"devDependencies": {
"unbuild": "^0.6.7"
},
"dependencies": {
"@vuepress/client": "^2.0.0-beta.48",
"@vuepress/core": "^2.0.0-beta.48",
"@vuepress/utils": "^2.0.0-beta.48",
"@vueuse/core": "^7.5.1",
"vue": "^3.2.24",
"vue-router": "^4.0.12"
}
}