forked from CSCE331-Fall2024/project-3-team-9b
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 955 Bytes
/
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
{
"name": "project3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-oauth/google": "^0.12.1",
"chart.js": "^4.4.7",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"gapi-script": "^1.2.0",
"jwt-decode": "^4.0.0",
"mysql2": "^3.11.4",
"next": "^15.0.1",
"node-fetch": "^3.3.2",
"openai": "^4.73.1",
"pg": "^8.13.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/chart.js": "^2.9.41",
"@types/express": "^5.0.0",
"@types/next": "^8.0.7",
"@types/node": "^20",
"@types/pg": "^8.11.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}