-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.38 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@headlessui/react": "^1.4.2",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-react": "^0.8.1",
"@inertiajs/progress": "^0.2.6",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"laravel-echo": "^1.15.0",
"laravel-vite-plugin": "^0.7.0",
"lodash": "^4.17.19",
"postcss": "^8.4.18",
"prettier": "2.8.1",
"pusher-js": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.1",
"video.js": "^8.0.4",
"vite": "^3.0.0"
},
"dependencies": {
"@ably/laravel-echo": "^1.0.2",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.52.0",
"@wojtekmaj/react-timerange-picker": "^4.2.0",
"ably": "^1.2.37",
"agora-react-uikit": "^1.1.0",
"agora-rtc-sdk-ng": "^4.15.0",
"lodash.debounce": "^4.0.8",
"react-cookie-consent": "^8.0.1",
"react-google-recaptcha-v3": "^1.10.1",
"react-icons": "^4.6.0",
"react-nl2br": "^1.0.4",
"react-toastify": "^9.1.1",
"react-tooltip": "^5.9.1",
"sanitize-html-react": "^1.13.0"
}
}