-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.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
{
"name": "takefive-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy:build": "BUILD=1 next build && rm -rf ./.next && mv ./out ./.next",
"deploy:start": "nodemon"
},
"dependencies": {
"@bull-board/express": "^6.3.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/base": "^5.0.0-beta.61",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@mui/x-data-grid": "^7.22.1",
"@mui/x-date-pickers": "^7.22.2",
"aws4": "^1.13.2",
"bullmq": "^5.25.4",
"dayjs": "^1.11.13",
"firebase": "^11.0.1",
"firebase-admin": "^12.7.0",
"ioredis": "^5.4.1",
"next": "^15.0.2",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"socket.io-client": "^4.8.1",
"tunnel-ssh": "^5.1.2",
"waait": "^1.0.5",
"winston": "^3.16.0"
},
"devDependencies": {
"@types/aws4": "^1.11.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}