{ "name": "@automatisch/web", "version": "0.10.0", "license": "See LICENSE file", "description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "dependencies": { "@apollo/client": "^3.6.9", "@casl/ability": "^6.5.0", "@casl/react": "^3.1.0", "@dagrejs/dagre": "^1.1.2", "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@hookform/resolvers": "^2.8.8", "@mui/icons-material": "^5.11.9", "@mui/lab": "^5.0.0-alpha.120", "@mui/material": "^5.11.10", "@tanstack/react-query": "^5.24.1", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "clipboard-copy": "^4.0.1", "compare-versions": "^4.1.3", "graphql": "^15.6.0", "lodash": "^4.17.21", "luxon": "^2.3.1", "mui-color-input": "^2.0.0", "notistack": "^3.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.45.2", "react-intl": "^5.20.12", "react-json-tree": "^0.16.2", "react-router-dom": "^6.0.2", "react-scripts": "5.0.0", "react-window": "^1.8.9", "reactflow": "^11.11.2", "slate": "^0.94.1", "slate-history": "^0.93.0", "slate-react": "^0.94.2", "uuid": "^9.0.0", "web-vitals": "^1.0.1", "yup": "^0.32.11" }, "main": "index.js", "scripts": { "dev": "react-scripts start", "build": "react-scripts build", "build:watch": "yarn nodemon --exec react-scripts build --watch 'src/**/*.ts' --watch 'public/**/*' --ext ts,html", "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint src --ext .js,.jsx", "prepack": "yarn build" }, "files": [ "/build" ], "contributors": [ { "name": "automatisch contributors", "url": "https://github.com/automatisch/automatisch/graphs/contributors" } ], "bugs": { "url": "https://github.com/automatisch/automatisch/issues" }, "repository": { "type": "git", "url": "git+https://github.com/automatisch/automatisch.git" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "publishConfig": { "access": "public" }, "devDependencies": { "@tanstack/eslint-plugin-query": "^5.20.1", "@tanstack/react-query-devtools": "^5.24.1", "eslint-config-prettier": "^9.1.0", "eslint-config-react-app": "^7.0.1", "prettier": "^3.2.5" }, "eslintConfig": { "extends": [ "./.eslintrc.js" ] } }