feat: sync WRNexusJS component showcase 0.5.0
This commit is contained in:
Generated
+181
-51
@@ -8,18 +8,21 @@
|
||||
"name": "component-showcase",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@wrnexus/core": "^0.3.6",
|
||||
"@wrnexus/dev-server": "^0.3.6",
|
||||
"@wrnexus/helpers": "^0.3.6",
|
||||
"@wrnexus/plugin": "^0.3.6",
|
||||
"@wrnexus/syntax": "^0.3.6",
|
||||
"@wrnexus/ui": "^0.3.6"
|
||||
"@wrnexus/core": "^0.5.0",
|
||||
"@wrnexus/dev-server": "^0.5.0",
|
||||
"@wrnexus/helpers": "^0.5.0",
|
||||
"@wrnexus/plugin": "^0.5.0",
|
||||
"@wrnexus/styles": "^0.5.0",
|
||||
"@wrnexus/syntax": "^0.5.0",
|
||||
"@wrnexus/ui": "^0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/lucide": "^1.2.118",
|
||||
"@iconify/tailwind4": "^1.2.3",
|
||||
"@tailwindcss/cli": "^4.0.0",
|
||||
"@types/bun": "^1.3.14",
|
||||
"@wrnexus/cli": "^0.5.0",
|
||||
"@wrnexus/compiler": "^0.5.0",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"typescript": "^5.5.0"
|
||||
}
|
||||
@@ -708,6 +711,72 @@
|
||||
"node": ">=14.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
|
||||
"version": "1.11.1",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"@emnapi/wasi-threads": "1.2.2",
|
||||
"tslib": "^2.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
|
||||
"version": "1.11.1",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"tslib": "^2.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
|
||||
"version": "1.2.2",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"tslib": "^2.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
|
||||
"version": "1.1.4",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"@tybys/wasm-util": "^0.10.1"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/Brooooooklyn"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@emnapi/core": "^1.7.1",
|
||||
"@emnapi/runtime": "^1.7.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
|
||||
"version": "0.10.2",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"tslib": "^2.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": {
|
||||
"version": "2.8.1",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "0BSD",
|
||||
"optional": true
|
||||
},
|
||||
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
|
||||
"version": "4.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.3.tgz",
|
||||
@@ -760,169 +829,230 @@
|
||||
"undici-types": "~8.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/compiler": {
|
||||
"version": "0.3.6",
|
||||
"node_modules/@wrnexus/cli": {
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/cli/-/cli-0.5.0.tgz",
|
||||
"integrity": "sha512-ZdPNdROxXlHgCngRqBpZXJIEjFedcVsgEkNOBroG78ehLj88wYWotzANRDYsAaHpFq5nZBuEJNbNFdd/nECsgQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@wrnexus/syntax": "^0.3.6"
|
||||
"@wrnexus/compiler": "^0.5.0",
|
||||
"@wrnexus/core": "^0.5.0",
|
||||
"@wrnexus/csr": "^0.5.0",
|
||||
"@wrnexus/db": "^0.5.0",
|
||||
"@wrnexus/dev-server": "^0.5.0",
|
||||
"@wrnexus/i18n": "^0.5.0",
|
||||
"@wrnexus/plugin": "^0.5.0",
|
||||
"@wrnexus/router": "^0.5.0",
|
||||
"@wrnexus/styles": "^0.5.0",
|
||||
"@wrnexus/syntax": "^0.5.0",
|
||||
"@wrnexus/ui": "^0.5.0",
|
||||
"@wrnexus/validation": "^0.5.0"
|
||||
},
|
||||
"bin": {
|
||||
"wrnexus": "dist/index.js"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/compiler": {
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/compiler/-/compiler-0.5.0.tgz",
|
||||
"integrity": "sha512-94ccs3AU1gRM360VMIGqhLvc3czzV9KsNjV3W6On1NbVGRyKnUwTuHj5+UOplb5zfn+UlyTxJhS7bEB2rZgykg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@wrnexus/syntax": "^0.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/core": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/core/-/core-0.5.0.tgz",
|
||||
"integrity": "sha512-X5hrY6ib2pvpUHplz0KMCHV7SPVfY9eP4J99SI39efXuL2ekMd6Vr7ueh+MixscgBinjG8YdPTo/xs0gYwRx0A==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/csr": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/csr/-/csr-0.5.0.tgz",
|
||||
"integrity": "sha512-sL4B/I7/oTtv/JC4HFSc9qGIW0f23bwTS9M0R9P7x5/LZibTOV9QbktpPJbWrcd+fVLHFXUb/LkicuugCgj81g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@wrnexus/core": "^0.3.6"
|
||||
"@wrnexus/core": "^0.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/db": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/db/-/db-0.5.0.tgz",
|
||||
"integrity": "sha512-RcKnaHZuf+vvBw9ew3MxuOy5CXL5H0NvejlvnPLNFBGj0bpiPbCPh0+G6P8u0Fk9xXe3tH3AGCPE07lQlMP2uA==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/dev-server": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/dev-server/-/dev-server-0.5.0.tgz",
|
||||
"integrity": "sha512-T3vF8h4Gxv0OnAa0K3pxvyQoEpOoyDDPTknOVVqCjYOb/9LxiK12MlUTUuHgzT6gZS4tLbrHwOjtJTuaFpIAhA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@wrnexus/compiler": "^0.3.6",
|
||||
"@wrnexus/core": "^0.3.6",
|
||||
"@wrnexus/csr": "^0.3.6",
|
||||
"@wrnexus/db": "^0.3.6",
|
||||
"@wrnexus/dev-toolbar": "^0.3.6",
|
||||
"@wrnexus/i18n": "^0.3.6",
|
||||
"@wrnexus/plugin": "^0.3.6",
|
||||
"@wrnexus/pubsub": "^0.3.6",
|
||||
"@wrnexus/router": "^0.3.6",
|
||||
"@wrnexus/ssr": "^0.3.6",
|
||||
"@wrnexus/styles": "^0.3.6",
|
||||
"@wrnexus/ui": "^0.3.6",
|
||||
"@wrnexus/uploader": "^0.3.6",
|
||||
"@wrnexus/validation": "^0.3.6"
|
||||
"@wrnexus/compiler": "^0.5.0",
|
||||
"@wrnexus/core": "^0.5.0",
|
||||
"@wrnexus/csr": "^0.5.0",
|
||||
"@wrnexus/db": "^0.5.0",
|
||||
"@wrnexus/dev-toolbar": "^0.5.0",
|
||||
"@wrnexus/i18n": "^0.5.0",
|
||||
"@wrnexus/plugin": "^0.5.0",
|
||||
"@wrnexus/pubsub": "^0.5.0",
|
||||
"@wrnexus/router": "^0.5.0",
|
||||
"@wrnexus/ssr": "^0.5.0",
|
||||
"@wrnexus/styles": "^0.5.0",
|
||||
"@wrnexus/ui": "^0.5.0",
|
||||
"@wrnexus/uploader": "^0.5.0",
|
||||
"@wrnexus/validation": "^0.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/dev-toolbar": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/dev-toolbar/-/dev-toolbar-0.5.0.tgz",
|
||||
"integrity": "sha512-7WIz+/bZkp+Y+FXlDVVJOOCqHrVFI8RbvvShsXx5QRl+H88srtuIknA6QsM3vnrXh5hwabkhDZxPqwreeVrN5Q==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/helpers": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/helpers/-/helpers-0.5.0.tgz",
|
||||
"integrity": "sha512-wDqhRt1cmqkOFxF988IYDFXVRDBYMDliXO96tvNR4JlI/krpgny6oQzwX6Llgc3gwe2WPhGEKs53Qjolikr+cg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@wrnexus/core": "^0.3.6"
|
||||
"@wrnexus/core": "^0.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/i18n": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/i18n/-/i18n-0.5.0.tgz",
|
||||
"integrity": "sha512-Tt+P+hCRXrxrT2n0YLqFyn1YH06FU2jqcfZrgdYaRhjpaEjHC/2Vq76wHQbcHIjIUewgYpvo/dOqJK93/7h+Ng==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@wrnexus/core": "^0.3.6"
|
||||
"@wrnexus/core": "^0.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/plugin": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/plugin/-/plugin-0.5.0.tgz",
|
||||
"integrity": "sha512-8OVYE821ytS97Yg7GmmfSe4mod+02B+jRZ8TUhvHWw+/9FWCA72UEI4z9pbFMj4dUZpw5h0YWyVtl8vcAwqGvA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@wrnexus/syntax": "^0.3.6"
|
||||
"@wrnexus/syntax": "^0.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/pubsub": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/pubsub/-/pubsub-0.5.0.tgz",
|
||||
"integrity": "sha512-mKB6EOS3PtxD2eAzN8TzHpqWXWptMGDhO/UFSkLXyO/wTsyaMN52CqxI5TAtFDCiHNkAifIfQp7ObgWT35EoQA==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/router": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/router/-/router-0.5.0.tgz",
|
||||
"integrity": "sha512-y2ZKLltAWz6l4Jgf4K/HmBCiBOnAjFypBJbmL404G5d+UcIOd7/NYwZKaGaIG2WRMY+7WUpMLji++Bi7UXgVRg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@wrnexus/compiler": "^0.3.6",
|
||||
"@wrnexus/core": "^0.3.6"
|
||||
"@wrnexus/compiler": "^0.5.0",
|
||||
"@wrnexus/core": "^0.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/ssr": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/ssr/-/ssr-0.5.0.tgz",
|
||||
"integrity": "sha512-vl4FwuZbeWrTrIhxr+/VqickC3bRNz4+zP/HgsSbatycWJaC9mhLp4rr2kS2id5I4EcJAL1eHMBcPxDFywqoNg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@wrnexus/core": "^0.3.6"
|
||||
"@wrnexus/core": "^0.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/styles": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/styles/-/styles-0.5.0.tgz",
|
||||
"integrity": "sha512-8UU1yXoF3dTUF085jrTjSA9xvERS5IUdXvEzT6H7/zorGaghIp8PB+IaL50kUEDT6oS2YZS2bZZ8kOnkI3uEXg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@wrnexus/core": "^0.3.6",
|
||||
"@wrnexus/plugin": "^0.3.6",
|
||||
"@wrnexus/uploader": "^0.3.6"
|
||||
"@wrnexus/core": "^0.5.0",
|
||||
"@wrnexus/plugin": "^0.5.0",
|
||||
"@wrnexus/uploader": "^0.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/syntax": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/syntax/-/syntax-0.5.0.tgz",
|
||||
"integrity": "sha512-5dh+VJ+/lE+M/HtllrOtNN67wow1moZlvKdlhPjymfaaEhshY6sWnOgrjDllDDDc+xuMHUBrkMUx6OUnSQASMA==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/ui": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/ui/-/ui-0.5.0.tgz",
|
||||
"integrity": "sha512-ECXlUp7aYOA5E/pWnHoNL8m+vvaWHCD2hFrG62xFSKFoGgP18KrP6IIYGwb6plB93QfDsCLObQicOhmxo9GGCQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@wrnexus/core": "^0.3.6"
|
||||
"@wrnexus/core": "^0.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/uploader": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/uploader/-/uploader-0.5.0.tgz",
|
||||
"integrity": "sha512-MiFCydGpWjl5BA5yET5ZuVKmZkm0zfCljWB0ZEG1mxSlFv3DpVZCnDkB5DZZKCIByGfpV8q4p/LVWuSFqgAH3w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@wrnexus/core": "^0.3.6"
|
||||
"@wrnexus/core": "^0.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@wrnexus/validation": {
|
||||
"version": "0.3.6",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wrnexus/validation/-/validation-0.5.0.tgz",
|
||||
"integrity": "sha512-/YRV48clsSV5n4HgWDgKXWE/h+AiMcr0MmScQlZ1lJE48LXKN4OS+yAzAWVT/+jgvomUkMZKLDu5Quc1H0gjXQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"bun": ">=1.3.0"
|
||||
|
||||
Reference in New Issue
Block a user