You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zglaszansko-web/package.json

34 lines
942 B
JSON

{
"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",
"koa": "^2.13.0",
"koa-mount": "^4.0.0",
"koa-static": "^5.0.0",
"parcel-bundler": "^1.12.4"
},
"devDependencies": {
"typescript": "^4.1.3"
}
}