-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.01 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 3.01 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "subtitle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"upload": "opennextjs-cloudflare build && opennextjs-cloudflare upload",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts",
"start": "next start",
"lint": "eslint --max-warnings=0 .",
"format": "biome format --write .",
"format:check": "biome check --write=false --linter-enabled=false --formatter-enabled=true .",
"test": "tsx --test tests/**/*.test.ts"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@swc/helpers": "0.5.21",
"@tabler/icons-react": "^3.41.1",
"@wavesurfer/react": "^1.0.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"motion": "^12.38.0",
"next": "16.2.4",
"next-intl": "^4.9.1",
"next-themes": "^0.4.6",
"react": "19.2.5",
"react-dom": "19.2.5",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^13.0.0",
"wavesurfer.js": "^7.12.6"
},
"devDependencies": {
"@biomejs/biome": "^2.4.12",
"@cloudflare/workers-types": "^4.20260418.1",
"@opennextjs/cloudflare": "^1.19.1",
"@tailwindcss/postcss": "^4.2.2",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.6.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"baseline-browser-mapping": "^2.10.19",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.4",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.5.0",
"jsdom": "^29.0.2",
"postcss": "^8.5.10",
"tailwindcss": "^4.2.2",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"wrangler": "^4.83.0"
},
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"fast-xml-parser": "5.7.1",
"flatted": "3.4.2",
"glob@12.0.0": {
"minimatch": "10.2.5"
},
"minimatch@3": {
"brace-expansion": "1.1.13"
},
"minimatch@5": {
"brace-expansion": "2.0.3"
},
"minimatch@8": {
"brace-expansion": "2.0.3"
},
"minimatch@10": {
"brace-expansion": "5.0.5"
},
"micromatch": {
"picomatch": "2.3.2"
},
"serialize-javascript": "7.0.5"
}
}