2023-04-14 13:58:13 +00:00
|
|
|
{
|
2023-07-31 05:59:53 +00:00
|
|
|
"name": "kun-galgame-vue",
|
|
|
|
"private": false,
|
2023-04-14 13:58:13 +00:00
|
|
|
"version": "0.0.0",
|
2023-04-17 15:20:49 +00:00
|
|
|
"description": "世界上最萌的 galgame 论坛",
|
2023-08-31 09:26:37 +00:00
|
|
|
"author": {
|
|
|
|
"name": "kun",
|
|
|
|
"email": "kungalgame@gamil.com"
|
|
|
|
},
|
2023-04-17 15:20:49 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/KUN1007/KUNGalGame-vue.git"
|
|
|
|
},
|
2023-08-31 09:26:37 +00:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vue-tsc && vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-09-06 10:17:14 +00:00
|
|
|
"@vueup/vue-quill": "^1.2.0",
|
2023-08-31 09:26:37 +00:00
|
|
|
"animate.css": "^4.1.1",
|
2023-10-03 13:03:50 +00:00
|
|
|
"dayjs": "^1.11.10",
|
|
|
|
"dompurify": "^3.0.6",
|
2023-09-27 08:54:42 +00:00
|
|
|
"nprogress": "^0.2.0",
|
2023-08-31 09:26:37 +00:00
|
|
|
"pinia": "^2.1.6",
|
|
|
|
"pinia-plugin-persistedstate": "^3.2.0",
|
2023-09-08 07:53:30 +00:00
|
|
|
"quill-blot-formatter": "^1.0.5",
|
2023-09-09 06:40:10 +00:00
|
|
|
"quill-image-compress": "^1.2.30",
|
2023-09-08 10:26:13 +00:00
|
|
|
"quill-magic-url": "^4.2.0",
|
2023-10-03 13:03:50 +00:00
|
|
|
"quill-mention": "^4.0.0",
|
2023-08-31 09:26:37 +00:00
|
|
|
"vue": "^3.3.4",
|
2023-10-03 13:03:50 +00:00
|
|
|
"vue-i18n": "^9.5.0",
|
|
|
|
"vue-router": "^4.2.5"
|
2023-08-31 09:26:37 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@iconify/vue": "^4.1.1",
|
2023-10-03 13:03:50 +00:00
|
|
|
"@types/dompurify": "^3.0.3",
|
2023-09-24 13:46:04 +00:00
|
|
|
"@types/js-cookie": "^3.0.4",
|
2023-10-12 12:31:01 +00:00
|
|
|
"@types/node": "^20.8.4",
|
2023-09-27 08:54:42 +00:00
|
|
|
"@types/nprogress": "^0.2.1",
|
2023-09-26 18:01:00 +00:00
|
|
|
"@vitejs/plugin-basic-ssl": "^1.0.1",
|
2023-10-03 13:03:50 +00:00
|
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
2023-08-31 09:26:37 +00:00
|
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"rollup-plugin-visualizer": "^5.9.2",
|
2023-10-12 12:31:01 +00:00
|
|
|
"sass": "^1.69.3",
|
2023-10-03 13:03:50 +00:00
|
|
|
"terser": "^5.21.0",
|
|
|
|
"typescript": "^5.2.2",
|
2023-10-12 12:31:01 +00:00
|
|
|
"vite": "^4.4.11",
|
2023-09-26 18:01:00 +00:00
|
|
|
"vite-plugin-mkcert": "^1.16.0",
|
2023-10-12 12:31:01 +00:00
|
|
|
"vue-tsc": "^1.8.19"
|
2023-04-17 15:20:49 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"kun",
|
|
|
|
"moe",
|
|
|
|
"galgame",
|
|
|
|
"vue",
|
|
|
|
"vue3",
|
|
|
|
"vite",
|
|
|
|
"typescript",
|
|
|
|
"gal",
|
|
|
|
"visual novel"
|
|
|
|
],
|
2023-07-31 05:59:53 +00:00
|
|
|
"license": "LGPL-3.0-or-later"
|
2023-08-31 09:26:37 +00:00
|
|
|
}
|