-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "amazon-ivs-real-time-mobile-web-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@phosphor-icons/vue": "^2.2.1",
"@tailwindcss/container-queries": "^0.1.1",
"@vueuse/core": "^11.1.0",
"amazon-ivs-chat-messaging": "^1.1.1",
"amazon-ivs-web-broadcast": "^1.18.0",
"axios": "^1.7.7",
"canvas-confetti": "^1.9.3",
"pinia": "^2.2.0",
"pinia-plugin-persistedstate": "^4.0.0",
"qrcode.vue": "^3.4.1",
"tailwind-gradient-mask-image": "^1.2.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-themer": "^4.0.0",
"uuid": "^10.0.0",
"vue": "^3.4.31",
"vue-boring-avatars": "^1.4.0",
"vue-router": "^4.4.2"
},
"devDependencies": {
"@types/node": "^22.5.3",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"vite": "^5.3.4",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "^0.20.5"
}
}