93 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			93 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "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",
 | 
						|
    "@automatisch/types": "^0.10.0",
 | 
						|
    "@casl/ability": "^6.5.0",
 | 
						|
    "@casl/react": "^3.1.0",
 | 
						|
    "@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",
 | 
						|
    "@testing-library/jest-dom": "^5.11.4",
 | 
						|
    "@testing-library/react": "^11.1.0",
 | 
						|
    "@testing-library/user-event": "^12.1.10",
 | 
						|
    "@types/jest": "^26.0.15",
 | 
						|
    "@types/lodash": "^4.14.182",
 | 
						|
    "@types/luxon": "^2.0.8",
 | 
						|
    "@types/node": "^12.0.0",
 | 
						|
    "@types/react": "^17.0.0",
 | 
						|
    "@types/react-dom": "^17.0.0",
 | 
						|
    "@types/react-window": "^1.8.5",
 | 
						|
    "@types/uuid": "^9.0.0",
 | 
						|
    "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": "^17.0.2",
 | 
						|
    "react-dom": "^17.0.2",
 | 
						|
    "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",
 | 
						|
    "slate": "^0.94.1",
 | 
						|
    "slate-history": "^0.93.0",
 | 
						|
    "slate-react": "^0.94.2",
 | 
						|
    "typescript": "^4.6.3",
 | 
						|
    "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 . --ignore-path ../../.eslintignore",
 | 
						|
    "prepack": "REACT_APP_GRAPHQL_URL=/graphql 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"
 | 
						|
  }
 | 
						|
}
 |