-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.27 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
{
"name": "downaria",
"version": "2.4.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"prebuild": "node scripts/update-sw-version.js && node scripts/copy-changelog.js",
"build": "next build",
"start": "next start -p 3001",
"lint": "eslint",
"test": "vitest run"
},
"dependencies": {
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"@vidstack/react": "^1.12.13",
"clsx": "^2.1.1",
"framer-motion": "^12.23.26",
"hls.js": "^1.6.15",
"jszip": "^3.10.1",
"lucide-react": "^0.561.0",
"next": "^16.1.6",
"next-intl": "^4.6.1",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"sweetalert2": "^11.26.10",
"swr": "^2.3.8",
"tailwind-merge": "^3.5.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"jsdom": "^28.1.0",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.0.18"
}
}