-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
148 lines (148 loc) · 4.1 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "playground-umc-7th-nodejs",
"type": "module",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"@prisma/client": "^5.22.0",
"@quixo3/prisma-session-store": "^3.1.13",
"accepts": "^2.0.0",
"anymatch": "^3.1.3",
"array-flatten": "^3.0.0",
"aws-ssl-profiles": "^1.1.2",
"balanced-match": "^1.0.2",
"binary-extensions": "^2.3.0",
"body-parser": "^2.0.1",
"brace-expansion": "^1.1.11",
"braces": "^3.0.3",
"bytes": "^3.1.2",
"call-bind": "^1.0.7",
"chokidar": "^3.6.0",
"concat-map": "^0.0.1",
"content-disposition": "^1.0.0",
"content-type": "^1.0.5",
"cookie": "^0.6.0",
"cookie-signature": "^1.2.1",
"cors": "^2.8.5",
"debug": "^4.3.6",
"define-data-property": "^1.1.4",
"denque": "^2.1.0",
"depd": "^2.0.0",
"destroy": "^1.2.0",
"dotenv": "^16.4.5",
"ee-first": "^1.1.1",
"encodeurl": "^2.0.0",
"es-define-property": "^1.0.0",
"es-errors": "^1.3.0",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"express": "^5.0.0",
"express-session": "^1.18.1",
"fill-range": "^7.1.1",
"finalhandler": "^2.0.0",
"forwarded": "^0.2.0",
"fresh": "^2.0.0",
"function-bind": "^1.1.2",
"generate-function": "^2.3.1",
"get-intrinsic": "^1.2.4",
"glob-parent": "^5.1.2",
"gopd": "^1.0.1",
"has-flag": "^3.0.0",
"has-property-descriptors": "^1.0.2",
"has-proto": "^1.0.3",
"has-symbols": "^1.0.3",
"hasown": "^2.0.2",
"http-errors": "^2.0.0",
"http-status": "^2.0.0",
"http-status-codes": "^2.3.0",
"iconv-lite": "^0.5.2",
"ignore-by-default": "^1.0.1",
"inherits": "^2.0.4",
"ipaddr.js": "^1.9.1",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"is-promise": "^4.0.0",
"is-property": "^1.0.2",
"long": "^5.2.3",
"lru-cache": "^7.18.3",
"lru.min": "^1.1.1",
"media-typer": "^1.1.0",
"merge-descriptors": "^2.0.0",
"methods": "^1.1.2",
"mime-db": "^1.53.0",
"mime-types": "^3.0.0",
"minimatch": "^3.1.2",
"ms": "^2.1.2",
"mysql2": "^3.11.4",
"named-placeholders": "^1.1.3",
"negotiator": "^1.0.0",
"normalize-path": "^3.0.0",
"object-assign": "^4.1.1",
"object-inspect": "^1.13.2",
"on-finished": "^2.4.1",
"once": "^1.4.0",
"parseurl": "^1.3.3",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-naver-v2": "^2.0.8",
"path-to-regexp": "^8.2.0",
"picomatch": "^2.3.1",
"prisma": "^5.22.0",
"proxy-addr": "^2.0.7",
"pstree.remy": "^1.1.8",
"qs": "^6.13.0",
"range-parser": "^1.2.1",
"raw-body": "^3.0.0",
"readdirp": "^3.6.0",
"router": "^2.0.0",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"semver": "^7.6.3",
"send": "^1.1.0",
"seq-queue": "^0.0.5",
"serve-static": "^2.1.0",
"set-function-length": "^1.2.2",
"setprototypeof": "^1.2.0",
"side-channel": "^1.0.6",
"simple-update-notifier": "^2.0.0",
"sqlstring": "^2.3.3",
"statuses": "^2.0.1",
"supports-color": "^5.5.0",
"swagger-autogen": "^2.23.7",
"swagger-ui-express": "^5.0.1",
"to-regex-range": "^5.0.1",
"toidentifier": "^1.0.1",
"touch": "^3.1.1",
"ts-node": "^10.9.2",
"type-is": "^2.0.0",
"undefsafe": "^2.0.5",
"unpipe": "^1.0.0",
"utils-merge": "^1.0.1",
"vary": "^1.1.2",
"wrappy": "^1.0.2"
},
"scripts": {
"build": "tsx scripts/build.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.cjs",
"dev": "nodemon -e js,json,prisma,ts --exec \"prisma generate && tsx src/index.ts\""
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.1",
"@types/passport": "^1.0.17",
"@types/passport-google-oauth20": "^2.0.16",
"@types/swagger-ui-express": "^4.1.7",
"esbuild": "^0.24.2",
"nodemon": "^3.1.7",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}