Madeorsk
d2d4c9cab4
+ Add popovers to show cards around an element: always, on hover, on focus, on click, with customized behavior. + Add tooltips as specific hover popovers.
33 lines
864 B
JSON
33 lines
864 B
JSON
{
|
|
"name": "kernel-ui-core",
|
|
"description": "Kernel UI Core.",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build"
|
|
},
|
|
"type": "module",
|
|
"source": "index.ts",
|
|
"types": "lib/index.d.ts",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@fontsource-variable/jetbrains-mono": "^5.0.21",
|
|
"@fontsource-variable/manrope": "^5.0.20",
|
|
"@fontsource-variable/source-serif-4": "^5.0.19",
|
|
"@phosphor-icons/react": "^2.1.5",
|
|
"@popperjs/core": "^2.11.8",
|
|
"react": "^18.3.1",
|
|
"react-popper": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"less": "^4.2.0",
|
|
"react-dom": "^18.3.1",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.11",
|
|
"vite-plugin-dts": "^3.9.1"
|
|
},
|
|
"packageManager": "yarn@4.2.2"
|
|
}
|