22 lines
450 B
JSON
22 lines
450 B
JSON
{
|
|
"name": "roomruler",
|
|
"version": "1.0.0",
|
|
"description": "Web application for distribution of free classrooms",
|
|
"scripts": {
|
|
"dev": "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",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
}
|
|
}
|