kun-galgame-vue/package.json
2023-10-23 18:34:28 +08:00

62 lines
1.5 KiB
JSON

{
"name": "kun-galgame-vue",
"private": false,
"version": "0.0.0",
"description": "The CUTEST Visual Novel Forum!世界上最萌的 Galgame 论坛. Topic, Technique. NO ADs Forever. Free Forever",
"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.10",
"dompurify": "^3.0.6",
"localforage": "^1.10.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"quill-blot-formatter": "^1.0.5",
"quill-image-compress": "^1.2.30",
"quill-magic-url": "^4.2.0",
"vue": "^3.3.6",
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@types/dompurify": "^3.0.4",
"@types/js-cookie": "^3.0.5",
"@types/node": "^20.8.7",
"@types/nprogress": "^0.2.2",
"@vitejs/plugin-vue": "^4.4.0",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.69.4",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vue-tsc": "^1.8.19"
},
"keywords": [
"kun",
"moe",
"galgame",
"vue",
"vue3",
"vite",
"typescript",
"gal",
"visual novel"
],
"license": "LGPL-3.0-or-later"
}