-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
64 lines (64 loc) · 1.68 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
{
"name": "sola-ai",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"author": {
"name": "Sola AI"
},
"dependencies": {
"@bonfida/spl-name-service": "^3.0.7",
"@dialectlabs/blinks": "0.18.3",
"@headlessui/react": "^2.2.0",
"@microsoft/clarity": "^1.0.0",
"@privy-io/react-auth": "^1.98.4",
"@sentry/react": "^8.47.0",
"@sentry/vite-plugin": "^2.22.7",
"@solana/actions-spec": "^2.4.2",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.98.0",
"axios": "^1.7.9",
"axios-retry": "^4.5.0",
"bs58": "^4.0.1",
"dotenv": "^16.4.7",
"react": "^18.2.0",
"react-audio-visualize": "^1.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-icons": "^4.10.1",
"react-router-dom": "^6.14.2",
"rollup-plugin-visualizer": "^5.14.0",
"sonner": "^1.7.2",
"swr": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.172.0",
"toml": "^3.0.0",
"toml-json": "^1.1.4",
"vite-plugin-compression": "^0.5.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/bs58": "^4.0.4",
"@types/node": "^22.10.5",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"file-loader": "^6.2.0",
"nodemon": "^3.1.9",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"tw-colors": "^3.3.2",
"typescript": "^5.7.3",
"vite": "^5.4.11",
"vite-plugin-node-polyfills": "^0.22.0",
"webpack": "^5.88.2"
}
}