craban/webapp/package.json

21 lines
549 B
JSON
Raw Normal View History

{
"name": "craban",
"version": "0.1.0",
"description": "",
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html --dist-dir ../server/web/static/ --no-cache",
"watch": "parcel watch src/index.html --dist-dir ../server/web/static/ --no-cache"
},
"author": "Miguel de la Cruz <miguel@mcrx.me>",
"devDependencies": {
"parcel": "^2.0.0-rc.0"
},
"dependencies": {
2021-09-12 20:57:59 +01:00
"@material-ui/core": "^4.12.3",
"react": "^17.0.2",
2021-09-12 20:57:59 +01:00
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0"
}
}