forked from aniteams/test-aniteam
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.56 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.56 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
{
"name": "aniteams-v2",
"version": "2.0.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@consumet/extensions": "github:consumet/consumet.ts",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.2.0",
"@heroui/react": "^2.6.14",
"@heroui/select": "^2.4.10",
"@nextui-org/react": "^2.6.11",
"@tailwindcss/line-clamp": "^0.4.4",
"@vidstack/react": "^1.10.9",
"aniwatch": "^2.24.0",
"axios": "^1.8.4",
"firebase": "^11.6.0",
"firebase-admin": "^13.2.0",
"framer-motion": "^12.0.6",
"hls.js": "^1.5.20",
"jose": "6.0.10",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.474.0",
"media-icons": "^1.1.5",
"next": "^15.1.6",
"next-auth": "^4.24.11",
"next-pwa": "^5.6.0",
"nprogress": "^0.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^5.5.0",
"react-lazy-load-image-component": "^1.6.3",
"sweetalert2": "^11.21.0",
"swiper": "^11.2.1",
"tailwind-scrollbar": "^3.1.0",
"tailwind-scrollbar-hide": "^2.0.0",
"zustand": "^5.0.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"encoding": "^0.1.13",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}