-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
76 lines (76 loc) · 2.16 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
{
"name": "jiffyscan",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.1.0",
"@aws-sdk/client-cognito-identity-provider": "^3.398.0",
"@basename/core": "^0.0.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.14",
"@sentry/nextjs": "^7.103.0",
"@sentry/react": "^8.32.0",
"@types/auth0-js": "^9.21.1",
"@types/memory-cache": "^0.2.2",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^0.1.11",
"@xyflow/react": "^12.0.4",
"auth0-js": "^9.22.1",
"aws-amplify": "^5.3.10",
"aws-sdk": "^2.1446.0",
"axios": "^1.3.4",
"chart.js": "^4.2.1",
"ethers": "^5.7.2",
"flowbite": "^2.4.1",
"geist": "^1.3.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"memory-cache": "^0.2.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.42",
"next": "13.2.4",
"next-auth": "^4.23.1",
"posthog-js": "^1.98.2",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-flow-renderer": "^10.3.17",
"react-ga4": "^2.1.0",
"react-google-login": "^5.2.2",
"react-icons": "^5.2.1",
"react-indiana-drag-scroll": "^2.2.0",
"react-loading-skeleton-2": "^1.0.1-1",
"react-modern-drawer": "^1.2.0",
"react-simple-toasts": "^3.2.5",
"react-slick": "^0.30.2",
"react-toastify": "^9.1.2",
"slick-carousel": "^1.8.1",
"swiper": "^11.1.9",
"swr": "^2.2.5",
"typescript": "4.9.5"
},
"devDependencies": {
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@types/lodash": "^4.14.192",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "13.2.4",
"postcss": "^8.4.21",
"prettier": "^2.8.6",
"sass": "^1.70.0",
"tailwindcss": "^3.2.7"
}
}