forked from YieldVault-Org/YieldVault-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 808 Bytes
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
{
"name": "yieldvault-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"description": "React + Vite frontend for the YieldVault Soroban DeFi yield vault",
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@stellar/stellar-sdk": "^12.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.2.0",
"jsdom": "^29.1.1",
"typescript": "^7.0.2",
"vite": "^5.1.0",
"vitest": "^4.1.10"
}
}