43 lines
1 KiB
JSON
43 lines
1 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": "^20.12.12",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"browserslist": "^4.23.0",
|
|
"modern-normalize": "^2.0.0",
|
|
"sass": "^1.77.2",
|
|
"type-fest": "^4.18.2",
|
|
"typescript": "^5.4.5",
|
|
"unocss": "^0.60.2",
|
|
"unplugin-icons": "^0.19.0",
|
|
"unplugin-vue-router": "^0.8.6",
|
|
"vite": "^5.2.11",
|
|
"windicss": "^3.5.6"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/fraunces": "^5.0.21",
|
|
"@fontsource-variable/manrope": "^5.0.20",
|
|
"@iconify-json/solar": "^1.1.9",
|
|
"@iconify-json/svg-spinners": "^1.1.2",
|
|
"@unhead/vue": "^1.9.10",
|
|
"@vueuse/core": "^10.9.0",
|
|
"chart.js": "^4.4.3",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"color-alpha": "^2.0.0",
|
|
"date-fns": "^3.6.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nanoid": "^5.0.7",
|
|
"temporal-polyfill": "^0.2.4",
|
|
"vue": "^3.4.27",
|
|
"vue-chartjs": "^5.3.1",
|
|
"vue-router": "^4.3.2"
|
|
}
|
|
}
|