2025-11-24 16:06:44 +08:00
|
|
|
{
|
|
|
|
|
"name": "tyapi-web",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
|
|
|
|
|
"lint:eslint": "eslint . --fix",
|
|
|
|
|
"lint": "run-s lint:*",
|
|
|
|
|
"format": "prettier --write src/"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
|
|
|
"@heroicons/vue": "^2.2.0",
|
|
|
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
|
|
|
"@tinymce/tinymce-vue": "^6.3.0",
|
|
|
|
|
"@vueuse/core": "^13.5.0",
|
|
|
|
|
"@wangeditor/editor": "^5.1.23",
|
|
|
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
|
|
|
"axios": "^1.11.0",
|
|
|
|
|
"dayjs": "^1.11.13",
|
|
|
|
|
"echarts": "^6.0.0",
|
|
|
|
|
"element-plus": "^2.10.4",
|
|
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
|
"marked": "^16.1.1",
|
|
|
|
|
"pinia": "^3.0.3",
|
2025-12-12 15:27:21 +08:00
|
|
|
"qrcode": "^1.5.4",
|
2025-11-24 16:06:44 +08:00
|
|
|
"tinymce": "^8.0.2",
|
|
|
|
|
"unplugin-auto-import": "^19.3.0",
|
|
|
|
|
"unplugin-vue-components": "^28.8.0",
|
|
|
|
|
"vue": "^3.5.18",
|
|
|
|
|
"vue-json-editor": "^1.4.3",
|
|
|
|
|
"vue-pdf-embed": "^2.1.3",
|
|
|
|
|
"vue-router": "^4.5.1",
|
|
|
|
|
"vuedraggable": "^4.1.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/js": "^9.32.0",
|
|
|
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
|
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
|
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
|
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
|
|
|
"autoprefixer": "^10.4.21",
|
|
|
|
|
"eslint": "^9.32.0",
|
|
|
|
|
"eslint-plugin-oxlint": "~1.8.0",
|
|
|
|
|
"eslint-plugin-vue": "~10.3.0",
|
|
|
|
|
"globals": "^16.3.0",
|
|
|
|
|
"npm-run-all2": "^8.0.4",
|
|
|
|
|
"oxlint": "~1.8.0",
|
|
|
|
|
"postcss": "^8.5.6",
|
|
|
|
|
"prettier": "3.6.2",
|
|
|
|
|
"sass-embedded": "^1.89.2",
|
|
|
|
|
"tailwindcss": "^4.1.11",
|
|
|
|
|
"vite": "^7.0.6",
|
|
|
|
|
"vite-plugin-vue-devtools": "^8.0.0"
|
|
|
|
|
},
|
|
|
|
|
"packageManager": "pnpm@10.13.1"
|
|
|
|
|
}
|