-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 817 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"dependencies": {
"vuepress-theme-reco": "^1.6.11"
},
"name": "Love69_Ren'Py_Remaster_Doc",
"version": "1.0.0",
"description": "Love69 Ren'Py Remaster Doc WebSite",
"main": "index.js",
"repository": "https://github.com/LOVE69-Renpy-Remaster-Project/Doc.git",
"author": "Luckykeeper <luckykeeper@luckykeeper.site>",
"license": "https://github.com/luckykeeper/LOVE69_renpy_remaster#%E5%BC%80%E6%BA%90%E5%A3%B0%E6%98%8E",
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider && npx vuepress dev docs",
"build": "NODE_OPTIONS=--openssl-legacy-provider && npx vuepress build docs"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.9.7",
"@vuepress/plugin-pwa": "^1.9.7",
"vuepress": "^1.9.7",
"vuepress-plugin-nuggets-style-copy": "^1.0.3"
}
}