This commit is contained in:
Philippe Torrel
2026-08-11 10:04:41 +02:00
parent a7dea7a7a6
commit f08771d221
271 changed files with 28827 additions and 4 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "u14_input-price",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"bootstrap": "^5.3.8",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-icons": "^5.7.0",
"sass-embedded": "^1.100.0"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.4",
"oxlint": "^1.75.0",
"vite": "^8.2.0"
}
}