-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.24 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": "amazon-ivs-rt-web-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 4321",
"build": "vite build"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.624.0",
"@aws-sdk/credential-providers": "^3.624.0",
"@generouted/react-router": "^1.19.5",
"@heroicons/react": "^2.1.3",
"amazon-ivs-web-broadcast": "^1.18.0",
"axios": "^1.7.2",
"clsx": "^2.1.1",
"framer-motion": "^11.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-modal": "^3.16.1",
"react-qrcode-logo": "^3.0.0",
"react-router-dom": "^6.23.1",
"react-tooltip": "^5.26.4",
"tailwind-gradient-mask-image": "^1.2.0",
"tailwind-merge": "^2.3.0",
"vite-plugin-environment": "^1.1.3"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"tailwindcss-themer": "^4.0.0",
"vite": "^5.4.6"
}
}