forked from RemitFlow/RemitFlow-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.09 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
{
"name": "remitflow-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"description": "RemitFlow - Stellar-powered cross-border remittance frontend",
"scripts": {
"build": "vite build",
"build-storybook": "storybook build",
"dev": "vite",
"lighthouse": "lhci autorun",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"test": "vitest run test/integration test/lighthouse-config.test.js",
"test:lighthouse": "vitest run test/lighthouse-config.test.js",
"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": {
"@lhci/cli": "^0.15.1",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/react-vite": "^8.6.18",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^4.2.1",
"jsdom": "^29.1.1",
"storybook": "^8.6.18",
"vite": "^5.1.0",
"vitest": "^4.1.10"
}
}