-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (54 loc) · 1.53 KB
/
package.json
File metadata and controls
55 lines (54 loc) · 1.53 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
49
50
51
52
53
54
{
"name": "macrofolio-frontend",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:security": "jest src/__tests__/security.test.ts src/__tests__/wallet.test.ts"
},
"dependencies": {
"@capacitor/android": "^8.0.2",
"@dfinity/auth-client": "^3.4.3",
"@dfinity/principal": "^3.4.3",
"@revenuecat/purchases-capacitor": "^12.0.0",
"@supabase/supabase-js": "^2.93.3",
"dompurify": "^3.0.5",
"ethers": "^6.11.0",
"glob-parent": "^5.1.2",
"idb": "^7.1.1",
"lucide-react": "^0.294.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.13.0",
"readdirp": "^3.6.0",
"recharts": "^2.12.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@capacitor/cli": "^8.0.2",
"@capacitor/core": "^8.0.2",
"@testing-library/jest-dom": "^6.1.0",
"@testing-library/react": "^14.0.0",
"@types/dompurify": "^3.0.2",
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.16",
"jest": "^29.6.0",
"jest-environment-jsdom": "^29.6.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0",
"vite": "^5.4.0"
},
"description": "Macrofolio Frontend - React/Vite application",
"main": "vite.config.js"
}