29 lines
659 B
JSON
29 lines
659 B
JSON
{
|
|
"name": "web",
|
|
"homepage": "web/build",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"start:game": "vite build --watch",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@mantine/core": "^6.0.19",
|
|
"@mantine/form": "^6.0.19",
|
|
"@mantine/hooks": "^6.0.19",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tabler-icons-react": "^1.56.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.25",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^3.2.4"
|
|
}
|
|
}
|