-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 967 Bytes
/
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
{
"name": "kanban",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.1",
"@mui/styled-engine": "npm:@mui/[email protected]",
"@next-auth/firebase-adapter": "^1.0.1",
"firebase": "9.7.0",
"next": "12.2.5",
"next-auth": "^4.10.3",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"recoil": "^0.7.5",
"recoil-persist": "^4.2.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/node": "^18.8.3",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.21",
"@types/styled-components": "^5.1.26",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"typescript": "^4.8.4"
},
"resolutions": {
"@mui/styled-engine": "npm:@mui/[email protected]"
}
}