@mxenabled/rules-engine
Version:
UI for MX's rules engine Dwight
128 lines (127 loc) • 3.35 kB
JSON
{
"name": "@mxenabled/rules-engine",
"version": "1.0.0",
"description": "UI for MX's rules engine Dwight",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"keywords": [
"react",
"rules-engine",
"mui",
"typescript"
],
"author": "MX",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"packageManager": "yarn@4.9.2",
"peerDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.16.0",
"@mui/system": "^6.1.3",
"@mui/utils": "^5.15.14",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependenciesMeta": {
"@emotion/react": {
"optional": false
},
"@emotion/styled": {
"optional": false
},
"@mui/icons-material": {
"optional": false
},
"@mui/material": {
"optional": false
},
"@mui/system": {
"optional": false
},
"@mui/utils": {
"optional": false
},
"@mxenabled/mxui": {
"optional": false
},
"react": {
"optional": false
},
"react-dom": {
"optional": false
}
},
"type": "module",
"devDependencies": {
"@chromatic-com/storybook": "^4.0.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.16.0",
"@mui/system": "^6.1.3",
"@mui/utils": "^5.15.14",
"@mxenabled/mxui": "^1.1.1",
"@playwright/test": "^1.54.1",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.4",
"@storybook/addon-a11y": "^9.0.16",
"@storybook/addon-docs": "^9.0.16",
"@storybook/addon-vitest": "^9.0.16",
"@storybook/react-vite": "^9.0.16",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^4.6.0",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"eslint-plugin-storybook": "^9.0.16",
"jsdom": "^26.1.0",
"playwright": "^1.54.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.29.4",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-visualizer": "^6.0.3",
"storybook": "^9.0.16",
"storybook-dark-mode": "^4.0.2",
"typescript": "^5.8.3",
"vite": "^5.4.10",
"vitest": "^3.2.4"
},
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c --watch",
"build:analyze": "ROLLUP_ANALYZE=true rollup -c",
"prepublishOnly": "npm run build",
"publish:alpha": "npm publish --tag alpha",
"publish:beta": "npm publish --tag beta",
"publish:latest": "npm publish",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o compiled_docs",
"test": "vitest",
"test:watch": "vitest watch",
"citest": "vitest --coverage",
"lint": "eslint src --ext .ts,.tsx",
"type-check": "tsc --noEmit"
}
}