46 lines
883 B
JSON
46 lines
883 B
JSON
{
|
|
"name": "kungal-vue",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "世界上最萌的 galgame 论坛",
|
|
"author": {
|
|
"name": "kun",
|
|
"email": "kungalgame@gamil.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/KUN1007/KUNGalGame-vue.git"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.0.35",
|
|
"vue": "^3.2.47",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/vue": "^4.1.1",
|
|
"@types/node": "^18.15.12",
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.2.0",
|
|
"vue-tsc": "^1.2.0"
|
|
},
|
|
"keywords": [
|
|
"kun",
|
|
"moe",
|
|
"galgame",
|
|
"vue",
|
|
"vue3",
|
|
"vite",
|
|
"typescript",
|
|
"gal",
|
|
"visual novel"
|
|
],
|
|
"license": "MIT"
|
|
}
|