Core/package.json
Madeorsk 0faaa6b10c
Improve floating elements, add form inputs for date and time with a full datepicker.
+ Add datepicker form input.
+ Add datepicker component.
+ Add calendar component.
+ Add timepicker form input.
* Change Popover to Float, with a better library and general behavior, and some fixes.
* Floating elements visual improvements.
2024-06-15 22:53:32 +02:00

33 lines
873 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": {
"@floating-ui/react": "^0.26.17",
"@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",
"react": "^18.3.1",
"react-merge-refs": "^2.1.1"
},
"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"
}