forked from Obiajulu-gif/vaultquest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.48 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
{
"name": "vaultquest",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:backend": "pnpm --filter backend run build",
"db:setup": "pnpm --filter backend run db:setup",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest",
"check:terms": "node ./scripts/check-product-terms.js"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.12",
"@rainbow-me/rainbowkit": "^2.2.1",
"@tanstack/react-query": "^5.62.8",
"@vaultquest/stellar-wallet-connect": "workspace:*",
"canvas-confetti": "^1.9.4",
"framer-motion": "^11.15.0",
"lucide-react": "^0.460.0",
"next": "^14.2.21",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-window": "^2.2.7",
"recharts": "^3.8.1",
"viem": "^2.21.54",
"wagmi": "^2.14.6"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"autoprefixer": "^10.4.20",
"axe-playwright": "^2.2.2",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.21",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vitest": "^2.1.8"
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}