28 lines
624 B
JSON
28 lines
624 B
JSON
{
|
|
"name": "resistants",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|