toos-halloween/toos-dashboard/package.json

27 lines
557 B
JSON
Raw Normal View History

2023-10-04 13:53:57 +02:00
{
"name": "toos-dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
2023-10-13 09:43:42 +02:00
"@tauri-apps/api": "^1.5.0",
"@vueuse/core": "^10.5.0",
2023-10-04 13:53:57 +02:00
"vue": "^3.3.4",
2023-10-13 09:43:42 +02:00
"vue-color-input": "^1.0.8"
2023-10-04 13:53:57 +02:00
},
"devDependencies": {
2023-10-13 09:43:42 +02:00
"@tauri-apps/cli": "^1.5.0",
2023-10-04 13:53:57 +02:00
"@vitejs/plugin-vue": "^4.2.3",
2023-10-13 09:43:42 +02:00
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"vite": "^4.4.4"
2023-10-04 13:53:57 +02:00
}
}