@itrocks/framework
Version:
RAD framework for intuitive web application development, blending data and domain-driven design with modular architecture
104 lines (103 loc) • 2.83 kB
JSON
{
"author": {
"name": "Baptiste Pillot",
"email": "baptiste@pillot.fr"
},
"dependencies": {
"@itrocks/action": "latest",
"@itrocks/action-request": "latest",
"@itrocks/air-datepicker": "latest",
"@itrocks/app-dir": "latest",
"@itrocks/asset-loader": "latest",
"@itrocks/auto-focus": "latest",
"@itrocks/auto-redirect": "latest",
"@itrocks/autocomplete": "latest",
"@itrocks/breadcrumb": "latest",
"@itrocks/build": "latest",
"@itrocks/class-file": "latest",
"@itrocks/class-type": "latest",
"@itrocks/class-view": "latest",
"@itrocks/collapse": "latest",
"@itrocks/collection": "latest",
"@itrocks/compose": "latest",
"@itrocks/composition": "latest",
"@itrocks/config": "latest",
"@itrocks/confirm": "latest",
"@itrocks/contained-auto-width": "latest",
"@itrocks/core-transformers": "latest",
"@itrocks/default-action-workflow": "latest",
"@itrocks/fastify": "latest",
"@itrocks/fastify-file-session-store": "latest",
"@itrocks/file": "latest",
"@itrocks/lazy-loading": "latest",
"@itrocks/links": "latest",
"@itrocks/list-properties": "latest",
"@itrocks/mysql": "latest",
"@itrocks/notifications": "latest",
"@itrocks/password": "latest",
"@itrocks/property-translate": "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/required": "latest",
"@itrocks/route": "latest",
"@itrocks/sql-functions": "latest",
"@itrocks/storage": "latest",
"@itrocks/store": "latest",
"@itrocks/string-formats": "latest",
"@itrocks/template": "latest",
"@itrocks/template-insight": "latest",
"@itrocks/transformer": "latest",
"@itrocks/translate": "latest",
"@itrocks/xtarget": "latest",
"air-datepicker": "^3.6",
"date-fns": "^4.1"
},
"description": "RAD framework for intuitive web application development, blending data and domain-driven design with modular architecture",
"devDependencies": {
"typescript": "^6.0"
},
"engines": {
"node": ">=24"
},
"exports": "./cjs/framework.js",
"files": [
"config.yaml",
"favicon.png",
"LICENSE",
"README.md",
"cjs",
"!*.map",
"*.csv",
"*.d.ts",
"*.js"
],
"homepage": "https://it.rocks",
"keywords": [
"backend",
"business",
"domain",
"driven",
"dynamics",
"framework",
"http",
"itrocks",
"it.rocks",
"package"
],
"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' *.js *.d.ts"
},
"version": "0.3.12"
}