-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "next-js-template",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3000",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.9",
"@mui/x-charts": "^7.23.0",
"@mui/x-date-pickers": "^7.19.0",
"@opentelemetry/api": "^1.9.0",
"@prisma/client": "^5.12.1",
"@types/node": "20.6.5",
"@types/react": "18.2.22",
"axios": "^1.6.8",
"connect": "^3.7.0",
"cookie": "^0.7.1",
"csv-parse": "^5.6.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"eslint": "8.50.0",
"eslint-config-next": "13.5.2",
"mime": "^4.0.4",
"next": "^15.0.2",
"prettier": "^3.3.3",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-router-dom": "^6.27.0",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/react-text-mask": "^5.4.14",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"prisma": "^6.0.1",
"tailwindcss": "^3.4.7"
}
}