-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
105 lines (105 loc) · 3.23 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
99
100
101
102
103
104
105
{
"name": "ferrum",
"version": "2.0.0a1",
"private": true,
"scripts": {
"dev": "next dev -p 3300",
"patch": "npx next-ws-cli@latest patch",
"build": "next build",
"build:ci": "npm run patch && npm run build",
"start": "next start -p 3300",
"lint": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@nextui-org/breadcrumbs": "^2.0.10",
"@nextui-org/button": "2.0.34",
"@nextui-org/card": "^2.0.31",
"@nextui-org/checkbox": "^2.1.4",
"@nextui-org/chip": "^2.0.32",
"@nextui-org/code": "2.0.29",
"@nextui-org/divider": "^2.0.28",
"@nextui-org/dropdown": "^2.1.27",
"@nextui-org/image": "^2.0.29",
"@nextui-org/input": "2.2.2",
"@nextui-org/kbd": "2.0.30",
"@nextui-org/link": "2.0.32",
"@nextui-org/listbox": "2.1.21",
"@nextui-org/modal": "^2.0.39",
"@nextui-org/navbar": "2.0.33",
"@nextui-org/progress": "^2.0.33",
"@nextui-org/scroll-shadow": "^2.1.19",
"@nextui-org/select": "^2.2.5",
"@nextui-org/skeleton": "^2.0.29",
"@nextui-org/snippet": "2.0.38",
"@nextui-org/switch": "2.0.31",
"@nextui-org/system": "2.2.1",
"@nextui-org/theme": "2.2.5",
"@nextui-org/tooltip": "^2.0.36",
"@react-aria/ssr": "3.9.4",
"@react-aria/visually-hidden": "3.8.12",
"@xiaohuohumax/lrc-parser": "^1.0.1",
"ace-builds": "^1.35.4",
"axios": "^1.7.2",
"cookie": "^0.6.0",
"filepond-plugin-image-preview": "^4.6.12",
"framer-motion": "~11.1.1",
"intl-messageformat": "^10.5.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.400.0",
"md5": "^2.3.0",
"mime": "^4.0.4",
"music-metadata": "^10.0.0",
"next": "14.2.4",
"next-themes": "^0.2.1",
"next-ws": "^1.1.1",
"node-disk-info": "^1.3.0",
"node-system-stats": "^1.3.0",
"pdfjs-dist": "^4.5.136",
"preps": "^0.1.1",
"react": "18.3.1",
"react-ace": "^12.0.0",
"react-dom": "18.3.1",
"react-filepond": "^7.1.2",
"react-hook-form": "^7.52.1",
"react-pdf": "^9.1.0",
"react-svg": "^16.1.34",
"react-toastify": "^10.0.5",
"systeminformation": "^5.23.4",
"tailwindcss": "3.4.3",
"use-context-menu": "^0.5.0",
"uuid": "^10.0.0",
"validator": "^13.12.0",
"ws": "^8.18.0",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/js-cookie": "^3.0.6",
"@types/md5": "^2.3.5",
"@types/node": "20.5.7",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/uuid": "^10.0.0",
"@types/validator": "^13.12.0",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"autoprefixer": "10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.2.0",
"postcss": "8.4.38",
"tailwind-scrollbar": "^3.1.0",
"tailwind-variants": "0.1.20",
"typescript": "5.0.4"
}
}