{ "name": "mue", "author": "ohlookitsderpy", "description": "Fast, open and free-to-use new tab page for most modern browsers", "license": "MIT", "version": "0.1.0", "dependencies": { "@material-ui/core": "^4.4.3", "@material-ui/icons": "^4.4.3", "react": "^16.9.0", "react-dom": "^16.9.0", "react-scripts": "3.1.1", "unfetch": "^4.1.0" }, "devDependencies": { "eslint": "^6.4.0", "npm-run-all": "^4.1.5", "sass": "^1.22.12" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "sass": "sass --watch src/scss:src/css --style compressed", "start-all": "npm-run-all -p start sass" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }