34 lines
792 B
JSON
34 lines
792 B
JSON
{
|
|
"name": "creator-hub-web",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "11.14.0",
|
|
"@emotion/styled": "11.14.1",
|
|
"@mui/icons-material": "9.3.1",
|
|
"@mui/material": "9.3.1",
|
|
"@tanstack/react-query": "5.102.7",
|
|
"ra-core": "5.15.0",
|
|
"react": "19.2.8",
|
|
"react-admin": "5.15.1",
|
|
"react-dom": "19.2.8",
|
|
"react-hook-form": "7.86.0",
|
|
"react-router": "7.18.2",
|
|
"react-router-dom": "7.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "10.4.1",
|
|
"@testing-library/react": "16.3.2",
|
|
"@vitejs/plugin-react": "6.1.0",
|
|
"jsdom": "27.0.1",
|
|
"vite": "8.2.2",
|
|
"vitest": "4.1.11"
|
|
}
|
|
}
|