chore: initial scaffold

This commit is contained in:
Julien Calixte
2026-06-16 21:49:09 +02:00
commit cd46575b05
22 changed files with 1292 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "product-radar",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"daisyui": "^5.5.23",
"vue": "^3.5.34"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.1",
"@types/node": "^24.12.3",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/tsconfig": "^0.9.1",
"tailwindcss": "^4.3.1",
"typescript": "~6.0.2",
"vite": "^8.0.12",
"vue-tsc": "^3.2.8"
}
}