@system-ui-js/base
Version:
A comprehensive UI system library with window management, task bars, and draggable components
55 lines (54 loc) • 1.24 kB
JSON
{
"name": "@system-ui-js/base",
"version": "0.0.1",
"description": "A comprehensive UI system library with window management, task bars, and draggable components",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "tslint 'src/**/*.ts'",
"prepublishOnly": "npm run build"
},
"keywords": [
"ui",
"system-ui",
"window-manager",
"taskbar",
"draggable",
"typescript",
"components"
],
"author": "System-UI Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/System-UI/base.git"
},
"homepage": "https://github.com/System-UI/base#readme",
"bugs": {
"url": "https://github.com/System-UI/base/issues"
},
"devDependencies": {
"@types/html2canvas": "^0.5.35",
"@types/node": "^24.1.0",
"tslint": "^6.1.3",
"tslint-config-standard": "^9.0.0",
"typescript": "^5.8.3",
"vite": "^7.0.6"
},
"dependencies": {
"html2canvas": "^1.4.1"
}
}