-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
{
"name": "player-react",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"start": "npm run dev",
"dev": "vite --mode development",
"prod": "vite --mode production --host 0.0.0.0",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^4.19.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"hls.js": "^1.5.17",
"install": "^0.13.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"npm": "^10.2.5",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.4.2",
"react-mentions": "^4.4.10",
"react-mosaic-component": "^6.1.0",
"react-player": "^2.12.0",
"react-router-dom": "^6.22.3",
"sort-by": "^0.0.2",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"video.js": "^8.19.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.8.7",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}