forked from EFLKumo/OnePortal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.08 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.08 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
{
"name": "oneportal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier 'src/**/*.{js,ts,jsx,tsx}' --write"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20251221.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.6",
"@headlessui/react": "^2.2.9",
"awesome-debounce-promise": "^2.1.0",
"axios": "^1.13.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.19",
"emoji-regex": "^10.6.0",
"jszip": "^3.10.1",
"mpegts.js": "^1.8.0",
"next": "~15.4.10",
"nextjs-progressbar": "^0.0.16",
"path-browserify": "^1.0.1",
"plyr-react": "^5.3.0",
"preview-office-docs": "^1.0.2",
"react": "^19.2.3",
"react-async-hook": "^4.0.0",
"react-audio-player": "^0.17.0",
"react-dom": "^19.2.3",
"react-hot-toast": "^2.6.0",
"react-hotkeys-hook": "^5.2.1",
"react-markdown": "^10.1.0",
"react-reader": "^2.0.15",
"react-syntax-highlighter": "^16.1.0",
"react-use-system-theme": "^1.1.1",
"redaxios": "^0.5.1",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"swr": "^2.3.8",
"tailwind-scrollbar": "^3.1.0",
"use-clipboard-copy": "^0.2.0",
"use-constant": "^1.1.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@cloudflare/next-on-pages": "^1.13.16",
"@types/crypto-js": "^4.2.2",
"@types/node": "^24.10.4",
"@types/react": "^19.2.7",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript": "5.9.3",
"vercel": "^44.7.3",
"wrangler": "^4.56.0"
},
"overrides": {
"vercel": "$vercel"
},
"packageManager": "pnpm@10.26.1"
}