-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 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
55
56
57
58
{
"name": "redflag-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:full": "concurrently \"vite\" \"node stealth-engine/server.js\"",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@stripe/react-stripe-js": "^5.6.0",
"@stripe/stripe-js": "^8.7.0",
"@sumsub/websdk-react": "^2.6.1",
"@supabase/supabase-js": "^2.95.3",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/react-query": "^5.90.21",
"connectkit": "^1.9.1",
"date-fns": "^4.1.0",
"dotenv": "^17.3.1",
"face-api.js": "^0.22.2",
"framer-motion": "^12.34.2",
"mapbox-gl": "^3.18.1",
"react": "^19.2.0",
"react-confetti": "^6.4.0",
"react-dom": "^19.2.0",
"react-map-gl": "^8.1.0",
"react-router-dom": "^7.13.0",
"simple-peer": "^9.11.1",
"tesseract.js": "^7.0.0",
"uuid": "^13.0.0",
"viem": "^2.46.2",
"vite-plugin-node-polyfills": "^0.25.0",
"vite-plugin-pwa": "^1.2.0",
"wagmi": "^3.5.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.24",
"concurrently": "^9.2.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"vite": "^7.3.1"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=9.0.0"
}
}