craban/webapp/package.json
2021-09-12 20:37:51 +02:00

18 lines
479 B
JSON

{
"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": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}