roomruler/package.json

24 lines
494 B
JSON

{
"name": "roomruler",
"version": "1.0.0",
"description": "Web application for distribution of free classrooms",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build"
},
"author": "dm1sh",
"license": "MIT",
"devDependencies": {
"@types/react-dom": "^17.0.9",
"typescript": "^4.4.2",
"vite": "^2.5.3"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"immer": "^9.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}