{ "name": "zglaszansko-web", "version": "0.1.0", "description": "Web aplikacja ułatwiająca wysyłanie zgłoszeń do Poznańskiej Straży Miejskiej", "main": "index.js", "scripts": { "back:build": "tsc", "back:watch": "npm run back:build -- --watch", "front:build": "parcel build --out-dir public src/index.html", "front:watch": "parcel watch --out-dir public src/index.html", "start": "node lib/index.js" }, "repository": { "type": "git", "url": "gitea@git.kuba-orlik.name:kuba/zglaszansko-web.git" }, "author": "foki", "license": "ISC", "dependencies": { "@koa/router": "^10.0.0", "@types/koa": "^2.11.6", "@types/koa-mount": "^4.0.0", "@types/koa-static": "^4.0.1", "@types/koa__router": "^8.0.3", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "koa": "^2.13.0", "koa-mount": "^4.0.0", "koa-static": "^5.0.0", "parcel-bundler": "^1.12.4", "react": "^17.0.1", "react-dom": "^17.0.1" }, "devDependencies": { "sass": "^1.32.0", "typescript": "^4.1.3" } }