{ "name": "@camberi/firecms", "version": "0.16.2", "description": "Awesome Firestore based CMS", "author": "camberi", "license": "GPL-3.0", "repository": "git@github.com:Camberi/firecms.git", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.modern.js", "source": "src/index.tsx", "engines": { "node": ">=12" }, "keywords": [ "firebase", "cms", "admin", "admin panel", "firebase panel", "firestore", "headless", "headless cms", "content manager" ], "scripts": { "build": "microbundle --no-compress --jsx React.createElement --format modern,cjs", "start": "microbundle watch --no-compress --jsx React.createElement --format modern,cjs", "prepublishOnly": "run-s build", "createTag": "PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag $PACKAGE_VERSION && git push --tags", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build", "test:lint": "eslint .", "test:unit": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "predeploy": "cd example && yarn install && yarn run build", "deploy": "gh-pages -d example/build" }, "dependencies": { "@date-io/date-fns": "^1.3.11", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.56", "@material-ui/pickers": "^3.2.10", "@types/deep-equal": "^1.0.1", "@types/react-measure": "^2.0.6", "codemirror": "^5.58.2", "date-fns": "^2.10.0", "deep-equal": "^2.0.3", "formik": "^2.1.5", "material-ui-chip-input": "^1.1.0", "material-ui-popup-state": "^1.6.1", "object-hash": "^2.0.3", "react-base-table": "^1.12.0", "react-codemirror2": "^7.2.1", "react-dnd": "^11.1.3", "react-dnd-html5-backend": "^11.1.3", "react-dropzone": "^11.2.0", "react-markdown": "^5.0.2", "react-measure": "^2.5.2", "react-router-dom": "^5.2.0", "react-select": ">=3", "typeface-roboto": "^0.0.75", "typeface-rubik": "^0.0.72", "use-clipboard-hook": "^1.1.1", "yup": "^0.29.3" }, "peerDependencies": { "algoliasearch": "^4.5.1", "firebase": "^7.21.0", "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "^3.4.3" }, "devDependencies": { "@date-io/core": "^1.3.11", "@date-io/date-fns": "^1.3.11", "@types/jest": "^26.0.14", "@types/node": "^14.11.1", "@types/object-hash": "^1.3.3", "@types/rc-tree": "^1.11.3", "@types/react": "^16.9.49", "@types/react-dom": "^16.9.8", "@types/react-router-dom": "^5.1.5", "@types/yup": "^0.29.7", "@typescript-eslint/eslint-plugin": "^4.1.1", "@typescript-eslint/parser": "^4.1.1", "algoliasearch": "^4.5.1", "babel-eslint": "^10.1.0", "cross-env": "^7.0.2", "date-fns": "^2.10.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.11.0", "eslint-config-standard": "^14.1.1", "eslint-config-standard-react": "^9.2.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.20.6", "eslint-plugin-standard": "^4.0.1", "firebase": "^7.21.0", "firebase-admin": "^9.2.0", "formik": "^2.1.5", "gh-pages": "^3.1.0", "material-ui-chip-input": "^1.1.0", "material-ui-popup-state": "^1.6.1", "microbundle": "^0.12.4", "npm-run-all": "^4.1.5", "object-hash": "^2.0.3", "prettier": "^2.1.2", "prop-types": "^15.7.2", "react": "^16.13.1", "react-dom": "^16.13.1", "react-router-dom": "^5.2.0", "react-scripts": "^3.4.3", "react-select": ">=3", "typescript": "^4.0.3", "yup": "^0.29.3" }, "files": [ "dist" ] }