2022-01-10 11:25:03 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
2025-06-20 20:37:16 +01:00
|
|
|
"type": "module",
|
2022-01-10 11:25:03 +00:00
|
|
|
"scripts": {
|
2024-08-24 23:11:15 +01:00
|
|
|
"dev": "vite --port 3333 --host --open",
|
2022-01-10 11:25:03 +00:00
|
|
|
"build": "cross-env NODE_ENV=production vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-06-20 20:37:16 +01:00
|
|
|
"@intlify/unplugin-vue-i18n": "^6.0.8",
|
|
|
|
"@tiptap/extension-link": "^2.14.0",
|
|
|
|
"@tiptap/extension-text-style": "^2.14.0",
|
|
|
|
"@tiptap/starter-kit": "^2.14.0",
|
|
|
|
"@tiptap/vue-3": "^2.14.0",
|
|
|
|
"@vueuse/core": "^13.4.0",
|
|
|
|
"@vueuse/head": "^2.0.0",
|
|
|
|
"eslint": "^9.29.0",
|
2022-01-10 11:25:03 +00:00
|
|
|
"install": "^0.13.0",
|
2025-06-20 20:37:16 +01:00
|
|
|
"pnpm": "^10.12.1",
|
2024-08-24 23:11:15 +01:00
|
|
|
"toastify-js": "^1.12.0",
|
2025-06-20 20:37:16 +01:00
|
|
|
"typescript": "^5.8.3",
|
|
|
|
"vue": "^3.5.17",
|
|
|
|
"vue-demi": "^0.14.10",
|
|
|
|
"vue-i18n": "^11.1.6",
|
|
|
|
"vue-router": "^4.5.1",
|
2022-01-10 11:25:03 +00:00
|
|
|
"vue3-highlightjs": "^1.0.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-06-20 20:37:16 +01:00
|
|
|
"@antfu/eslint-config": "^4.15.0",
|
|
|
|
"@iconify-json/carbon": "^1.2.10",
|
|
|
|
"@types/node": "^24.0.3",
|
|
|
|
"@types/toastify-js": "^1.12.4",
|
|
|
|
"@unocss/preset-icons": "^66.2.3",
|
|
|
|
"@unocss/reset": "^66.2.3",
|
|
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
2022-01-10 11:25:03 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2025-06-20 20:37:16 +01:00
|
|
|
"rolldown": "0.15.1",
|
|
|
|
"unocss": "^66.2.3",
|
|
|
|
"unplugin-auto-import": "^19.3.0",
|
|
|
|
"unplugin-icons": "^22.1.0",
|
|
|
|
"unplugin-vue-components": "^28.7.0",
|
|
|
|
"vite": "^5.4.19",
|
|
|
|
"vite-plugin-inspect": "^0.7.0",
|
|
|
|
"vite-plugin-md": "^0.21.0",
|
|
|
|
"vite-plugin-pages": "^0.22.0",
|
|
|
|
"vite-plugin-vue-layouts": "^0.10.0"
|
2022-01-10 11:25:03 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "@antfu/eslint-config",
|
|
|
|
"rules": {
|
|
|
|
"no-unused-vars": "off",
|
|
|
|
"@typescript-eslint/no-unused-vars": "off"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|