{ "name": "rss-reader", "private": true, "version": "1.0.0", "packageManager": "yarn@3.1.0", "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.10.3", "@tophat/eslint-import-resolver-require": "^0.1.3", "@typescript-eslint/eslint-plugin": "^4.28.3", "@typescript-eslint/parser": "^4.28.3", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-node": "^0.3.4", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.23.4", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "jest": "^27.0.6", "netlify-cli": "^5.2.3", "parcel": "^2.0.0", "prettier": "^2.3.2", "typescript": "4.7.4" }, "dependencies": { "@material-ui/core": "4.12.4", "@material-ui/icons": "4.11.3", "htmlparser2": "^6.1.0", "preact": "10.10.0", "react-query": "3.39.2" }, "resolutions": { "minimist": "^1.2.6" }, "alias": { "react": "preact/compat", "react-dom": "preact/compat" } }