-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 685 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 685 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
{
"name": "urara-docs",
"version": "0.0.1",
"description": "Documentation for Urara",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve"
},
"author": "藍",
"license": "WTFPL",
"repository": "importantimport/urara-docs",
"bugs": "https://github.com/importantimport/urara-docs/issues",
"homepage": "https://github.com/importantimport/urara-docs#readme",
"devDependencies": {
"@vite-pwa/vitepress": "^0.0.5",
"flexsearch": "^0.7.31",
"segment": "^0.1.3",
"vite": "^4.1.4",
"vite-plugin-pwa": "^0.14.4",
"vitepress": "1.0.0-alpha.48",
"vitepress-plugin-search": "1.0.4-alpha.19"
}
}