mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-17 19:47:10 +08:00
v0.3.8
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build:dev": "node ./scripts/run-vite-build.mjs --minify false --mode development",
|
||||
"build": "node ./scripts/run-vite-build.mjs --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",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user