update parcel

This commit is contained in:
2022-02-16 18:12:00 +00:00
committed by Stepan Usatiuk
parent e1096f6e28
commit 44da732a10
35 changed files with 617 additions and 12301 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "photos-frontend",
"scripts": {
"start": "parcel serve src/index.html",
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
"lint": "eslint ./src/** --ext .js,.jsx,.ts,.tsx",
"lint-fix": "eslint ./src/** --ext .js,.jsx,.ts,.tsx --fix",
@@ -17,7 +17,6 @@
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0",
"autoprefixer": "^9",
"enzyme": "^3.11.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
@@ -31,11 +30,11 @@
"eslint-plugin-react-hooks": "^4.3.0",
"flush-promises": "^1.0.2",
"jest": "^27.5.1",
"parcel": "1.12.3",
"parcel": "2.3.1",
"pluralize": "^8.0.0",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
@@ -46,7 +45,6 @@
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"sass": "^1.49.7",
"spark-md5": "^3.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
@@ -68,6 +66,8 @@
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@types/sass": "^1.43.1",
"@types/spark-md5": "^3.0.2"
"@types/spark-md5": "^3.0.2",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6"
}
}