@webamoki/web-svelte 1.1.0 → 1.2.0
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 +32 -23
package/package.json
CHANGED
|
@@ -4,13 +4,14 @@
|
|
|
4
4
|
"access": "public",
|
|
5
5
|
"provenance": true
|
|
6
6
|
},
|
|
7
|
-
"version": "1.
|
|
7
|
+
"version": "1.2.0",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "git+https://github.com/Webamoki/Web-svelte.git"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
|
+
"preinstall": "npx only-allow pnpm",
|
|
14
15
|
"dev": "vite dev",
|
|
15
16
|
"build:site": "vite build",
|
|
16
17
|
"build:lib": "pnpm prepack",
|
|
@@ -82,30 +83,35 @@
|
|
|
82
83
|
}
|
|
83
84
|
},
|
|
84
85
|
"peerDependencies": {
|
|
85
|
-
"@internationalized/date": "
|
|
86
|
-
"@
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
86
|
+
"@internationalized/date": "catalog:",
|
|
87
|
+
"@sveltejs/kit": "catalog:",
|
|
88
|
+
"@tailwindcss/forms": "catalog:",
|
|
89
|
+
"@tailwindcss/typography": "catalog:",
|
|
90
|
+
"arktype": "catalog:",
|
|
91
|
+
"svelte": "catalog:",
|
|
92
|
+
"sveltekit-superforms": "catalog:",
|
|
93
|
+
"tailwindcss": "catalog:"
|
|
90
94
|
},
|
|
91
95
|
"devDependencies": {
|
|
92
96
|
"@eslint/compat": "^2.0.3",
|
|
93
97
|
"@eslint/js": "^9.39.4",
|
|
98
|
+
"@internationalized/date": "catalog:",
|
|
94
99
|
"@sveltejs/adapter-static": "^3.0.10",
|
|
95
|
-
"@sveltejs/kit": "
|
|
100
|
+
"@sveltejs/kit": "catalog:",
|
|
96
101
|
"@sveltejs/package": "^2.5.7",
|
|
97
102
|
"@sveltejs/vite-plugin-svelte": "^7.0.0",
|
|
98
|
-
"@tailwindcss/forms": "
|
|
99
|
-
"@tailwindcss/typography": "
|
|
100
|
-
"@tailwindcss/vite": "^4.2.
|
|
103
|
+
"@tailwindcss/forms": "catalog:",
|
|
104
|
+
"@tailwindcss/typography": "catalog:",
|
|
105
|
+
"@tailwindcss/vite": "^4.2.2",
|
|
101
106
|
"@types/node": "^25.5.0",
|
|
102
107
|
"@types/ramda": "^0.31.1",
|
|
103
108
|
"@types/sorted-array-functions": "^1.3.3",
|
|
109
|
+
"arktype": "catalog:",
|
|
104
110
|
"clsx": "^2.1.1",
|
|
105
111
|
"eslint": "^9.39.4",
|
|
106
112
|
"eslint-config-prettier": "^10.1.8",
|
|
107
|
-
"eslint-plugin-perfectionist": "^5.
|
|
108
|
-
"eslint-plugin-svelte": "^3.
|
|
113
|
+
"eslint-plugin-perfectionist": "^5.7.0",
|
|
114
|
+
"eslint-plugin-svelte": "^3.16.0",
|
|
109
115
|
"globals": "^17.4.0",
|
|
110
116
|
"prettier": "^3.8.1",
|
|
111
117
|
"prettier-plugin-svelte": "^3.5.1",
|
|
@@ -113,17 +119,18 @@
|
|
|
113
119
|
"publint": "^0.3.18",
|
|
114
120
|
"semantic-release": "^25.0.3",
|
|
115
121
|
"shiki": "^4.0.2",
|
|
116
|
-
"svelte": "
|
|
122
|
+
"svelte": "catalog:",
|
|
117
123
|
"svelte-check": "^4.4.5",
|
|
118
124
|
"svelte-eslint-parser": "^1.6.0",
|
|
125
|
+
"sveltekit-superforms": "catalog:",
|
|
119
126
|
"tailwind-merge": "^3.5.0",
|
|
120
127
|
"tailwind-variants": "^3.2.2",
|
|
121
|
-
"tailwindcss": "
|
|
128
|
+
"tailwindcss": "catalog:",
|
|
122
129
|
"tw-animate-css": "^1.4.0",
|
|
123
130
|
"typescript": "^5.9.3",
|
|
124
|
-
"typescript-eslint": "^8.57.
|
|
125
|
-
"vite": "^8.0.
|
|
126
|
-
"vitest": "^4.1.
|
|
131
|
+
"typescript-eslint": "^8.57.2",
|
|
132
|
+
"vite": "^8.0.2",
|
|
133
|
+
"vitest": "^4.1.1"
|
|
127
134
|
},
|
|
128
135
|
"keywords": [
|
|
129
136
|
"svelte"
|
|
@@ -139,9 +146,7 @@
|
|
|
139
146
|
]
|
|
140
147
|
},
|
|
141
148
|
"dependencies": {
|
|
142
|
-
"@
|
|
143
|
-
"@lucide/svelte": "^0.577.0",
|
|
144
|
-
"arktype": "^2.2.0",
|
|
149
|
+
"@lucide/svelte": "^1.6.0",
|
|
145
150
|
"bits-ui": "^2.16.3",
|
|
146
151
|
"devalue": "^5.6.4",
|
|
147
152
|
"drizzle-orm": "^0.45.1",
|
|
@@ -149,7 +154,11 @@
|
|
|
149
154
|
"ramda": "^0.32.0",
|
|
150
155
|
"sorted-array-functions": "^1.3.0",
|
|
151
156
|
"svelte-awesome-color-picker": "^4.1.1",
|
|
152
|
-
"svelte-sonner": "^1.1.0"
|
|
153
|
-
|
|
154
|
-
|
|
157
|
+
"svelte-sonner": "^1.1.0"
|
|
158
|
+
},
|
|
159
|
+
"engines": {
|
|
160
|
+
"node": "^24.0.0",
|
|
161
|
+
"pnpm": "^10.0.0"
|
|
162
|
+
},
|
|
163
|
+
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
|
|
155
164
|
}
|