-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.98 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "workspace",
"version": "1.0.0",
"description": "none",
"main": "index.js",
"scripts": {
"test": "cd ./server && npm run test",
"lint:fix": "cd ./server && npm run lint",
"debug": "ndb ./server/server.js",
"dev": "concurrently \"cd ./client && npm run client\" \"cd ./server && npm run server\""
},
"author": "",
"license": "ISC",
"dependencies": {
"-": "^0.0.1",
"@tanstack/react-query": "^5.28.9",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"concurrently": "^8.2.2",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.2.0",
"express-session": "^1.18.0",
"hpp": "^0.2.3",
"html-to-text": "^9.0.5",
"husky": "^9.0.11",
"kafka-node": "^5.0.0",
"kafkajs": "^2.2.4",
"mongoose-unique-validator": "^5.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"pm2": "^5.3.1",
"pug": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.3",
"save-dev": "^0.0.1-security",
"sharp": "^0.33.3",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.6",
"xss-clean": "^0.1.4"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.1.1",
"@types/express": "^4.17.21",
"@types/node": "^20.12.7",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.0.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"supertest": "^7.0.0",
"ts-jest": "^29.1.2"
},
"engines": {
"node": ">=10.0.0"
}
}