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.

52 lines
1.4 KiB
JSON

{
"name": "express-template",
"version": "0.0.1",
"private": true,
"repository": "git@git.zcj.plus:zhouchijian/express-template.git",
"scripts": {
"build": "node ./build",
"start:prod": "cross-env NODE_ENV=production node ./www",
"dev": "nodemon"
},
"dependencies": {
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"cookie-parser": "~1.4.4",
"debug": "^4.3.2",
"dotenv": "^10.0.0",
"es6-shim": "^0.35.6",
"express": "~4.16.1",
"hjs": "~0.0.6",
"http-errors": "~1.6.3",
"ioredis": "^4.27.8",
"less-middleware": "~2.2.1",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"reflect-metadata": "^0.1.13",
"rpc-websockets": "^7.4.14",
"shelljs": "^0.8.4",
"ts-node": "^10.1.0",
"typeorm": "^0.2.34",
"underscore": "^1.13.1",
"typescript": "^4.3.4"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.12",
"@types/http-errors": "^1.8.0",
"@types/ioredis": "^4.27.1",
"@types/less-middleware": "^2.0.31",
"@types/md5": "^2.3.1",
"@types/morgan": "^1.9.2",
"@types/node": "^15.12.3",
"@types/underscore": "^1.11.3",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.29.0",
"nodemon": "^2.0.7"
}
}