UNPKG

@itrocks/framework

Version:

RAD framework for intuitive web application development, blending data and domain-driven design with modular architecture

99 lines (98 loc) 2.79 kB
{ "author": { "name": "Baptiste Pillot", "email": "baptiste@pillot.fr" }, "dependencies": { "@itrocks/action-pack": "latest", "@itrocks/air-datepicker": "latest", "@itrocks/app-dir": "latest", "@itrocks/asset-loader": "latest", "@itrocks/auto-focus": "latest", "@itrocks/auto-redirect": "latest", "@itrocks/autocompleter": "latest", "@itrocks/breadcrumb": "latest", "@itrocks/build": "latest", "@itrocks/business-pack": "latest", "@itrocks/class-file": "latest", "@itrocks/class-type": "latest", "@itrocks/collapse": "latest", "@itrocks/collection": "latest", "@itrocks/compose": "latest", "@itrocks/confirm": "latest", "@itrocks/contained-auto-width": "latest", "@itrocks/contenteditable": "latest", "@itrocks/core-responses": "latest", "@itrocks/core-transformers": "latest", "@itrocks/config": "latest", "@itrocks/crud-pack": "latest", "@itrocks/decorator": "latest", "@itrocks/domain-components": "latest", "@itrocks/fastify": "latest", "@itrocks/fastify-file-session-store": "latest", "@itrocks/forgot-password": "latest", "@itrocks/home": "latest", "@itrocks/lazy-loading": "latest", "@itrocks/modal": "latest", "@itrocks/mysql": "latest", "@itrocks/notifications": "latest", "@itrocks/password": "latest", "@itrocks/print": "latest", "@itrocks/property-type": "latest", "@itrocks/property-view": "latest", "@itrocks/real-viewport-height": "latest", "@itrocks/reflect": "latest", "@itrocks/rename": "latest", "@itrocks/request-response": "latest", "@itrocks/signup": "latest", "@itrocks/sql-functions": "latest", "@itrocks/table": "latest", "@itrocks/template": "latest", "@itrocks/transformer": "latest", "@itrocks/translate": "latest", "@itrocks/user": "latest", "@itrocks/uses": "latest", "@itrocks/xtarget": "latest", "air-datepicker": "^3.5", "autocompleter": "^9.3", "date-fns": "^4.1" }, "description": "RAD framework for intuitive web application development, blending data and domain-driven design with modular architecture", "devDependencies": { "typescript": "^5.6" }, "exports": "./cjs/framework.js", "files": [ "config.yaml", "favicon.ico", "LICENSE", "README.md", "cjs/*", "*.csv", "*.d.ts", "*.js", "!*.map" ], "homepage": "https://it.rocks", "keywords": [ "backend", "business", "domain", "driven", "framework", "it.rocks" ], "license": "ISC", "name": "@itrocks/framework", "repository": { "type": "git", "url": "git+https://github.com/itrocks-ts/framework.git" }, "scripts": { "build": "npm run build:back && npm run build:front", "build:back": "tsc", "build:front": "tsc -p src/front/tsconfig.json && sed -i 's#../../##g' app.js app.d.ts" }, "types": "./cjs/framework.d.ts", "version": "0.0.22" }