-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.2 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.2 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
73
74
75
76
77
78
{
"name": "axe-code",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.8.2",
"@tailwindcss/vite": "^4.1.18",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/user-event": "^14.6.1",
"@tiptap/pm": "^3.20.0",
"@tiptap/react": "^3.20.0",
"@tiptap/starter-kit": "^3.20.0",
"@xyflow/react": "^12.10.0",
"agora-rtc-sdk-ng": "^4.24.0",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"hls.js": "^1.6.15",
"html-react-parser": "^5.2.2",
"html5-qrcode": "^2.3.8",
"idb-keyval": "^6.2.2",
"lucide-react": "^0.564.0",
"number-to-words": "^1.2.4",
"prismjs": "^1.29.0",
"qrcode.react": "^4.2.0",
"qs": "^6.14.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-google-recaptcha": "^3.1.0",
"react-hot-toast": "^2.6.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.27.0",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^3.4.0",
"uuid": "^11.1.0",
"validator": "^13.15.26",
"video.js": "^8.23.3",
"xss": "^1.0.15"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"jsdom": "^28.0.0",
"tailwindcss": "^4.1.18",
"vite": "^7.1.2",
"vitest": "^4.0.18"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.18.0",
"@rollup/rollup-windows-x64-msvc": "^4.18.0",
"lightningcss-linux-x64-gnu": "^1.29.0",
"lightningcss-win32-x64-msvc": "^1.29.0"
}
}