resistants/package.json

33 lines
794 B
JSON

{
"name": "resistants",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@mantine/core": "^5.10.3",
"@mantine/hooks": "^5.10.3",
"@tabler/icons-react": "^2.2.0",
"public-google-sheets-parser": "^1.2.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dotdotdot": "^1.3.1",
"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",
"prop-types": "^15.8.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
},
"packageManager": "yarn@3.4.1"
}