-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·44 lines (44 loc) · 1.37 KB
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
{
"dependencies": {
"@babel/standalone": "^7.26.4",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^6.3.0",
"@prisma/client": "^6.1.0",
"@shadcn/ui": "^0.0.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/express": "^5.0.0",
"@types/react": "^18.3.12",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"openai": "^4.73.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-json-prettify": "^0.2.0",
"react-material-ui-carousel": "^3.4.2",
"redis": "^4.7.0",
"uuid": "^11.0.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/eslint-scope": "^3.7.7",
"@types/estree": "^1.0.6",
"@types/json-schema": "^7.0.15",
"@types/redis": "^4.0.10",
"css-loader": "^7.1.2",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.15",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "npx webpack"
}
}