49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"version": "1.8.3",
|
|
"name": "@kernelui/core",
|
|
"description": "Kernel UI Core.",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"storybook": "storybook dev -p 6006",
|
|
"storybook:build": "storybook build"
|
|
},
|
|
"type": "module",
|
|
"source": "index.ts",
|
|
"types": "lib/index.d.ts",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib/**/*",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"publishConfig": {
|
|
"@kernelui:registry": "https://code.zeptotech.net/api/packages/UIKernel/npm/"
|
|
},
|
|
"devDependencies": {
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@storybook/addon-docs": "^9.1.5",
|
|
"@storybook/react-vite": "^9.1.5",
|
|
"@types/node": "^24.3.1",
|
|
"@types/react": "^19.1.12",
|
|
"@types/react-dom": "^19.1.9",
|
|
"@vitejs/plugin-react": "^5.0.2",
|
|
"eslint": "^9.35.0",
|
|
"eslint-plugin-storybook": "^9.1.5",
|
|
"prettier": "^3.6.2",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-router-dom": "^7.8.2",
|
|
"storybook": "^9.1.5",
|
|
"typescript": "^5.9.2",
|
|
"vite": "^7.1.5",
|
|
"vite-plugin-dts": "^4.5.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-router-dom": "^7.8.2"
|
|
},
|
|
"packageManager": "yarn@4.9.4"
|
|
}
|