71 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			71 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@automatisch/web",
 | 
						|
  "version": "0.1.0",
 | 
						|
  "description": "> TODO: description",
 | 
						|
  "dependencies": {
 | 
						|
    "@apollo/client": "^3.4.15",
 | 
						|
    "@emotion/react": "^11.4.1",
 | 
						|
    "@emotion/styled": "^11.3.0",
 | 
						|
    "@mui/icons-material": "^5.0.1",
 | 
						|
    "@mui/material": "^5.0.2",
 | 
						|
    "@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.template": "^4.5.0",
 | 
						|
    "@types/node": "^12.0.0",
 | 
						|
    "@types/react": "^17.0.0",
 | 
						|
    "@types/react-dom": "^17.0.0",
 | 
						|
    "@types/react-router-dom": "^5.3.0",
 | 
						|
    "clipboard-copy": "^4.0.1",
 | 
						|
    "graphql": "^15.6.0",
 | 
						|
    "lodash.template": "^4.5.0",
 | 
						|
    "notistack": "^2.0.2",
 | 
						|
    "react": "^17.0.2",
 | 
						|
    "react-dom": "^17.0.2",
 | 
						|
    "react-hook-form": "^7.17.2",
 | 
						|
    "react-intl": "^5.20.12",
 | 
						|
    "react-router-dom": "^5.3.0",
 | 
						|
    "react-scripts": "4.0.3",
 | 
						|
    "typescript": "^4.1.2",
 | 
						|
    "web-vitals": "^1.0.1"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "dev": "react-scripts start",
 | 
						|
    "build": "react-scripts build",
 | 
						|
    "test": "react-scripts test",
 | 
						|
    "eject": "react-scripts eject"
 | 
						|
  },
 | 
						|
  "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"
 | 
						|
  },
 | 
						|
  "eslintConfig": {
 | 
						|
    "extends": [
 | 
						|
      "react-app",
 | 
						|
      "react-app/jest"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "browserslist": {
 | 
						|
    "production": [
 | 
						|
      ">0.2%",
 | 
						|
      "not dead",
 | 
						|
      "not op_mini all"
 | 
						|
    ],
 | 
						|
    "development": [
 | 
						|
      "last 1 chrome version",
 | 
						|
      "last 1 firefox version",
 | 
						|
      "last 1 safari version"
 | 
						|
    ]
 | 
						|
  }
 | 
						|
}
 |