-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.47 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
{
"name": "intelli-kanban",
"version": "0.1.0",
"private": true,
"author": "Aagam Jain",
"license": "ISC",
"bugs": {
"url": "https://github.com/getlost01/Intelli-Kanban/issues"
},
"homepage": "https://github.com/getlost01/Intelli-Kanban#readme",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hello-pangea/dnd": "^16.3.0",
"@iconify/react": "^4.0.0",
"@mui/lab": "^5.0.0-alpha.109",
"@mui/material": "^5.10.15",
"@mui/x-date-pickers": "^6.9.1",
"@next/font": "^13.4.7",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"framer-motion": "^10.12.18",
"next": "13.4.7",
"notistack": "^3.0.1",
"numeral": "^2.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-lazy-load-image-component": "^1.6.0",
"react-router-dom": "^6.14.1",
"react-toastify": "^9.1.3",
"redux-persist": "^6.0.0",
"simplebar-react": "^3.2.4",
"stylis": "^4.3.0",
"stylis-plugin-rtl": "^2.1.1",
"yet-another-react-lightbox": "^3.11.3"
},
"devDependencies": {
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-lazy-load-image-component": "^1.5.3",
"eslint": "8.44.0",
"eslint-config-next": "13.4.7",
"typescript": "5.1.6"
}
}