-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.48 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
82
83
84
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cypress": "cypress open",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-icons": "^1.2.0",
"@radix-ui/react-navigation-menu": "^1.1.2",
"@radix-ui/react-select": "^1.2.0",
"@rainbow-me/rainbowkit": "^0.8.1",
"@reduxjs/toolkit": "^1.9.2",
"@svgr/webpack": "^6.5.1",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jsonwebtoken": "^9.0.1",
"axios": "^1.3.3",
"connectkit": "^1.1.3",
"connectkit-next-siwe": "^0.0.2",
"ethers": "5.7.2",
"framer-motion": "^8.4.3",
"ioredis": "^5.3.1",
"iron-session": "^6.3.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jose": "^4.12.0",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"mongoose": "6.3",
"nanoid": "^4.0.1",
"next": "latest",
"next-auth": "^4.19.2",
"next-connect": "1.0.0-next.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.3.5",
"react-hook-form": "^7.42.1",
"react-intersection-observer": "^9.4.3",
"react-lazy-media": "^0.3.1",
"react-pdf": "^6.2.2",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"rippleui": "^1.6.0",
"siwe": "^2.1.3",
"tailwind-scrollbar": "^2.1.0",
"wagmi": "^0.11.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.48.1",
"autoprefixer": "^10.4.12",
"babel-plugin-inline-react-svg": "^2.0.1",
"cypress": "^12.3.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^27.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.18",
"prettier": "^2.8.7",
"tailwindcss": "^3.2.4",
"typescript": "*"
}
}