Files
admin 74d030f846 fix: replace vue3-flag-icons with custom CSS-only flag icons
- Remove vue3-flag-icons dependency (was causing slow loading)
- Create custom flag-icons.css with only cn and us flags (inline SVG)
- Update language-change.vue to use CSS-based flag icons
- Delete vue3-flag-icons type declaration file
- Flag icons now load instantly without any JavaScript overhead
2026-05-07 23:21:53 +08:00

103 lines
2.8 KiB
JSON

{
"name": "developer-platform-frontend",
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.30.3",
"description": "Developer Platform Frontend - Developer portal, application management, and agent system",
"author": "viaeon",
"license": "MIT",
"keywords": [
"vue",
"vue-router",
"vite",
"typescript",
"tailwindcss",
"shadcn-vue",
"developer",
"license-management"
],
"engines": {
"node": ">=22.15",
"pnpm": ">=10"
},
"scripts": {
"postinstall": "simple-git-hooks",
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "npx bumpp"
},
"dependencies": {
"@formkit/auto-animate": "^0.9.0",
"@internationalized/date": "^3.11.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/vue-query": "^5.92.9",
"@tanstack/vue-table": "^8.21.3",
"@vee-validate/zod": "^4.15.1",
"@vueuse/core": "^14.2.1",
"@vueuse/integrations": "^14.2.1",
"axios": "^1.13.6",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"echarts": "^6.0.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-vue": "^8.6.0",
"lucide-vue-next": "0.575.0",
"motion-v": "1.7.4",
"nprogress": "^0.2.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"reka-ui": "^2.8.2",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"universal-cookie": "^8.0.1",
"vaul-vue": "^0.4.1",
"vee-validate": "^4.15.1",
"vue": "^3.5.29",
"vue-i18n": "^11.2.8",
"vue-input-otp": "^0.3.2",
"vue-router": "^5.0.3",
"vue-sonner": "^2.0.9",
"zod": "^4.3.6"
},
"devDependencies": {
"@antfu/eslint-config": "^7.6.1",
"@faker-js/faker": "^10.3.0",
"@iconify-json/simple-icons": "^1.2.72",
"@iconify/vue": "^5.0.0",
"@tanstack/eslint-plugin-query": "^5.91.4",
"@tanstack/vue-query-devtools": "^6.1.5",
"@types/node": "^24.11.0",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^6.0.4",
"@vitejs/plugin-vue-jsx": "^5.1.4",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.3",
"eslint-plugin-format": "^1.5.0",
"lint-staged": "^16.3.1",
"rollup-plugin-visualizer": "^7.0.0",
"simple-git-hooks": "^2.13.1",
"tailwindcss": "^4.2.1",
"typescript": "~5.9.3",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^31.0.0",
"vite": "^7.3.1",
"vite-plugin-vue-devtools": "^8.0.7",
"vite-plugin-vue-layouts": "^0.11.0",
"vue-tsc": "^3.2.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}