1
mirror of https://github.com/importantimport/urara-docs.git synced 2024-09-16 17:48:40 +08:00
urara-docs/package.json

25 lines
685 B
JSON
Raw Permalink Normal View History

2022-02-11 23:04:51 +08:00
{
"name": "urara-docs",
"version": "0.0.1",
2022-04-13 15:07:41 +08:00
"description": "Documentation for Urara",
2022-02-11 23:04:51 +08:00
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve"
},
2022-04-13 15:07:41 +08:00
"author": "藍",
2022-02-11 23:04:51 +08:00
"license": "WTFPL",
2022-04-13 15:07:41 +08:00
"repository": "importantimport/urara-docs",
"bugs": "https://github.com/importantimport/urara-docs/issues",
2022-02-11 23:04:51 +08:00
"homepage": "https://github.com/importantimport/urara-docs#readme",
"devDependencies": {
2023-02-27 19:48:17 +08:00
"@vite-pwa/vitepress": "^0.0.5",
"flexsearch": "^0.7.31",
"segment": "^0.1.3",
"vite": "^4.1.4",
2023-02-27 19:48:17 +08:00
"vite-plugin-pwa": "^0.14.4",
"vitepress": "1.0.0-alpha.48",
"vitepress-plugin-search": "1.0.4-alpha.19"
2022-02-11 23:04:51 +08:00
}
}