-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.08 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "cinelog-infocus",
"version": "2.4.1",
"type": "module",
"description": "InFocus Family CineLog - Die ultimative AI-Watchlist PWA",
"main": "index.tsx",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,css}\"",
"format:check": "prettier --check \"src/**/*.{ts,tsx,css}\"",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test"
},
"keywords": [
"react",
"watchlist",
"tmdb",
"gemini-ai",
"pwa"
],
"author": "BigDaddy",
"license": "MIT",
"dependencies": {
"@capacitor/android": "^8.0.0",
"@capacitor/cli": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/splash-screen": "^8.0.0",
"@google/generative-ai": "^0.21.0",
"@rollup/rollup-linux-x64-gnu": "^4.61.1",
"@supabase/supabase-js": "^2.89.0",
"framer-motion": "^12.38.0",
"i18next": "^25.7.3",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.555.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.5.1",
"react-router-dom": "^7.9.6",
"recharts": "^3.5.0"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.57.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^4.0.16",
"autoprefixer": "^10.4.23",
"eslint": "^10.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"jsdom": "^27.3.0",
"postcss": "^8.5.6",
"prettier": "^3.8.4",
"supabase": "^2.70.5",
"tailwindcss": "^3.4.19",
"typescript": "^5.2.2",
"typescript-eslint": "^8.62.0",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.19.2",
"vitest": "^4.0.16"
}
}