-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 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
{
"name": "ovc-frontend",
"version": "1.4.2",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.0",
"@mui/material": "^6.4.0",
"@mui/material-nextjs": "^6.4.3",
"@mui/x-date-pickers": "^7.23.6",
"axios": "^1.7.9",
"i18next": "^24.2.1",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^3.0.1",
"i18next-resources-to-backend": "^1.2.1",
"joi": "^17.13.3",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"next": "15.1.4",
"next-auth": "^4.24.11",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.0",
"uuid": "^11.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/lodash": "^4.17.14",
"@types/luxon": "^3.4.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}