-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) Β· 2.45 KB
/
package.json
File metadata and controls
83 lines (83 loc) Β· 2.45 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
75
76
77
78
79
80
81
82
83
{
"name": "loopmate",
"private": true,
"description": "The ultimate A-B loop player for language learners & musicians. π― Shadowing recorder ποΈ, YouTube & local media support πΌ, precision waveforms π, and AI-powered transcripts. Master any audio with auto-save & advanced volume controls.",
"keywords": [
"react",
"typescript",
"youtube-player",
"audio-player",
"shadowing",
"language-learning",
"ab-loop",
"waveform",
"musician-tools",
"transcription",
"ai",
"vite",
"recorder",
"loop-station",
"media-player"
],
"version": "0.9.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@ai-sdk/xai": "^1.2.16",
"@google/genai": "^1.0.1",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-toggle": "^1.1.9",
"@radix-ui/themes": "^3.2.1",
"@tanstack/react-query": "^5.76.2",
"@tanstack/react-virtual": "^3.13.22",
"@types/node": "^22.15.21",
"@types/react-router-dom": "^5.3.3",
"@vercel/analytics": "^1.5.0",
"ai": "^4.3.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"form-data": "^4.0.2",
"framer-motion": "^12.12.1",
"i18next": "^25.5.2",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.511.0",
"openai": "^4.103.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.3.8",
"react-hot-toast": "^2.5.2",
"react-i18next": "^15.7.3",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.6.0",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.3.0",
"tone": "^15.1.22",
"zustand": "^5.0.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.7",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.21",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.0",
"vite": "^5.0.0"
}
}