-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.28 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
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
{
"name": "docurum",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.282.0",
"@aws-sdk/s3-request-presigner": "^3.282.0",
"@date-io/moment": "^2.16.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^2.9.10",
"@material-tailwind/react": "^1.4.2",
"@mui/material": "^5.13.0",
"@mui/x-date-pickers": "^6.6.0",
"@next/font": "^13.1.1",
"@paralleldrive/cuid2": "^2.2.0",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@tanstack/react-query": "^4.26.1",
"@tanstack/react-query-devtools": "^4.26.1",
"axios": "^1.2.2",
"classnames": "^2.3.2",
"color": "^4.2.3",
"cookie": "^0.5.0",
"date-fns": "^2.29.3",
"dayjs": "^1.11.7",
"deepmerge": "^4.3.1",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"framer-motion": "^10.8.5",
"goober": "^2.1.12",
"googleapis": "^114.0.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^9.0.0",
"lightweight-charts": "^3.8.0",
"moment": "^2.29.4",
"next": "13.1.1",
"next-pwa": "^5.6.0",
"nextjs-progressbar": "^0.0.16",
"nookies": "^2.5.2",
"qs": "^6.11.0",
"react": "18.2.0",
"react-calendar": "^4.0.0",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-google-one-tap-login": "^0.1.1",
"react-hook-form": "^7.41.3",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-lottie-player": "^1.5.4",
"react-timezone-select": "^2.1.0",
"react-use": "^17.4.0",
"recharts": "^2.3.2",
"slate-history": "^0.86.0",
"slate-react": "^0.88.2",
"typescript": "4.9.4",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/cookie": "^0.5.1",
"@types/date-fns": "^2.6.0",
"@types/jsonwebtoken": "^9.0.0",
"@types/node": "^18.11.18",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.26",
"@types/react-calendar": "^3.9.0",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.10",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
}
}