{ "name": "zglaszansko-web", "version": "0.1.0", "description": "Web aplikacja ułatwiająca wysyłanie zgłoszeń do Poznańskiej Straży Miejskiej", "main": "./dist/back/index.js", "scripts": { "back:build": "tsc", "back:watch": "npm run back:build -- --watch", "front:build": "parcel build --out-dir public src/front/*.html", "front:watch": "parcel watch --out-dir public src/front/*.html", "start": "nodemon lib/back/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", "axios": "^0.21.1", "eslint-plugin-prettier": "^3.3.1", "koa": "^2.13.0", "koa-mount": "^4.0.0", "koa-static": "^5.0.0", "leaflet": "^1.7.1", "parcel-bundler": "^1.12.4", "react": "^17.0.1", "react-dom": "^17.0.1", "react-leaflet": "^3.0.5", "sealious": "^0.13.8" }, "devDependencies": { "@types/leaflet": "^1.5.19", "@types/node": "^14.14.20", "@types/request": "^2.48.5", "eslint": "^7.5.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-jsdoc": "^30.0.3", "prettier": "^2.0.5", "sass": "^1.32.0", "typescript": "^4.1.3" } }