-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.33 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
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "cross-env NODE_OPTIONS='--inspect' next dev --turbopack",
"lint": "next lint",
"start": "next start"
},
"browserslist": [
"IE 11",
"last 2 versions",
"> 0.2%",
"not dead"
],
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"next": "15.3.3",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4",
"@types/bencode": "^2.0.4",
"@types/node": "^24",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/webtorrent": "^0.110.0",
"babel-plugin-react-compiler": "^19.1.0-rc.2",
"bencode": "^4.0.0",
"cross-env": "^7.0.3",
"eslint": "^9",
"eslint-config-next": "15.3.3",
"lucide-react": "^0.515.0",
"next-themes": "^0.4.6",
"prettier": "^3.5.3",
"prettier-plugin-packagejson": "^2.5.15",
"prettier-plugin-tailwindcss": "^0.6.13",
"swr": "^2.3.3",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.4",
"typescript": "^5"
}
}