62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "firegex-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.0",
|
|
"@mantine/core": "^6.0.13",
|
|
"@mantine/form": "^6.0.13",
|
|
"@mantine/hooks": "^6.0.13",
|
|
"@mantine/modals": "^6.0.13",
|
|
"@mantine/notifications": "^6.0.13",
|
|
"@mantine/prism": "^6.0.13",
|
|
"@mantine/spotlight": "^6.0.13",
|
|
"@testing-library/dom": "^9.3.0",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.3.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^20.2.5",
|
|
"@types/react": "^18.0.12",
|
|
"@types/react-dom": "^18.0.5",
|
|
"buffer": "^6.0.3",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"react-icons": "^4.4.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"sass": "^1.62.1",
|
|
"socket.io-client": "^4.5.1",
|
|
"typescript": "^4.7.3",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-svgr": "^3.2.0",
|
|
"vite-tsconfig-paths": "^4.2.0"
|
|
}
|
|
}
|