2025-05-20 16:21:42 +02:00
|
|
|
{
|
|
|
|
|
"name": "renderingcollections",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"lint": "eslint .",
|
2025-05-25 12:44:07 +02:00
|
|
|
"preview": "vite preview",
|
|
|
|
|
"server": "json-server -p 3001 db.json"
|
2025-05-20 16:21:42 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-05-25 12:44:07 +02:00
|
|
|
"axios": "^1.9.0",
|
2025-05-20 16:21:42 +02:00
|
|
|
"react": "^19.1.0",
|
|
|
|
|
"react-dom": "^19.1.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/js": "^9.25.0",
|
|
|
|
|
"@types/react": "^19.1.2",
|
|
|
|
|
"@types/react-dom": "^19.1.2",
|
|
|
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
|
|
|
"eslint": "^9.25.0",
|
|
|
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
|
|
|
"globals": "^16.0.0",
|
2025-05-25 12:44:07 +02:00
|
|
|
"json-server": "^1.0.0-beta.3",
|
2025-05-20 16:21:42 +02:00
|
|
|
"vite": "^6.3.5"
|
|
|
|
|
}
|
|
|
|
|
}
|