-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "supaflix",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "NEXT_PUBLIC_API=http://localhost:8080/ next dev -p 8080",
"build": "next build",
"start": "next start",
"release": "release-it"
},
"dependencies": {
"@supabase/supabase-js": "^1.21.0",
"@supabase/ui": "^0.32.0",
"antd": "^4.13.1",
"caniuse-lite": "^1.0.30001248",
"classnames": "^2.2.6",
"date-fns": "^2.15.0",
"faker": "^5.5.2",
"moment": "^2.29.1",
"next": "9.4.0",
"next-redux-wrapper": "^6.0.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-redux": "^7.2.1",
"react-video-js-player": "^1.1.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^1.2.1",
"shaka-player": "^3.0.10",
"swr": "^0.5.4",
"videojs-hls-quality-selector": "^1.1.4"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/node": "^16.4.13",
"@types/react": "^17.0.16",
"@types/react-redux": "^7.1.9",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.2",
"@types/video.js": "^7.3.26",
"@types/videojs-hls-quality-selector": "^1.1.0",
"typescript": "^3.9.7"
}
}