@trifle/trifle-hub 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +45 -39
package/package.json
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trifle/trifle-hub",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"type": "module",
|
|
3
|
+
"version": "1.0.5",
|
|
5
4
|
"description": "Vue component library for Trifle Hub",
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"
|
|
5
|
+
"keywords": [
|
|
6
|
+
"vue",
|
|
7
|
+
"components",
|
|
8
|
+
"trifle",
|
|
9
|
+
"hub"
|
|
11
10
|
],
|
|
11
|
+
"license": "ISC",
|
|
12
|
+
"author": "",
|
|
13
|
+
"type": "module",
|
|
12
14
|
"exports": {
|
|
13
15
|
".": {
|
|
14
16
|
"import": "./dist/index.mjs",
|
|
@@ -16,56 +18,60 @@
|
|
|
16
18
|
},
|
|
17
19
|
"./dist/*": "./dist/*"
|
|
18
20
|
},
|
|
21
|
+
"main": "dist/index.js",
|
|
22
|
+
"module": "dist/index.mjs",
|
|
23
|
+
"style": "dist/index.css",
|
|
24
|
+
"files": [
|
|
25
|
+
"dist"
|
|
26
|
+
],
|
|
19
27
|
"scripts": {
|
|
20
28
|
"build": "vite build",
|
|
21
29
|
"dev": "vite",
|
|
22
30
|
"watch": "vite build --watch"
|
|
23
31
|
},
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
"@
|
|
28
|
-
"@
|
|
32
|
+
"dependencies": {},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@babel/core": "^7.27.1",
|
|
35
|
+
"@babel/eslint-parser": "^7.27.1",
|
|
36
|
+
"@farcaster/frame-sdk": "^0.0.35",
|
|
37
|
+
"@farcaster/frame-wagmi-connector": "^0.0.20",
|
|
29
38
|
"@reown/appkit": "^1.7.3",
|
|
30
39
|
"@reown/appkit-adapter-wagmi": "^1.7.3",
|
|
31
40
|
"@reown/appkit-siwe": "^1.7.4",
|
|
32
|
-
"viem": "^2.0.0"
|
|
33
|
-
},
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"@farcaster/frame-sdk": "^0.0.35",
|
|
36
|
-
"@farcaster/frame-wagmi-connector": "^0.0.20",
|
|
37
41
|
"@tanstack/vue-query": "^5.75.1",
|
|
38
|
-
"@vueuse/core": "^10.0.0",
|
|
39
|
-
"pinia": "^3.0.2",
|
|
40
|
-
"siwe": "^3.0.0",
|
|
41
|
-
"tailwindcss": "^3.4.15"
|
|
42
|
-
},
|
|
43
|
-
"devDependencies": {
|
|
44
|
-
"@babel/core": "^7.27.1",
|
|
45
|
-
"@babel/eslint-parser": "^7.27.1",
|
|
46
42
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
43
|
+
"@vueuse/core": "^10.0.0",
|
|
47
44
|
"@wagmi/core": "^2.17.1",
|
|
48
45
|
"@wagmi/vue": "^0.1.18",
|
|
49
|
-
"@reown/appkit": "^1.7.3",
|
|
50
|
-
"@reown/appkit-adapter-wagmi": "^1.7.3",
|
|
51
|
-
"@reown/appkit-siwe": "^1.7.4",
|
|
52
|
-
"viem": "^2.0.0",
|
|
53
46
|
"autoprefixer": "^10.4.20",
|
|
54
47
|
"eslint": "^9.26.0",
|
|
55
48
|
"eslint-plugin-vue": "^10.1.0",
|
|
56
49
|
"globals": "^16.1.0",
|
|
50
|
+
"pinia": "^3.0.2",
|
|
57
51
|
"postcss": "^8.4.49",
|
|
52
|
+
"siwe": "^3.0.0",
|
|
53
|
+
"tailwindcss": "^3.4.15",
|
|
54
|
+
"viem": "^2.0.0",
|
|
58
55
|
"vite": "^6.0.1",
|
|
59
56
|
"vue": "^3.5.13",
|
|
60
|
-
"vue-
|
|
61
|
-
"vue-
|
|
57
|
+
"vue-eslint-parser": "^10.1.3",
|
|
58
|
+
"vue-router": "^4.5.0"
|
|
62
59
|
},
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
60
|
+
"peerDependencies": {
|
|
61
|
+
"@farcaster/frame-sdk": "^0.0.35",
|
|
62
|
+
"@farcaster/frame-wagmi-connector": "^0.0.20",
|
|
63
|
+
"@reown/appkit": "^1.7.3",
|
|
64
|
+
"@reown/appkit-adapter-wagmi": "^1.7.3",
|
|
65
|
+
"@reown/appkit-siwe": "^1.7.4",
|
|
66
|
+
"@tanstack/vue-query": "^5.75.1",
|
|
67
|
+
"@vueuse/core": "^10.0.0",
|
|
68
|
+
"@wagmi/core": "^2.17.1",
|
|
69
|
+
"@wagmi/vue": "^0.1.18",
|
|
70
|
+
"pinia": "^3.0.2",
|
|
71
|
+
"siwe": "^3.0.0",
|
|
72
|
+
"tailwindcss": "^3.4.15",
|
|
73
|
+
"viem": "^2.0.0",
|
|
74
|
+
"vue": "^3.5.13",
|
|
75
|
+
"vue-router": "^4.5.0"
|
|
76
|
+
}
|
|
71
77
|
}
|