-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
156 lines (156 loc) · 6.02 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "@dansr/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx run-many -t serve -c production all",
"start:web": "nx run web:serve:production",
"start:creator-app": "nx run creator-app:serve:production",
"start:api": "nx run api:serve:production",
"dev": "nx run-many -t serve all --parallel=4",
"dev:web": "nx run web:serve",
"dev:api": "nx run api:serve",
"dev:creator-app": "nx run creator-app:serve",
"dev:user-app": "nx run user-app:serve",
"build": "nx run-many -t lint all && nx run-many -t build all --parallel=4",
"build:web": "nx run web:lint && nx run web:build",
"build:api": "nx run api:lint && nx run api:build",
"build:creator-app": "nx run creator-app:lint && nx run creator-app:build",
"build:user-app": "nx run user-app:lint && nx run user-app:build",
"lint": "nx run-many -t lint all --parallel=4",
"lint:web": "nx run web:lint",
"lint:api": "nx run api:lint",
"lint:creator-app": "nx run creator-app:lint",
"lint:user-app": "nx run user-app:lint",
"prepare": "husky",
"format": "npx prettier --write .",
"ngrok": "ngrok http --domain maximum-super-dolphin.ngrok-free.app 8080",
"db:push": "cd libs/common/db && npx drizzle-kit push",
"db:generate": "cd libs/common/db && npx drizzle-kit generate",
"email:dev": "email dev --dir ./libs/common/emails/src/lib/templates --port 5001",
"trigger:dev": "cd libs/api/trigger && pnpm dlx [email protected] dev",
"trigger:deploy": "cd libs/api/trigger && pnpm dlx [email protected] deploy"
},
"private": true,
"dependencies": {
"@dialectlabs/blinks": "^0.14.1",
"@google-cloud/storage": "^7.13.0",
"@hookform/resolvers": "^3.9.0",
"@jup-ag/wallet-adapter": "^1.0.0-alpha-3",
"@metaplex-foundation/mpl-toolbox": "^0.9.4",
"@metaplex-foundation/umi": "^0.9.2",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
"@planetscale/database": "^1.19.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@react-email/components": "^0.0.25",
"@solana/actions": "^1.6.4",
"@solana/pay": "^0.2.5",
"@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/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.95.3",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-table": "^8.20.5",
"@trigger.dev/sdk": "^3.1.2",
"@upstash/ratelimit": "^2.0.2",
"@upstash/redis": "^1.34.0",
"@web3auth/sign-in-with-solana": "^4.0.0",
"bigint-buffer": "^1.1.5",
"bignumber.js": "^9.1.2",
"browser-image-compression": "^2.0.2",
"bs58": "^6.0.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"eslint-plugin-drizzle": "^0.2.3",
"isomorphic-fetch": "^3.0.0",
"jose": "^5.9.3",
"ky": "^1.7.2",
"nanoid": "^5.0.7",
"next": "14.2.16",
"next-axiom": "^1.5.1",
"next-seo": "^6.6.0",
"nextjs-toploader": "^3.7.15",
"posthog-js": "^1.165.0",
"react": "18.3.1",
"react-avatar-editor": "^13.0.2",
"react-datepicker": "^7.4.0",
"react-dom": "18.3.1",
"react-email": "^3.0.1",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-loader-spinner": "^6.1.6",
"react-otp-input": "^3.1.1",
"recharts": "^2.12.7",
"resend": "^4.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"tslib": "^2.7.0",
"twitter-api-v2": "^1.17.2",
"ulid": "^2.3.0",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@nx/eslint": "20.0.9",
"@nx/eslint-plugin": "20.0.9",
"@nx/jest": "20.0.9",
"@nx/js": "20.0.9",
"@nx/next": "20.0.9",
"@nx/react": "20.0.9",
"@nx/workspace": "20.0.9",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.13",
"@types/jest": "29.5.12",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.5.4",
"@types/react": "18.3.5",
"@types/react-avatar-editor": "^13.0.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"autoprefixer": "10.4.20",
"babel-jest": "29.7.0",
"drizzle-kit": "^0.24.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.16",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react-hooks": "5.0.0",
"husky": "^9.1.5",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "^15.2.10",
"nx": "20.0.9",
"nx-ignore": "^19.7.0",
"postcss": "8.4.45",
"prettier": "3.3.3",
"tailwindcss": "3.4.10",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"tsx": "^4.19.0",
"typescript": "5.6.3"
},
"packageManager": "[email protected]"
}