-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.91 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "myday",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "nodemon src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"test": "env-cmd -f .test.env jest --verbose --runInBand --watchAll=false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jieunkxx/MyDay.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jieunkxx/MyDay/issues"
},
"homepage": "https://github.com/jieunkxx/MyDay#readme",
"dependencies": {
"@prisma/client": "^4.2.1",
"async": "3.2.2",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"jquery": "^3.6.0",
"moment": "^2.29.4",
"request-promise": "^4.2.6",
"to": "^0.2.9",
"update": "^0.7.4"
},
"devDependencies": {
"@types/async": "^3.2.15",
"@types/axios": "^0.14.0",
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/eslint": "^8.4.5",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^18.6.3",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"chai": "^4.3.6",
"eslint": "^8.1.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"jsonwebtoken": "^8.5.1",
"mocha": "^10.0.0",
"nodemon": "^2.0.19",
"pm2": "^5.1.2",
"prettier": "^2.7.1",
"prisma": "^4.2.1",
"swagger-autogen": "^2.21.5",
"swagger-jsdoc": "^6.2.5",
"swagger-ui-express": "^4.5.0",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"tsc-node": "^0.0.3",
"tsc-watch": "^5.0.3",
"typescript": "^4.7.4"
}
}