You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
615 B
24 lines
615 B
{
|
|
"name": "iron-web-ui",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --config frontend/vite.config.ts",
|
|
"build": "vite build --config frontend/vite.config.ts",
|
|
"preview": "vite preview --config frontend/vite.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.76.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-router-dom": "^7.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|
|
|