-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
98 lines (98 loc) · 2.94 KB
/
package.json
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": "pownloader",
"version": "2.0.1",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PRASSamin/Pownloader"
},
"author": "PRASSamin <prassamin@gmail.com> (https://pras.me)",
"description": "Pownloader is the ultimate free video downloader that allows you to download videos and photos in high quality from your favorite platforms with just one click. This project is open-source and available for everyone to use and contribute.",
"keywords": [
"PRAS",
"Pownloader",
"Video Downloader",
"Free Video Downloader",
"Download Video",
"Download Video Free",
"Tiktok Video Downloader",
"Tiktok",
"Tiktok Downloader",
"Tiktok Music Downloader",
"Tiktok Music",
"Tiktok Photo Downloader",
"Facebook Video Downloader",
"Facebook",
"Facebook Downloader",
"Facebook Story Downloader",
"Facebook Reel Downloader",
"Instagram Video Downloader",
"Instagram",
"Instagram Downloader",
"Instagram Photo Downloader",
"Instagram Reel Downloader",
"Free Downloader"
],
"bugs": {
"url": "https://github.com/PRASSamin/Pownloader/issues"
},
"homepage": "https://pownloader.pras.me/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.8",
"@mui/material": "^6.1.8",
"@prass/betterimage": "^1.0.4",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@react-spring/web": "^9.7.5",
"@upstash/ratelimit": "^2.0.4",
"@upstash/redis": "^1.34.3",
"@vercel/analytics": "^1.4.1",
"@vercel/functions": "^1.5.2",
"@vercel/speed-insights": "^1.1.0",
"async-retry": "^1.3.3",
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.5.1",
"file-saver": "^2.0.5",
"image-size": "^1.1.1",
"instory": "^1.0.2",
"jsdom": "^25.0.1",
"lucide-react": "^0.468.0",
"next": "15.0.3",
"next-themes": "^0.4.4",
"next-transpile-modules": "^10.0.1",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"socks-proxy-agent": "^8.0.5",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"upstash": "^0.0.1",
"xmldom": "^0.6.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}