forked from blogclub/rive-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "rivestream-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@next/third-parties": "^14.2.4",
"artplayer": "^5.1.6",
"artplayer-plugin-hls-quality": "^2.0.0",
"babel-loader": "^9.1.3",
"firebase": "^10.12.2",
"framer-motion": "^11.2.12",
"hls.js": "^1.5.12",
"next": "14.2.4",
"next-pwa": "^5.6.0",
"nprogress": "^0.2.0",
"react": "^18.3.1",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.3",
"react-lazy-load-image-component": "^1.6.2",
"react-loading-skeleton": "^3.4.0",
"react-paginate": "^8.2.0",
"react-tooltip": "^5.27.0",
"sass": "^1.77.6",
"sonner": "^1.5.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/nprogress": "^0.2.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-lazy-load-image-component": "^1.6.4",
"husky": "^9.0.11",
"prettier": "^3.3.3",
"typescript": "^5"
}
}