2023-01-29 20:27:02 +00:00
|
|
|
{
|
|
|
|
"name": "resistants",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-02-06 23:32:00 +00:00
|
|
|
"@emotion/react": "^11.10.5",
|
|
|
|
"@mantine/core": "^5.10.3",
|
|
|
|
"@mantine/hooks": "^5.10.3",
|
2023-02-07 00:02:49 +00:00
|
|
|
"@tabler/icons-react": "^2.2.0",
|
2023-01-29 20:27:02 +00:00
|
|
|
"public-google-sheets-parser": "^1.2.6",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-01-30 00:56:08 +00:00
|
|
|
"react-dotdotdot": "^1.3.1",
|
2023-01-29 20:27:02 +00:00
|
|
|
"react-router": "^6.8.0",
|
|
|
|
"react-router-dom": "^6.8.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react": "^18.0.26",
|
|
|
|
"@types/react-dom": "^18.0.9",
|
|
|
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
2023-01-30 00:56:08 +00:00
|
|
|
"prop-types": "^15.8.1",
|
2023-01-29 20:27:02 +00:00
|
|
|
"typescript": "^4.9.3",
|
|
|
|
"vite": "^4.0.0"
|
2023-02-06 17:00:59 +00:00
|
|
|
},
|
|
|
|
"packageManager": "yarn@3.4.1"
|
2023-01-29 20:27:02 +00:00
|
|
|
}
|