-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.87 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
{
"name": "project11-c-web-fe-performance-monitoring-server",
"version": "1.0.0",
"description": "sentry like preformance monitoring service backend",
"main": "index.js",
"scripts": {
"start": "tsc && nodemon",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boostcamp-2020/Project11-C-Web-FE-Performance-Monitoring-Server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/boostcamp-2020/Project11-C-Web-FE-Performance-Monitoring-Server/issues"
},
"homepage": "https://github.com/boostcamp-2020/Project11-C-Web-FE-Performance-Monitoring-Server#readme",
"devDependencies": {
"@types/express": "^4.17.9",
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose": "^5.10.1",
"@types/mongoose-aggregate-paginate-v2": "^1.0.1",
"@types/nodemailer": "^6.4.0",
"@types/passport": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"eslint": "^7.13.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.1.4",
"nodemon": "^2.0.6",
"prettier": "^2.1.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
},
"dependencies": {
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.10.15",
"mongoose-aggregate-paginate-v2": "^1.0.42",
"morgan": "^1.10.0",
"nodemailer": "^6.4.17",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-naver": "^1.0.6",
"url": "^0.11.0"
}
}