mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-17 03:27:02 +08:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:dev": "node ./scripts/run-vite-build.mjs --scan --minify false --mode development",
|
|
"build": "node ./scripts/run-vite-build.mjs --scan --mode production",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/dom": "^1.7.4",
|
|
"@iconify/json": "^2.2.447",
|
|
"@wailsio/runtime": "latest",
|
|
"chart.js": "^4.5.1",
|
|
"copy-text-to-clipboard": "^3.2.2",
|
|
"dayjs": "^1.11.20",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"sortablejs": "^1.15.7",
|
|
"vue": "^3.5.22",
|
|
"vue-chartjs": "^5.3.3",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/tailwind": "^1.2.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.1",
|
|
"autoprefixer": "^10.5.0",
|
|
"code-inspector-plugin": "^1.4.3",
|
|
"postcss": "^8.5.14",
|
|
"tailwindcss": "^3.4.17",
|
|
"vite": "^7.1.11",
|
|
"vite-plugin-top-level-await": "^1.6.0"
|
|
},
|
|
"browserslist": [
|
|
"Safari >= 13"
|
|
]
|
|
}
|