-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.47 KB
/
package.json
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
{
"name": "dineease",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "supervisor ./server.js",
"build": "tsc && postcss src/css/styles.css -o public/css/styles.css"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/bcrypt": "^5.0.2",
"@types/express-mysql-session": "^3.0.6",
"@types/express-session": "^1.18.1",
"@types/joi": "^17.2.3",
"@types/multer": "^1.4.12",
"@types/mysql": "^2.15.26",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.7",
"csurf": "^1.11.0",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-mysql-session": "^3.0.3",
"express-session": "^1.18.1",
"flatted": "^3.3.2",
"i18next": "^24.2.0",
"i18next-fs-backend": "^2.6.0",
"i18next-http-middleware": "^3.7.1",
"joi": "^17.13.3",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"rate-limiter-flexible": "^5.0.4",
"supervisor": "^0.12.0",
"uuid": "^11.0.3",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.8",
"@types/csurf": "^1.11.5",
"@types/express": "^5.0.0",
"@types/i18next": "^12.1.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.17",
"ts-node-dev": "^2.0.0",
"typescript": "^5.7.2"
}
}