-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1022 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
39
40
{
"name": "kanban-board",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@types/node": "18.11.10",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/react-redux": "^7.1.24",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"moment": "^2.29.4",
"next": "13.0.6",
"normalized-reducer": "^0.5.1",
"react": "18.2.0",
"react-async-hook": "^4.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-saga": "^1.2.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "18.11.10",
"@types/react": "18.0.26",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/uuid": "^9.0.0",
"typescript": "v4.3.2"
}
}