forked from Parashield-Protocol/parashield-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.12 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
{
"name": "@parashield/frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@creit.tech/stellar-wallets-kit": "^1.9.5",
"@stellar/stellar-sdk": "^13.0.0",
"axios": "^1.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"next": "^15.0.0",
"posthog-js": "^1.131.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.15.12",
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.4",
"autoprefixer": "^10.4.20",
"jsdom": "^29.1.1",
"postcss": "^8.5.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.4.5",
"vite": "^8.1.5",
"vitest": "^4.1.10"
},
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
}