forked from SuperteamDAO/earn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.54 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "superteam-earn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
"build": "prisma generate && next build",
"start": "cross-env NODE_ENV=production next start",
"lint": "next lint",
"format": "next lint --fix && prettier '**/*.{json,yaml}' --write --ignore-path .gitignore",
"check-types": "tsc --noEmit --pretty",
"prepare": "husky",
"postinstall": "prisma generate",
"knip": "knip",
"find-deadcode": "ts-prune"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@json2csv/plainjs": "^7.0.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "5.10.2",
"@sentry/nextjs": "^7.101.0",
"@solana/spl-token": "^0.4.3",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/web3.js": "^1.91.2",
"@tiptap/extension-color": "^2.2.3",
"@tiptap/extension-image": "^2.2.4",
"@tiptap/extension-link": "^2.2.3",
"@tiptap/extension-list-item": "^2.2.3",
"@tiptap/extension-placeholder": "^2.2.3",
"@tiptap/extension-text-style": "^2.2.3",
"@tiptap/extension-underline": "^2.2.3",
"@tiptap/pm": "^2.2.3",
"@tiptap/react": "^2.2.3",
"@tiptap/starter-kit": "^2.2.3",
"@upstash/qstash": "^2.4.3",
"@vercel/og": "^0.6.2",
"axios": "^1.6.8",
"boring-avatars": "^1.10.1",
"browser-image-compression": "^2.0.2",
"cloudinary": "^2.0.3",
"datauri": "^4.1.0",
"dayjs": "^1.11.10",
"degen": "^0.0.161",
"eslint-plugin-prettier": "^5.1.3",
"framer-motion": "^11.0.3",
"franc": "^6.2.0",
"html-react-parser": "^5.1.1",
"husky": "^9.0.7",
"immer": "^10.0.4",
"jotai": "^2.7.2",
"lodash.debounce": "^4.0.8",
"moment": "^2.30.1",
"next": "14.1.3",
"next-auth": "^4.24.6",
"next-pwa": "^5.6.0",
"next-seo": "^6.5.0",
"nextjs-toploader": "^1.6.11",
"nodemailer": "^6.9.11",
"posthog-js": "^1.116.6",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-select": "^5.8.0",
"react-textarea-autosize": "^8.5.3",
"resend": "^3.2.0",
"sass": "^1.70.0",
"simple-zustand-devtools": "^1.1.0",
"slugify": "^1.6.6",
"tiptap-extension-resize-image": "^1.0.3",
"unfurl.js": "^6.4.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/eslint": "~8.56.2",
"@types/eslint-config-prettier": "~6.11.3",
"@types/lint-staged": "~13.3.0",
"@types/lodash.debounce": "~4.0.9",
"@types/node": "20.11.0",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-chakra-ui": "^0.11.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.4",
"prisma": "5.10.2",
"typescript": "5.3.3",
"typescript-eslint": "^7.0.1"
},
"browserslist": [
"Chrome >= 100.0.4896.127",
"Firefox >= 115",
"Safari >= 14.1.2"
]
}