tskredens/package.json

84 lines
2.5 KiB
JSON

{
"name": "kredens",
"version": "0.1.0",
"description": "Where I keep my spoons",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc --incremental ",
"dev": "ts-node-dev -r dotenv/config --watch src/**/*.sql -r tsconfig-paths/register --respawn --transpile-only ./src/index.ts",
"prod": "tsc --incremental && node ./dist/src/index.js",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"migrate": "tsc --incremental && node ./dist/src/scripts/migrate.js"
},
"keywords": [],
"author": "ModZero <modzero@modzero.xyz>",
"license": "AGPL-3.0-or-later",
"private": true,
"dependencies": {
"@holdyourwaffle/express-session": "^1.16.2",
"@types/pug": "^2.0.4",
"argon2": "^0.24.1",
"cookie-parser": "^1.4.4",
"csurf": "^1.10.0",
"dataloader": "^1.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-pino-logger": "^4.0.0",
"helmet": "^3.21.2",
"http-errors": "^1.7.3",
"luxon": "^1.19.3",
"monet": "^0.9.0",
"pg": "^7.12.1",
"pg-promise": "^9.3.3",
"pino": "^5.13.5",
"pug": "^2.0.4",
"tweetnacl": "^1.0.1",
"tweetnacl-util": "^0.15.0",
"yargs": "^14.2.0"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/csurf": "^1.9.35",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.1",
"@types/express-pino-logger": "^4.0.2",
"@types/helmet": "0.0.44",
"@types/http-errors": "^1.6.2",
"@types/luxon": "^1.15.2",
"@types/node": "^12.11.2",
"@types/object-hash": "^1.3.0",
"@types/pg": "^7.11.2",
"@types/pino": "^5.8.12",
"@types/react": "^16.9.9",
"@types/react-dom": "^16.9.2",
"@types/react-redux": "^7.1.5",
"@types/react-router": "^5.1.2",
"@types/react-router-dom": "^5.1.0",
"@types/webpack-dev-middleware": "^2.0.3",
"@types/yargs": "^13.0.3",
"css-loader": "^3.2.0",
"object-hash": "^2.0.0",
"pg-monitor": "^1.3.1",
"pino-pretty": "^3.2.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.1",
"ts-loader": "^6.2.0",
"ts-node": "^8.4.1",
"ts-node-dev": "^1.0.0-pre.43",
"tsconfig-paths": "^3.9.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-middleware": "^3.7.2"
}
}