Files

65 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2025-12-22 10:53:15 +00:00
{
"name": "@design.estate/dees-catalog-mobile",
2025-12-22 14:17:37 +00:00
"version": "1.3.0",
2025-12-22 10:53:15 +00:00
"private": false,
"description": "A mobile-optimized component catalog for building cross-platform business applications with touch-first UI components.",
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
"type": "module",
"scripts": {
"test": "tstest test/ --web --verbose --timeout 30 --logfile",
"build": "tsbuild tsfolders --allowimplicitany && tsbundle element --production --bundler esbuild",
"watch": "tswatch element",
"buildDocs": "tsdoc"
},
"author": "Lossless GmbH",
"license": "MIT",
"dependencies": {
"@design.estate/dees-domtools": "^2.3.6",
"@design.estate/dees-element": "^2.1.3",
"@push.rocks/smartpromise": "^4.2.0",
"lit": "^3.3.1",
"lucide": "^0.562.0"
},
"devDependencies": {
"@design.estate/dees-wcctools": "^3.2.0",
"@git.zone/tsbuild": "^4.0.2",
"@git.zone/tsbundle": "^2.6.3",
"@git.zone/tstest": "^3.1.3",
"@git.zone/tswatch": "^2.3.13",
"@push.rocks/tapbundle": "^6.0.3",
"@types/node": "^25.0.3"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"Mobile Components",
"Web Components",
"Touch UI",
"Cross-Platform",
"PWA Components",
"Mobile-First",
"TypeScript",
"Business Apps",
"iOS",
"Android",
"Touch Gestures",
"Bottom Navigation",
"Action Sheet",
"Mobile Forms"
],
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
}