@batijs/elements
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@batijs/elements", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "BatiJS website as Web Components", | ||
@@ -12,5 +12,7 @@ "type": "module", | ||
"devDependencies": { | ||
"@hattip/adapter-node": "^0.0.34", | ||
"@hattip/router": "^0.0.34", | ||
"@hattip/vite": "^0.0.34", | ||
"@actions/core": "^1.10.1", | ||
"@batijs/core": "^0.0.80", | ||
"@ianvs/prettier-plugin-sort-imports": "^4.1.0", | ||
"@typescript-eslint/eslint-plugin": "^6.7.2", | ||
"@typescript-eslint/parser": "^6.7.2", | ||
"autoprefixer": "^10.4.15", | ||
@@ -20,17 +22,19 @@ "babel-preset-solid": "^1.7.7", | ||
"clsx": "^2.0.0", | ||
"cross-fetch": "^3.1.8", | ||
"daisyui": "^3.6.3", | ||
"esbuild": "^0.18.20", | ||
"hattip": "^0.0.33", | ||
"cross-fetch": "^4.0.0", | ||
"daisyui": "^3.7.5", | ||
"esbuild": "^0.19.3", | ||
"eslint": "^8.49.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"jiti": "^1.20.0", | ||
"postcss": "^8.4.28", | ||
"prettier": "^3.0.3", | ||
"solid-element": "^1.7.1", | ||
"solid-js": "^1.7.11", | ||
"solid-js": "^1.7.12", | ||
"tailwindcss": "^3.3.3", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2", | ||
"vike-solid": "^0.1.1", | ||
"vike-solid": "^0.2.0", | ||
"vite": "^4.4.9", | ||
"vite-plugin-solid": "^2.7.0", | ||
"vite-plugin-ssr": "^0.4.138", | ||
"vite-tsconfig-paths": "^4.2.0" | ||
"vike": "^0.4.142" | ||
}, | ||
@@ -41,3 +45,3 @@ "files": [ | ||
"scripts": { | ||
"dev": "hattip serve ./hattip-entry.ts --client", | ||
"dev": "vite", | ||
"build": "vite build", | ||
@@ -48,4 +52,5 @@ "release": "bumpp && pnpm run build:widget && pnpm publish", | ||
"build:widget": "vite build --mode widget", | ||
"dev:widget": "vite --mode widget" | ||
"dev:widget": "vite --mode widget", | ||
"script:check-features": "jiti scripts/check-features.ts" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
122784
26
2025