Core/package.json

51 lines
1.2 KiB
JSON
Raw Normal View History

2024-06-08 23:52:26 +02:00
{
2024-09-27 19:03:44 +02:00
"version": "1.7.0",
2024-07-14 22:21:51 +02:00
"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/"
},
2024-07-14 22:21:51 +02:00
"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",
2024-07-14 22:21:51 +02:00
"react-merge-refs": "^2.1.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@phosphor-icons/react": "^2.1.7",
2024-07-14 22:21:51 +02:00
"@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",
2024-09-23 10:29:28 +02:00
"react-router-dom": "^6.24.1",
2024-07-14 22:21:51 +02:00
"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",
2024-09-23 10:29:28 +02:00
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.1"
},
2024-09-22 23:58:41 +02:00
"packageManager": "yarn@4.5.0"
2024-06-08 23:52:26 +02:00
}