T01: update backend package.json
This commit is contained in:
+24
-19
@@ -1,25 +1,30 @@
|
|||||||
{
|
{
|
||||||
"name": "backend",
|
"name": "web-cad-backend",
|
||||||
"version": "1.0.0",
|
"version": "0.0.1",
|
||||||
"description": "",
|
"description": "Backend for web-cad - Web-based 2D CAD for Event Seating Plans",
|
||||||
"main": "index.js",
|
"main": "dist/index.js",
|
||||||
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"dev": "nodemon src/index.ts",
|
||||||
|
"build": "tsc",
|
||||||
|
"start": "node dist/index.js",
|
||||||
|
"test": "vitest",
|
||||||
|
"lint": "eslint . --ext .ts"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
|
||||||
"author": "",
|
|
||||||
"license": "ISC",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bcryptjs": "^3.0.3",
|
"fastify": "^5.0.0",
|
||||||
"cors": "^2.8.6",
|
"@fastify/cors": "^10.0.0",
|
||||||
"dxf-parser": "^1.1.2",
|
"@fastify/rate-limit": "^9.0.0",
|
||||||
"express": "^5.2.1",
|
"@fastify/swagger": "^9.0.0",
|
||||||
"jsonwebtoken": "^9.0.3",
|
"@fastify/swagger-ui": "^5.0.0"
|
||||||
"multer": "^2.1.1",
|
},
|
||||||
"passport": "^0.7.0",
|
"devDependencies": {
|
||||||
"passport-jwt": "^4.0.1",
|
"@types/node": "^22.0.0",
|
||||||
"passport-local": "^1.0.0",
|
"typescript": "^5.0.0",
|
||||||
"pg": "^8.21.0",
|
"nodemon": "^3.0.0",
|
||||||
"sequelize": "^6.37.8"
|
"vitest": "^2.0.0",
|
||||||
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
||||||
|
"@typescript-eslint/parser": "^8.0.0",
|
||||||
|
"eslint": "^9.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user