-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.22 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "fe1_e2e_sumtime",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"watch-db": "npx drizzle-kit studio"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@floating-ui/react": "^0.26.20",
"@libsql/client": "^0.3.6",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/material-nextjs": "^5.16.4",
"@mui/x-charts": "^7.13.0",
"@mui/x-date-pickers": "^7.12.1",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/react-query": "^5.51.16",
"@tanstack/react-query-devtools": "^5.51.18",
"axios": "^1.7.3",
"bcrypt": "^5.1.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.23.1",
"drizzle-orm": "^0.32.1",
"next": "14.2.5",
"next-auth": "^4.24.7",
"randomcolor": "^0.6.2",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-custom-timetable": "^0.0.9",
"react-dom": "^18.2.0",
"react-redux": "^9.1.2",
"vercel": "^35.2.1"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@jest/globals": "^29.7.0",
"@playwright/test": "^1.45.3",
"@types/bcrypt": "^5.0.2",
"@types/node": "^20",
"@types/randomcolor": "^0.5.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.8.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"typescript": "^5",
"typescript-eslint": "^7.17.0"
}
}