-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.03 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
{
"name": "ex1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node-dev app.ts",
"format": "prettier --write .",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.14",
"@types/express-session": "^1.17.5",
"@types/formidable": "^2.0.5",
"@types/jsonfile": "^6.1.0",
"@types/knex": "^0.16.1",
"@types/node": "^18.7.18",
"@types/pg": "^8.6.5",
"bcryptjs": "^2.4.3",
"cross-fetch": "^3.1.5",
"date-fns": "^2.29.3",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-session": "^1.17.3",
"formidable": "^2.0.1",
"grant": "^5.4.21",
"jsonfile": "^6.1.0",
"knex": "^2.3.0",
"pg": "^8.8.0",
"socket.io": "^4.5.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.3",
"winston": "^3.8.2"
},
"devDependencies": {
"@types/jest": "^29.2.0",
"jest": "^29.2.1",
"playwright": "^1.27.1",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3"
}
}