29 lines
703 B
JSON
29 lines
703 B
JSON
{
|
|
"name": "subwatcher-ui",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0 --port 5173",
|
|
"build": "tsc -b && vite build",
|
|
"start": "serve -s dist -l 3000"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "^8.3.15",
|
|
"@mantine/hooks": "^8.3.15",
|
|
"@mantine/modals": "^8.3.15",
|
|
"@mantine/notifications": "^8.3.15",
|
|
"@tabler/icons-react": "^3.37.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^7.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^6.0.11"
|
|
}
|
|
}
|