-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "live-kanban",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"post-update": "echo \"codesandbox preview only, need an update\" && pnpm update --latest"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@mui/material-nextjs": "latest",
"@reduxjs/toolkit": "^2.4.0",
"axios": "^1.7.8",
"clsx": "latest",
"formik": "^2.4.6",
"next": "^14.0.0",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"react": "^18.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.0.0",
"react-redux": "^9.1.2",
"redux-persist": "^6.0.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-beautiful-dnd": "^13.1.8",
"eslint": "latest",
"eslint-config-next": "^14.0.0",
"typescript": "latest"
}
}