-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.53 KB
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
{
"name": "spectra",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@creit.tech/stellar-wallets-kit": "^2.5.0",
"@react-spring/web": "^10.0.3",
"@splinetool/react-spline": "^4.1.0",
"@splinetool/runtime": "^1.12.98",
"@stellar/freighter-api": "^6.0.1",
"@stellar/stellar-sdk": "^16.0.1",
"@tychilabs/react-ugf": "^2.0.0",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"clsx": "^2.1.1",
"ethers": "^6.16.0",
"firebase": "^12.16.0",
"framer-motion": "^12.40.0",
"lucide-react": "^1.16.0",
"process": "^0.11.10",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-icons": "^5.6.0",
"react-router-dom": "^7.15.1",
"react-ts-tradingview-widgets": "^1.2.8",
"sarvamai": "^1.1.7",
"styled-components": "^6.4.2",
"tailwind-merge": "^3.6.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.3.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.5.4",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^17.6.0",
"postcss": "^8.5.21",
"tailwindcss": "^4.3.3",
"vite": "^8.0.12",
"vite-plugin-node-polyfills": "^0.28.0"
}
}