kun-galgame-vue/package.json

60 lines
1.3 KiB
JSON
Raw Normal View History

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 论坛",
"author": {
"name": "kun",
"email": "kungalgame@gamil.com"
},
"repository": {
"type": "git",
"url": "https://github.com/KUN1007/KUNGalGame-vue.git"
},
2023-04-14 13:58:13 +00:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
2023-08-19 10:10:37 +00:00
"@wangeditor/editor": "^5.1.23",
2023-05-01 15:58:54 +00:00
"@wangeditor/editor-for-vue": "^5.1.12",
2023-05-02 18:20:22 +00:00
"animate.css": "^4.1.1",
2023-08-22 15:59:18 +00:00
"axios": "^1.4.0",
2023-08-03 11:01:17 +00:00
"dayjs": "^1.11.9",
2023-08-21 09:56:30 +00:00
"dompurify": "^3.0.5",
2023-08-03 11:01:17 +00:00
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
2023-08-03 11:01:17 +00:00
"vue-router": "^4.2.4"
2023-04-14 13:58:13 +00:00
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
2023-08-21 09:56:30 +00:00
"@types/dompurify": "^3.0.2",
2023-08-19 10:10:37 +00:00
"@types/node": "^20.4.8",
"@vitejs/plugin-vue": "^4.2.3",
2023-08-22 12:12:49 +00:00
"@vitejs/plugin-vue-jsx": "^3.0.2",
2023-05-22 15:42:21 +00:00
"cross-env": "^7.0.3",
2023-06-13 13:26:24 +00:00
"rollup-plugin-visualizer": "^5.9.2",
2023-08-03 11:01:17 +00:00
"sass": "^1.64.2",
"typescript": "^5.1.6",
"vite": "^4.4.8",
2023-05-22 15:42:21 +00:00
"vite-plugin-mock": "^3.0.0",
2023-08-03 11:01:17 +00:00
"vue-tsc": "^1.8.8"
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-04-14 13:58:13 +00:00
}