UNPKG

@apexcura/ui-builder

Version:

A low-code UI builder library for dynamic form generation and reusable components built with React, Redux, Tailwind, and Ant Design.

102 lines (101 loc) 2.93 kB
{ "name": "@apexcura/ui-builder", "version": "1.8.9", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npm run build:css && webpack --config webpack.config.js", "build:css": "tailwindcss -i ./src/styles.css -o ./dist/css/styles.css --minify", "lint": "eslint src", "format": "prettier --write src", "prepare": "npm run build", "watch": "npm run build:css && tsc -w" }, "files": [ "dist", "dist/css/styles.css" ], "keywords": [ "react", "form-builder", "redux", "antd", "tailwind", "typescript", "dynamic-ui", "low-code", "ui-builder" ], "author": "Apex Cure Healthcare", "license": "MIT", "description": "A low-code UI builder library for dynamic form generation and reusable components built with React, Redux, Tailwind, and Ant Design.", "lint-staged": { "src/**/*.{ts,tsx}": [ "eslint --fix", "prettier --write" ] }, "peerDependencies": { "@reduxjs/toolkit": "^1.9.5", "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^8.1.3", "react-router-dom": "^7.5.1", "redux-persist": "^6.0.0", "redux-thunk": "^3.1.0" }, "dependencies": { "antd": "^5.19.2", "autoprefixer": "^10.4.21", "axios": "^1.7.2", "css-loader": "^7.1.2", "highcharts": "^12.2.0", "highcharts-more": "^0.1.7", "highcharts-react-official": "^3.2.2", "lodash": "^4.17.21", "moment": "^2.30.1", "postcss": "^8.5.3", "postcss-loader": "^8.1.1", "react-circular-input": "^0.2.4", "react-draggable": "^4.4.6", "react-quill": "^2.0.0", "react-to-print": "^3.1.0", "react-toastify": "^11.0.5", "react-vertical-timeline-component": "^3.5.3", "sass": "^1.87.0", "sass-loader": "^16.0.5", "tailwindcss": "^3.4.17", "xlsx": "^0.18.5" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^12.0.2", "@types/highcharts": "^7.0.0", "@types/lodash": "^4.17.17", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/react-vertical-timeline-component": "^3.3.6", "@types/redux-persist": "^4.3.1", "@types/xlsx": "^0.0.36", "@typescript-eslint/eslint-plugin": "^7.15.0", "@typescript-eslint/parser": "^7.15.0", "clean-webpack-plugin": "^4.0.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.3", "eslint-webpack-plugin": "^4.2.0", "husky": "^9.0.11", "lint-staged": "^15.2.7", "prettier": "^3.3.2", "semantic-release": "^24.2.7", "source-map-loader": "^5.0.0", "style-loader": "^4.0.0", "ts-loader": "^9.5.1", "typescript": "^5.5.3", "webpack": "^5.92.1", "webpack-bundle-analyzer": "^4.10.2", "webpack-cli": "^5.1.4" } }