{ "name": "rss-reader", "private": true, "version": "1.0.0", "packageManager": "yarn@3.2.2", "license": "GPL-3.0", "scripts": { "start": "netlify dev", "start:parcel": "parcel serve src/index.html", "lint": "eslint src", "lint:fix": "eslint src netlify --fix", "types": "tsc --noEmit", "clean": "rm -rf dist/*", "build": "parcel build src/index.html", "build:watch": "parcel watch src/index.html", "build:bundlesize": "parcel build src/index.html --reporter @parcel/reporter-bundle-analyzer" }, "devDependencies": { "@parcel/reporter-bundle-analyzer": "^2.0.0", "@parcel/validator-typescript": "^2.0.0", "@tophat/eslint-config": "0.12.0", "@tophat/eslint-import-resolver-require": "^0.1.3", "@typescript-eslint/eslint-plugin": "5.32.0", "@typescript-eslint/parser": "5.32.0", "eslint": "8.21.0", "eslint-config-prettier": "8.5.0", "eslint-import-resolver-node": "0.3.6", "eslint-import-resolver-typescript": "3.4.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-jest": "26.7.0", "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.30.1", "eslint-plugin-react-hooks": "4.6.0", "jest": "28.1.3", "netlify-cli": "^5.2.3", "parcel": "^2.0.0", "prettier": "2.7.1", "typescript": "4.7.4" }, "dependencies": { "@material-ui/core": "4.12.4", "@material-ui/icons": "4.11.3", "htmlparser2": "8.0.1", "preact": "10.10.0", "react-query": "3.39.2" }, "resolutions": { "minimist": "^1.2.6" }, "alias": { "react": "preact/compat", "react-dom": "preact/compat" } }