Smartable/package.json
Madeorsk 68e0947d36
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Version 1.0.0
2024-07-29 22:36:58 +02:00

32 lines
696 B
JSON

{
"version": "1.0.0",
"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/"
},
"dependencies": {
"@kernelui/core": "^1.1.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"less": "^4.2.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.1"
},
"packageManager": "yarn@4.2.2"
}