UNPKG

@ea-lab/reactive-json-docs

Version:

Complete documentation for Reactive-JSON - Components, examples and LLM-parsable guides

83 lines (82 loc) 2 kB
{ "name": "@ea-lab/reactive-json-docs", "version": "0.8.0", "description": "Complete documentation for Reactive-JSON - Components, examples and LLM-parsable guides", "main": "public/rjbuild/docs/index.yaml", "files": [ "public/rjbuild/docs/**/*", "README-npm.md" ], "keywords": [ "reactive-json", "documentation", "components", "yaml", "llm-parsable", "react", "json-forms" ], "author": "EA-Lab", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Ealab-collab/reactive-json-docs.git" }, "homepage": "https://github.com/Ealab-collab/reactive-json-docs#readme", "private": false, "devDependencies": { "@craco/craco": "^7.1.0", "@ea-lab/reactive-json": "^0.7.1", "@ea-lab/reactive-json-chartjs": "^0.0.23", "@npmcli/fs": "^4.0.0", "@reduxjs/toolkit": "^2.6.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "bootstrap": "^5.3.5", "lodash": "^4.17.21", "react": "^19.1.0", "react-bootstrap": "^2.10.2", "react-dom": "^19.1.0", "react-markdown": "^10.1.0", "react-redux": "^9.2.0", "react-router-dom": "^7.5.0", "react-scripts": "^5.0.1", "react-syntax-highlighter": "^15.6.1", "redux": "^5.0.1", "web-vitals": "^4.2.4" }, "scripts": { "start": "craco start", "build": "craco build", "test": "craco test", "eject": "craco eject", "publish-docs": "npm publish --access public" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browser": { "fs": false, "path": false, "os": false }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "dependencies": { "remark-gfm": "^4.0.1" } }