forked from SolDevCn/old-earn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.32 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"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",
"@hookform/resolvers": "^3.9.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@premieroctet/next-admin": "^6.1.6",
"@prisma/client": "5.18.0",
"@sentry/nextjs": "^8",
"@solana/spl-token": "^0.4.8",
"@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.93.0",
"@tanstack/react-query": "^5.51.23",
"@tiptap/extension-color": "^2.4.0",
"@tiptap/extension-image": "^2.4.0",
"@tiptap/extension-link": "^2.4.0",
"@tiptap/extension-list-item": "^2.4.0",
"@tiptap/extension-placeholder": "^2.4.0",
"@tiptap/extension-text-style": "^2.4.0",
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@vercel/og": "^0.6.2",
"autoprefixer": "^10.4.20",
"axios": "^1.7.3",
"boring-avatars": "^1.10.1",
"cloudinary": "^2.4.0",
"datauri": "^4.1.0",
"dayjs": "^1.11.12",
"eslint-plugin-prettier": "^5.2.1",
"flag-icons": "^7.2.3",
"framer-motion": "^11.2.10",
"franc": "^6.2.0",
"html-react-parser": "^5.1.1",
"husky": "^9.1.4",
"i18next": "^23.15.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.2",
"immer": "^10.1.1",
"jotai": "^2.9.2",
"jsonwebtoken": "^9.0.2",
"lodash.debounce": "^4.0.8",
"next": "14.2.5",
"next-auth": "^4.24.6",
"next-axiom": "^0.18.1",
"next-i18next": "^15.3.1",
"next-pwa": "^5.6.0",
"next-seo": "^6.5.0",
"nextjs-toploader": "^1.6.11",
"nodemailer": "^6.9.11",
"papaparse": "^5.4.1",
"postcss": "^8.4.47",
"posthog-js": "^1.157.2",
"react": "18.3.1",
"react-canvas-confetti": "^2.0.7",
"react-countdown": "^2.3.5",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.3",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.13.0",
"react-select": "^5.8.0",
"react-textarea-autosize": "^8.5.3",
"resend": "^3.5.0",
"sass": "^1.77.5",
"sharp": "^0.32.6",
"slugify": "^1.6.6",
"sonner": "^1.5.0",
"textarea-caret": "^3.1.0",
"tiptap-extension-resize-image": "^1.1.7",
"tslog": "^4.9.3",
"unfurl.js": "^6.4.0",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.51.15",
"@tanstack/react-query-devtools": "^5.51.23",
"@types/eslint": "~8.56.2",
"@types/eslint-config-prettier": "~6.11.3",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash.debounce": "~4.0.9",
"@types/node": "20.14.2",
"@types/papaparse": "^5.3.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/textarea-caret": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"babel-plugin-superjson-next": "^0.4.5",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.6",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-chakra-ui": "^0.11.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.1.0",
"lint-staged": "^15.2.8",
"next-superjson-plugin": "^0.6.3",
"prettier": "^3.3.2",
"prisma": "5.18.0",
"prisma-json-schema-generator": "^5.1.5",
"superjson": "^1.13.3",
"tailwindcss": "^3.4.14",
"typescript": "5.4.5",
"typescript-eslint": "^7.11.0"
},
"browserslist": [
"Chrome >= 100.0.4896.127",
"Firefox >= 115",
"Safari >= 14.1.2"
]
}