-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.96 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
{
"name": "solana-data-explorer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@deepgram/sdk": "^3.8.0",
"@google/generative-ai": "^0.14.1",
"@metaplex-foundation/js": "^0.20.1",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.0",
"@speechify/api-sdk": "1.0.0-1",
"@supabase/supabase-js": "^2.45.4",
"@vercel/analytics": "^1.3.1",
"apexcharts": "^3.50.0",
"axios": "^1.7.4",
"bs58": "^6.0.0",
"buffer": "^6.0.3",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"elevenlabs": "^0.16.1",
"graceful-fs": "^4.2.11",
"highlight.js": "^11.10.0",
"html-react-parser": "^5.1.16",
"marked": "^13.0.2",
"next": "14.2.10",
"next-themes": "^0.3.0",
"node-fetch": "2.6.1",
"playht": "^0.9.9-alpha.3",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-test-renderer": "^18.3.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"stream-browserify": "^3.0.0",
"ts-node": "^10.9.2",
"url": "^0.11.4"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-test-renderer": "^18.3.0",
"babel-jest": "^29.7.0",
"cypress": "^13.11.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}