Some cleanups from the old stuff
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
"tsc": "tsc --incremental ",
|
||||
"dev": "ts-node-dev -r dotenv/config --watch src/**/*.sql -r tsconfig-paths/register --respawn --transpile-only ./src/server/index.ts",
|
||||
"prod": "tsc --incremental && node ./dist/src/server/index.js",
|
||||
"tslint-check": "tslint-config-prettier-check ./tslint.json",
|
||||
"migrate": "tsc --incremental && node ./dist/src/scripts/migrate.js"
|
||||
},
|
||||
"keywords": [],
|
||||
@@ -18,7 +17,7 @@
|
||||
"dependencies": {
|
||||
"@holdyourwaffle/express-session": "^1.16.2",
|
||||
"@types/pug": "^2.0.4",
|
||||
"argon2": "^0.24.1",
|
||||
"argon2": "^0.27.0",
|
||||
"cookie-parser": "^1.4.5",
|
||||
"csurf": "^1.11.0",
|
||||
"dataloader": "^1.4.0",
|
||||
@@ -75,9 +74,9 @@
|
||||
"tsconfig-paths": "^3.9.0",
|
||||
"tslint": "^5.20.1",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "^3.8.3",
|
||||
"webpack": "^4.42.1",
|
||||
"webpack-cli": "^3.3.11",
|
||||
"typescript": "^4.0.2",
|
||||
"webpack": "^4.44.1",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"webpack-dev-middleware": "^3.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user