-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.66 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
46
47
48
49
50
51
52
53
54
55
{
"name": "atsumari",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"update-types": "npx supabase gen types typescript --project-id \"rznoqrxsbrfyzlrlfcvj\" > src/api/types/supabase.ts"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^0.10.1",
"@supabase/supabase-js": "^2.38.0",
"@vueuse/components": "^10.5.0",
"@vueuse/core": "^10.5.0",
"@vueuse/head": "^1.3.1",
"emittery": "^1.0.1",
"nanoid": "^4.0.2",
"phaser": "^3.60.0",
"picmo": "^5.8.5",
"pinia": "^2.1.6",
"socket.io-client": "^4.7.2",
"vite-plugin-static-copy": "^0.16.0",
"vue": "^3.3.4",
"vue-confetti-explosion": "^1.0.2",
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify/json": "^2.2.125",
"@rushstack/eslint-patch": "^1.5.1",
"@types/node": "^20.8.3",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.51.0",
"eslint-plugin-vue": "^9.17.0",
"livekit-client": "^1.13.4",
"livekit-server-sdk": "^1.2.6",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "^1.69.0",
"supabase": "^1.100.1",
"typescript": "~5.0.4",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.16.6",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.4.11",
"vue-tsc": "^1.8.16"
}
}