50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"version": "1.7.1",
|
|
"name": "@kernelui/core",
|
|
"description": "Kernel UI Core.",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build"
|
|
},
|
|
"type": "module",
|
|
"source": "index.ts",
|
|
"types": "lib/index.d.ts",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"publishConfig": {
|
|
"@kernelui:registry": "https://code.zeptotech.net/api/packages/UIKernel/npm/"
|
|
},
|
|
"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",
|
|
"react-error-boundary": "^4.0.13",
|
|
"react-merge-refs": "^2.1.1",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@phosphor-icons/react": "^2.1.7",
|
|
"@types/node": "^20.14.10",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/uuid": "^10",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"less": "^4.2.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.24.1",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.11",
|
|
"vite-plugin-dts": "^3.9.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@phosphor-icons/react": "^2.1.7",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.24.1"
|
|
},
|
|
"packageManager": "yarn@4.5.0"
|
|
}
|