mirror of
https://github.com/Kong/insomnia.git
synced 2026-01-01 18:50:11 -05:00
* feat: form component
* feat: use twMerge to support class overide
* Spike: Add markdown format doc support for base-components (#9368)
* initial check-in
* add things
* update select.mdx
* use react live things
* add package-json
* Revert "add package-json"
This reverts commit c57abf6178.
* update comment
* update docs
* type fix
* tailwind v4 upgrade
* upgrade tailwind v4 in docusaurus
* feat: add more components (#9426)
* update
* update
---------
Co-authored-by: Kent Wang <kent.wang@konghq.com>
36 lines
887 B
JSON
36 lines
887 B
JSON
{
|
|
"name": "insomnia-base-component",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"deploy": "docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve",
|
|
"typecheck": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "3.9.2",
|
|
"@docusaurus/preset-classic": "3.9.2",
|
|
"@docusaurus/theme-live-codeblock": "^3.9.2",
|
|
"@mdx-js/react": "^3.0.0",
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"clsx": "^2.0.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwindcss": "^4.1.17"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "3.9.2",
|
|
"@docusaurus/tsconfig": "3.9.2",
|
|
"@docusaurus/types": "3.9.2",
|
|
"postcss": "^8.5.6",
|
|
"typescript": "~5.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0"
|
|
}
|
|
}
|