-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^2.0.10",
"@oplayer/core": "^1.2.31",
"@oplayer/hls": "^1.2.23",
"@oplayer/react": "^1.2.8",
"@oplayer/torrent": "^1.2.23",
"@oplayer/ui": "^1.2.32",
"axios": "^0.27.2",
"framer-motion": "^7.3.2",
"hls.js": "^1.4.10",
"next": "latest",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-player": "^2.11.0",
"react-redux": "^8.0.2",
"react-slick": "^0.29.0",
"react-toastify": "^10.0.5",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"slick-carousel": "^1.8.1",
"swiper": "^11.0.5",
"tailwind": "^4.0.0",
"use-sse": "^2.0.1"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/react-slick": "^0.23.10",
"@types/slick-carousel": "^1.6.37",
"autoprefixer": "^10.4.11",
"postcss": "^8.4.14",
"postcss-nesting": "^10.2.0",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}