-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "menn-test-2024",
"version": "1.1.53",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"babel:jest:build": "npx yarn run babel src -d lib",
"start": "next start",
"test": "jest"
},
"author": {
"name": "Luis Mendes",
"email": "machadoluismendes@gmail.com",
"url": "https://luismendesmachadoblog.wordpress.com/"
},
"license": "Apache-2.0",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"csv-parse": "^5.5.3",
"csv-parser": "^3.0.0",
"csv-stringify": "^6.4.5",
"dotenv-config": "^0.1.1",
"express": "^4.18.2",
"express-oauth2-jwt-bearer": "^1.6.0",
"express-rate-limit": "^7.2.0",
"formidable": "^3.5.1",
"jest-environment-jsdom": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^4.8.1",
"mongoose": "^8.1.1",
"next": "latest",
"nextjs-http-supertest": "^1.0.13",
"openai": "^4.26.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stream": "^0.0.2"
},
"devDependencies": {
"@babel/preset-env": "^7.24.0",
"@babel/types": "^7.24.0",
"@types/mongodb": "^4.0.7",
"@types/mongoose": "^5.11.97",
"@types/node": "^18.19.19",
"@types/react": "^16.9.17",
"@types/react-dom": "^18.2.18",
"@types/supertest": "^6.0.2",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"supertest": "^6.3.4",
"ts-node": "^10.9.2",
"typescript": "^4.6.3"
}
}