1+ {
2+ "name" : " ajo-piggybank-frontend" ,
3+ "private" : true ,
4+ "version" : " 0.1.0" ,
5+ "type" : " module" ,
6+ "scripts" : {
7+ "dev" : " vite" ,
8+ "build" : " tsc && vite build" ,
9+ "lint" : " eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" ,
10+ "preview" : " vite preview" ,
11+ "test" : " vitest" ,
12+ "test:ui" : " vitest --ui" ,
13+ "test:coverage" : " vitest --coverage"
14+ },
15+ "dependencies" : {
16+ "@reown/appkit" : " ^1.0.0" ,
17+ "@reown/appkit-adapter-wagmi" : " ^1.0.0" ,
18+ "@tanstack/react-query" : " ^5.45.0" ,
19+ "react" : " ^19.0.0" ,
20+ "react-dom" : " ^19.0.0" ,
21+ "viem" : " ^2.17.3" ,
22+ "wagmi" : " ^2.12.0"
23+ },
24+ "devDependencies" : {
25+ "@testing-library/jest-dom" : " ^6.4.6" ,
26+ "@testing-library/react" : " ^16.0.0" ,
27+ "@types/react" : " ^19.0.0" ,
28+ "@types/react-dom" : " ^19.0.0" ,
29+ "@typescript-eslint/eslint-plugin" : " ^8.0.0" ,
30+ "@typescript-eslint/parser" : " ^8.0.0" ,
31+ "@vitejs/plugin-react" : " ^4.3.1" ,
32+ "@vitest/coverage-v8" : " ^2.0.5" ,
33+ "@vitest/ui" : " ^2.0.5" ,
34+ "autoprefixer" : " ^10.4.19" ,
35+ "eslint" : " ^9.8.0" ,
36+ "eslint-plugin-react-hooks" : " ^5.1.0" ,
37+ "eslint-plugin-react-refresh" : " ^0.4.11" ,
38+ "jsdom" : " ^25.0.0" ,
39+ "postcss" : " ^8.4.38" ,
40+ "tailwindcss" : " ^3.4.4" ,
41+ "typescript" : " ^5.5.3" ,
42+ "vite" : " ^7.0.0" ,
43+ "vitest" : " ^2.0.5"
44+ }
45+ }
0 commit comments