rss-reader/package.json

55 lines
1.6 KiB
JSON

{
"name": "rss-reader",
"private": true,
"version": "1.0.0",
"packageManager": "yarn@3.2.3",
"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": "3.3.0",
"@tophat/eslint-import-resolver-require": "0.1.3",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-node": "0.3.6",
"eslint-import-resolver-typescript": "3.5.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.0.1",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.5",
"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.8.2"
},
"dependencies": {
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"htmlparser2": "8.0.1",
"preact": "10.10.6",
"react-query": "3.39.2"
},
"resolutions": {
"minimist": "^1.2.6"
},
"alias": {
"react": "preact/compat",
"react-dom": "preact/compat"
}
}