Updated Config
This commit is contained in:
Generated
+1005
-871
File diff suppressed because it is too large
Load Diff
+6
-3
@@ -63,16 +63,19 @@
|
|||||||
"version:patch": "npm version patch -m \"chore(release): %s\"",
|
"version:patch": "npm version patch -m \"chore(release): %s\"",
|
||||||
"version:minor": "npm version minor -m \"chore(release): %s\"",
|
"version:minor": "npm version minor -m \"chore(release): %s\"",
|
||||||
"version:major": "npm version major -m \"chore(release): %s\"",
|
"version:major": "npm version major -m \"chore(release): %s\"",
|
||||||
"release:canary": "npm run css:build && npm version prerelease --preid=canary && npm publish --tag canary",
|
"release:canary": "npm run css:build && npm version prerelease --preid=canary && npm run build && npm publish --tag canary",
|
||||||
"release": "npm publish --access public"
|
"release": "npm publish --access public"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@astrojs/check": "^0.9.4",
|
||||||
"@floating-ui/core": "^1.7.3",
|
"@floating-ui/core": "^1.7.3",
|
||||||
"@floating-ui/dom": "1.7.4",
|
"@floating-ui/dom": "1.7.4",
|
||||||
"@tailwindcss/cli": "4.1.13",
|
"@tailwindcss/cli": "4.1.13",
|
||||||
"@tailwindcss/vite": "4.1.13",
|
"@tailwindcss/vite": "^4.1.13",
|
||||||
"astro-icon": "^1.1.5",
|
"astro-icon": "^1.1.5",
|
||||||
"tailwindcss": "4.1.13",
|
"esbuild": "^0.25.10",
|
||||||
|
"tailwindcss": "^4.1.13",
|
||||||
|
"typescript": "^5.9.2",
|
||||||
"zod": "^3.25.76"
|
"zod": "^3.25.76"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user