Files

31 lines
734 B
JSON

{
"name": "@multi-simadmin/web",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": "./src/index.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run src",
"typecheck": "tsc -p tsconfig.json"
},
"dependencies": {
"@multi-simadmin/contracts": "workspace:*",
"animal-island-ui": "1.3.0",
"classnames": "2.5.1",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.1",
"jsdom": "27.2.0",
"vite": "7.3.5"
}
}