34 lines
815 B
JSON
34 lines
815 B
JSON
{
|
|
"name": "echo-web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.0",
|
|
"@mantine/core": "^5.0.2",
|
|
"@mantine/dates": "^5.0.2",
|
|
"@mantine/hooks": "^5.0.2",
|
|
"@mantine/modals": "^5.0.2",
|
|
"@mantine/notifications": "^5.0.2",
|
|
"@reduxjs/toolkit": "^1.8.3",
|
|
"dayjs": "^1.11.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-feather": "^2.0.10",
|
|
"react-redux": "^8.0.2",
|
|
"ws": "^8.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/ws": "^8.5.3",
|
|
"@vitejs/plugin-react": "^2.0.0",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.0.0"
|
|
}
|
|
}
|