56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "misshaialert",
|
|
"version": "1.0.0-alpha.1",
|
|
"description": "",
|
|
"main": "built/app.js",
|
|
"author": "Xeltica",
|
|
"private": true,
|
|
"scripts": {
|
|
"tsc": "tsc",
|
|
"start": "node built/app.js",
|
|
"lint": "eslint src/index.ts",
|
|
"lint:fix": "eslint --fix src/index.ts",
|
|
"build:views": "copyfiles -u 1 src/views/*.pug ./built/",
|
|
"clean": "rimraf built",
|
|
"build:scripts": "tsc",
|
|
"build:styles": "sass styles/:built/assets",
|
|
"build": "run-p build:*",
|
|
"watch": "nodemon"
|
|
},
|
|
"dependencies": {
|
|
"@types/koa-bodyparser": "^4.3.0",
|
|
"@types/koa-mount": "^4.0.0",
|
|
"@types/koa-static": "^4.0.1",
|
|
"@types/uuid": "^8.0.0",
|
|
"axios": "^0.19.2",
|
|
"koa": "^2.13.0",
|
|
"koa-bodyparser": "^4.3.0",
|
|
"koa-mount": "^4.0.0",
|
|
"koa-router": "^9.1.0",
|
|
"koa-session": "^6.0.0",
|
|
"koa-static": "^5.0.0",
|
|
"koa-views": "^6.3.0",
|
|
"pug": "^3.0.0",
|
|
"sass": "^1.26.10",
|
|
"typescript": "^3.9.7",
|
|
"uuid": "^8.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/axios": "^0.14.0",
|
|
"@types/koa": "^2.11.3",
|
|
"@types/koa-router": "^7.4.1",
|
|
"@types/koa-session": "^5.10.2",
|
|
"@types/koa-views": "^2.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^3.7.0",
|
|
"@typescript-eslint/parser": "^3.7.0",
|
|
"copyfiles": "^2.3.0",
|
|
"eslint": "^7.5.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"nodemon": "^2.0.4",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.0.5",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|