-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.83 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.83 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "escrow-app",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@casl/ability": "^6.3.3",
"@casl/react": "^3.1.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.13",
"@mui/lab": "^5.0.0-alpha.148",
"@mui/material": "^5.15.15",
"@mui/material-nextjs": "^5.15.11",
"@mui/styled-engine-sc": "^6.0.0-alpha.1",
"@mui/x-date-pickers": "^5.0.20",
"@mui/x-tree-view": "^6.17.0",
"@rainbow-me/rainbowkit": "^2.2.3",
"@reduxjs/toolkit": "^1.9.7",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.48.1",
"@tabler/icons-react": "^2.39.0",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-table": "^8.20.1",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"apexcharts": "3.43.0",
"axios": "^1.5.1",
"axios-mock-adapter": "^1.22.0",
"chance": "^1.1.11",
"date-fns": "^2.30.0",
"emoji-picker-react": "^4.5.2",
"ethers": "^6.11.1",
"formik": "^2.4.5",
"formik-mui": "^5.0.0-alpha.0",
"framer-motion": "^10.18.0",
"fslightbox-react": "^1.7.6",
"gray-matter": "^4.0.3",
"i18next": "^23.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "14.2.7",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-beautiful-dnd": "^13.1.1",
"react-big-calendar": "^1.8.4",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-i18next": "^13.2.2",
"react-intersection-observer": "^9.5.2",
"react-quill": "^2.0.0",
"react-redux": "^8.1.3",
"react-slick": "^0.29.0",
"react-spring": "^9.7.3",
"react-syntax-highlighter": "^15.5.0",
"redux-persist": "^6.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"simplebar-react": "^3.2.4",
"slick-carousel": "^1.8.1",
"styled-components": "^6.0.8",
"stylis-plugin-rtl": "^2.1.1",
"typescript": "5.3.3",
"uuid": "^11.0.5",
"viem": "^2.23.2",
"wagmi": "^2.14.11",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/chance": "^1.1.4",
"@types/fslightbox-react": "^1.7.7",
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.4",
"@types/react": "18.2.28",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-big-calendar": "^1.6.5",
"@types/react-helmet": "^6.1.7",
"@types/react-slick": "^0.23.10",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^10.0.0",
"eslint": "latest",
"eslint-config-next": "latest"
}
}