bodmas-formula-engine
Version:
A powerful React component for building mathematical formulas with visual interface, real-time validation, and comprehensive function library
110 lines (109 loc) • 3 kB
JSON
{
"name": "bodmas-formula-engine",
"version": "1.4.1",
"description": "A powerful React component for building mathematical formulas with visual interface, real-time validation, and comprehensive function library",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"!dist/*.map",
"README.md",
"CUSTOM_VARIABLES.md"
],
"keywords": [
"react",
"formula-builder",
"mathematical-expressions",
"bodmas",
"monaco-editor",
"drag-and-drop",
"material-ui",
"mui",
"formula-engine",
"expression-evaluator",
"npm-package"
],
"author": "Sandeep Bhatkande",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sandeepbhatkande/bodmas-formula-engine.git"
},
"homepage": "https://sandeepbhatkande.github.io/bodmas-formula-engine",
"bugs": {
"url": "https://github.com/sandeepbhatkande/bodmas-formula-engine/issues"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@monaco-editor/react": "^4.6.0",
"mathjs": "^12.4.0",
"react-dnd": "^16.0.1"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.2",
"@mui/lab": "^7.0.0-beta.14",
"@mui/material": "^7.1.2",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@babel/cli": "^7.24.0",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.24.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.2",
"@mui/lab": "^7.0.0-beta.14",
"@mui/material": "^7.1.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"gh-pages": "^6.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"rollup": "^4.12.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.89.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build:demo": "react-scripts build",
"build": "rollup -c",
"build:watch": "rollup -c -w",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepublishOnly": "npm run build",
"publish:npm": "npm publish",
"deploy:demo": "npm run build:demo && gh-pages -d build",
"predeploy": "npm run build:demo"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}