54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@tea-project/web-frontend",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^22.13.8",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"browserslist": "^4.24.4",
|
|
"modern-normalize": "^3.0.1",
|
|
"sass": "^1.85.1",
|
|
"type-fest": "^4.36.0",
|
|
"typescript": "^5.8.2",
|
|
"unocss": "^66.0.0",
|
|
"unplugin-icons": "^22.1.0",
|
|
"unplugin-vue-router": "^0.11.2",
|
|
"vite": "^6.2.0",
|
|
"windicss": "^3.5.6"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/fraunces": "^5.2.5",
|
|
"@fontsource-variable/manrope": "^5.2.5",
|
|
"@iconify-json/solar": "^1.2.2",
|
|
"@iconify-json/svg-spinners": "^1.2.2",
|
|
"@unhead/vue": "^1.11.20",
|
|
"@vueuse/core": "^10.11.1",
|
|
"chart.js": "4.4.1",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"color-alpha": "^2.0.0",
|
|
"date-fns": "^3.6.0",
|
|
"ky": "^1.7.5",
|
|
"lodash-es": "^4.17.21",
|
|
"nanoid": "^5.1.2",
|
|
"temporal-polyfill": "^0.2.5",
|
|
"vue": "^3.5.13",
|
|
"vue-chartjs": "^5.3.2",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "22"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@parcel/watcher",
|
|
"esbuild",
|
|
"vue-demi"
|
|
]
|
|
}
|
|
}
|