-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 934 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
{
"name": "analytics-summary",
"version": "0.0.1",
"private": true,
"type": "module",
"dependencies": {
"@airstack/node": "latest",
"@neynar/nodejs-sdk": "^1.61.0",
"@vercel/og": "^0.6.3",
"axios": "^1.7.7",
"bootstrap-icons": "^1.11.3",
"dotenv": "^16.4.5",
"frames.js": "latest",
"moralis": "^2.27.2",
"next": "^14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@frames.js/debugger": "^0.3.5",
"@types/node": "^18.17.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"is-port-reachable": "^4.0.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.4.5"
},
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"lint": "next lint"
},
"engines": {
"node": ">=18.17.0"
}
}