Files
Kg.SeaTime/Web/package.json
2026-04-21 16:54:18 +08:00

24 lines
692 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "sea-time",
"version": "1.0.0",
"description": "航海时代是2022年推出的一款以航海为背景的wap文字游戏让玩家穿越到15世纪的大航海时代了解各地不同的风土人情淋漓尽致的演绎航海时代的血雨腥风。",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"pinia": "^3.0.4",
"vue": "^3.5.11"
},
"devDependencies": {
"@pinia/nuxt": "^0.11.3",
"@nuxt/devtools": "^2.0.0",
"nuxt": "^4.4.2",
"typescript": "^5.4.3"
}
}