68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "kun-galgame-vue",
|
|
"private": false,
|
|
"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": {
|
|
"@vueup/vue-quill": "^1.2.0",
|
|
"animate.css": "^4.1.1",
|
|
"dayjs": "^1.11.9",
|
|
"dompurify": "^3.0.5",
|
|
"js-cookie": "^3.0.5",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.1.6",
|
|
"pinia-plugin-persistedstate": "^3.2.0",
|
|
"quill-blot-formatter": "^1.0.5",
|
|
"quill-image-compress": "^1.2.30",
|
|
"quill-magic-url": "^4.2.0",
|
|
"quill-mention": "^3.4.1",
|
|
"vue": "^3.3.4",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/vue": "^4.1.1",
|
|
"@types/dompurify": "^3.0.2",
|
|
"@types/js-cookie": "^3.0.4",
|
|
"@types/node": "^20.4.8",
|
|
"@types/nprogress": "^0.2.1",
|
|
"@vitejs/plugin-basic-ssl": "^1.0.1",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
"cross-env": "^7.0.3",
|
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
"sass": "^1.64.2",
|
|
"terser": "^5.20.0",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.8",
|
|
"vite-plugin-mkcert": "^1.16.0",
|
|
"vue-tsc": "^1.8.8"
|
|
},
|
|
"keywords": [
|
|
"kun",
|
|
"moe",
|
|
"galgame",
|
|
"vue",
|
|
"vue3",
|
|
"vite",
|
|
"typescript",
|
|
"gal",
|
|
"visual novel"
|
|
],
|
|
"license": "LGPL-3.0-or-later"
|
|
}
|