kun-galgame-vue/package.json

72 lines
1.9 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-10-23 10:34:28 +00:00
"description": "The CUTEST Visual Novel Forum!世界上最萌的 Galgame 论坛. Topic, Technique. NO ADs Forever. Free Forever",
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": {
2023-11-07 14:28:42 +00:00
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
2023-08-31 09:26:37 +00:00
},
"dependencies": {
2024-01-07 16:29:44 +00:00
"@milkdown/core": "^7.3.2",
"@milkdown/ctx": "^7.3.2",
"@milkdown/plugin-clipboard": "^7.3.2",
"@milkdown/plugin-history": "^7.3.2",
"@milkdown/plugin-indent": "^7.3.2",
"@milkdown/plugin-listener": "^7.3.2",
"@milkdown/plugin-prism": "^7.3.2",
"@milkdown/plugin-tooltip": "^7.3.2",
"@milkdown/plugin-trailing": "^7.3.2",
"@milkdown/preset-commonmark": "^7.3.2",
"@milkdown/preset-gfm": "^7.3.2",
"@milkdown/prose": "^7.3.2",
"@milkdown/transformer": "^7.3.2",
"@milkdown/utils": "^7.3.2",
"@milkdown/vue": "^7.3.2",
2023-10-27 16:48:31 +00:00
"@prosemirror-adapter/vue": "^0.2.6",
2023-08-31 09:26:37 +00:00
"animate.css": "^4.1.1",
"dayjs": "^1.11.10",
2023-10-19 10:19:34 +00:00
"localforage": "^1.10.0",
2023-09-27 08:54:42 +00:00
"nprogress": "^0.2.0",
2023-10-22 08:53:39 +00:00
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
2023-10-27 16:48:31 +00:00
"refractor": "^4.8.1",
"vue": "^3.4.5",
"vue-i18n": "^9.9.0",
"vue-router": "^4.2.5"
2023-08-31 09:26:37 +00:00
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@types/node": "^20.10.6",
2023-12-09 07:06:27 +00:00
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.7",
2023-12-09 07:06:27 +00:00
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vue-tsc": "^1.8.27"
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
}