@batijs/elements
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@batijs/elements", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "BatiJS website as Web Components", | ||
@@ -12,30 +12,22 @@ "type": "module", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.5", | ||
"@hattip/adapter-node": "^0.0.33", | ||
"@hattip/router": "^0.0.33", | ||
"@hattip/vite": "^0.0.33", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-image": "^3.0.2", | ||
"@rollup/plugin-json": "^6.0.0", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@hattip/adapter-node": "^0.0.34", | ||
"@hattip/router": "^0.0.34", | ||
"@hattip/vite": "^0.0.34", | ||
"autoprefixer": "^10.4.14", | ||
"babel-preset-solid": "^1.7.4", | ||
"cross-fetch": "^3.1.6", | ||
"daisyui": "^3.1.0", | ||
"esbuild": "^0.17.19", | ||
"babel-preset-solid": "^1.7.7", | ||
"bumpp": "^9.1.1", | ||
"cross-fetch": "^3.1.8", | ||
"daisyui": "^3.5.0", | ||
"esbuild": "^0.18.17", | ||
"hattip": "^0.0.33", | ||
"postcss": "^8.4.24", | ||
"rollup": "^3.25.1", | ||
"rollup-plugin-esbuild": "^5.0.0", | ||
"rollup-plugin-import-css": "^3.2.1", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"rollup-plugin-tsconfig-paths": "^1.5.1", | ||
"postcss": "^8.4.27", | ||
"solid-element": "^1.7.1", | ||
"solid-js": "^1.7.6", | ||
"tailwindcss": "^3.3.2", | ||
"tslib": "^2.5.3", | ||
"typescript": "^5.1.3", | ||
"vike-solid": "^0.0.7", | ||
"vite": "^4.3.9", | ||
"vite-plugin-ssr": "^0.4.131", | ||
"solid-js": "^1.7.8", | ||
"tailwindcss": "^3.3.3", | ||
"tslib": "^2.6.1", | ||
"typescript": "^5.1.6", | ||
"vike-solid": "^0.0.8", | ||
"vite": "^4.4.7", | ||
"vite-plugin-solid": "^2.7.0", | ||
"vite-plugin-ssr": "^0.4.133", | ||
"vite-tsconfig-paths": "^4.2.0" | ||
@@ -49,7 +41,7 @@ }, | ||
"build": "vite build", | ||
"release": "pnpm run build:widget && pnpm publish", | ||
"build:widget": "rollup -c", | ||
"release": "bumpp && pnpm run build:widget && pnpm publish", | ||
"build:pages": "vite build --mode pages", | ||
"serve:widget": "http-server . -c-1 -p 8080 -o /widget-public" | ||
"build:widget": "vite build --mode widget", | ||
"dev:widget": "vite --mode widget" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
21
74163
1704