-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
83 lines (83 loc) · 2.17 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
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
83
{
"name": "@supa-kit/auth-ui-vue",
"version": "0.4.0",
"type": "module",
"author": "xiaoluoboding <[email protected]>",
"scripts": {
"dev": "vite --port 3003",
"build:docs": "vite build --mode docs",
"build:lib": "vue-tsc --noEmit && vite build --mode lib",
"preview": "vite preview",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supa-kit/auth-ui-vue.git"
},
"homepage": "https://github.com/supa-kit/auth-ui-vue",
"files": [
"lib",
"volar.d.ts"
],
"main": "./lib/auth-ui-vue.umd.cjs",
"module": "./lib/auth-ui-vue.js",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/auth-ui-vue.js",
"require": "./lib/auth-ui-vue.umd.cjs"
}
},
"license": "MIT",
"keywords": [
"Supabase",
"Nuxt",
"Vue",
"Auth"
],
"sideEffects": [
"**/*.css"
],
"types": "./lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.42.7"
},
"devDependencies": {
"@iconify/json": "^2.2.263",
"@intlify/unplugin-vue-i18n": "^0.12.3",
"@stitches/core": "^1.2.8",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.45.6",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^18.19.59",
"@vitejs/plugin-vue": "^4.6.2",
"@vueuse/core": "^10.11.1",
"@vueuse/head": "^2.0.0",
"autoprefixer": "^10.4.20",
"highlight.js": "^11.10.0",
"lodash.clonedeep": "^4.5.0",
"tailwindcss": "^3.4.14",
"typescript": "^4.9.5",
"unplugin-icons": "^0.14.15",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.5.5",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-lib-inject-css": "^1.3.0",
"vite-plugin-vue-devtools": "1.0.0-rc.0",
"vue": "^3.5.12",
"vue-i18n": "^9.14.1",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"radix-vue": "^1.9.7",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
}
}