-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1022 Bytes
/
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
{
"name": "anti-rug-system",
"version": "0.0.3",
"private": true,
"type": "module",
"scripts": {
"dev": "node ./scripts/dev-script.js",
"dev:monorepo": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@airstack/frames": "^1.1.12",
"@supabase/supabase-js": "^2.44.4",
"@xmtp/frames-validator": "^0.6.2",
"clsx": "^2.1.1",
"frames.js": "^0.18.0",
"next": "^14.2.5",
"node-fetch": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss-animate": "^1.0.7"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@frames.js/debugger": "^0.3.6",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"eslint": "^9.7.0",
"eslint-config-next": "^14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
}
}