forked from supa-kit/auth-ui-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.93 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
{
"name": "@nuxtbase/auth-ui-vue",
"version": "0.3.3",
"type": "module",
"author": "xiaoluoboding <xiaoluoboding@gmail.com>",
"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/xiaoluoboding/auth-ui-vue.git"
},
"homepage": "https://github.com/xiaoluoboding/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.6",
"@supabase/supabase-js": "^2.31.0"
},
"devDependencies": {
"@iconify/json": "^2.1.104",
"@intlify/unplugin-vue-i18n": "^0.12.2",
"@stitches/core": "^1.2.8",
"@supabase/auth-ui-shared": "^0.1.6",
"@supabase/supabase-js": "^2.31.0",
"@types/lodash.clonedeep": "^4.5.7",
"@types/node": "^18.7.14",
"@unocss/reset": "^0.45.18",
"@vitejs/plugin-vue": "^4.2.3",
"@vueuse/core": "^9.1.1",
"@vueuse/head": "^1.1.23",
"highlight.js": "^11.6.0",
"lodash.clonedeep": "^4.5.0",
"typescript": "^4.6.4",
"unocss": "^0.55.0",
"unplugin-icons": "^0.14.9",
"unplugin-vue-components": "^0.22.4",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.1",
"vite-plugin-lib-inject-css": "^1.2.0",
"vite-plugin-vue-devtools": "1.0.0-rc.0",
"vue": "^3.3.4",
"vue-i18n": "9",
"vue-tsc": "^1.8.6"
}
}