-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 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
79
80
81
82
{
"name": "oneplay-webrtc-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browser": {
"fs": false,
"path": false,
"os": false
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@hookform/resolvers": "^3.0.0",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.4",
"@paypal/react-paypal-js": "^7.8.2",
"@supabase/auth-helpers-nextjs": "^0.5.6",
"@supabase/supabase-js": "^2.12.0",
"@types/cors": "^2.8.12",
"@types/dom-mediacapture-transform": "^0.1.5",
"@types/dom-webcodecs": "^0.1.6",
"@types/express": "^4.17.13",
"@types/ws": "^8.5.3",
"@vercel/analytics": "^0.1.10",
"@webgpu/types": "^0.1.30",
"axios": "^0.27.2",
"bufferutil": "^4.0.6",
"chart.js": "^4.3.0",
"cors": "^2.8.5",
"encoding": "^0.1.13",
"express": "^4.18.1",
"file-loader": "^6.2.0",
"fs": "^0.0.1-security",
"import": "^0.0.6",
"net": "^1.0.2",
"next": "^13.4.9",
"next-images": "^1.8.5",
"nextjs-google-analytics": "^2.3.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-hook-form": "^7.43.7",
"react-icons": "^4.8.0",
"react-joystick-component": "^6.2.1",
"react-qr-code": "^2.0.12",
"react-simple-keyboard": "^3.7.23",
"sass": "^1.54.0",
"serve": "^14.0.1",
"server-only": "^0.0.1",
"styled-components": "^5.3.6",
"sweetalert2": "^11.4.32",
"tls": "^0.0.1",
"turbo": "^1.8.3",
"typescript": "^4.9.4",
"utf-8-validate": "^5.0.9",
"ws": "^8.8.1",
"yup": "^1.0.2"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@svgr/webpack": "^6.5.1",
"@types/node": "18.0.4",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"typescript": "4.7.4"
},
"overrides": {
"babel-plugin-lodash": {
"@babel/types": "~7.20.0"
}
}
}