Smartable/package.json

39 lines
876 B
JSON
Raw Permalink Normal View History

2024-07-15 22:33:29 +02:00
{
2024-09-25 15:42:34 +02:00
"version": "1.0.6",
2024-07-15 22:33:29 +02:00
"name": "@kernelui/smartable",
"description": "Kernel UI Smartable.",
"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/"
},
"devDependencies": {
2024-09-25 15:42:34 +02:00
"@kernelui/core": "^1.5.0",
"@phosphor-icons/react": "^2.1.7",
2024-07-29 22:36:58 +02:00
"@types/node": "^22.0.0",
2024-07-15 22:33:29 +02:00
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"less": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
2024-07-15 22:33:29 +02:00
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"@kernelui/core": "^1.1.2"
},
"packageManager": "yarn@4.5.0"
2024-07-15 22:33:29 +02:00
}