cleanup package.json

This commit is contained in:
2020-10-06 18:49:58 +00:00
parent 3e49cdfdf5
commit 41955fe2c1
6 changed files with 2056 additions and 1452 deletions

View File

@@ -1,6 +1,14 @@
module.exports = {
plugins: ["jest"],
extends: [
'plugin:jest/recommended',
],
};
module.exports = {
plugins: ["jest", "react", "react-hooks"],
extends: [
'plugin:jest/recommended',
"plugin:react-hooks/recommended",
"plugin:react/recommended",
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
}
};

File diff suppressed because it is too large Load Diff

View File

@@ -7,31 +7,35 @@
},
"devDependencies": {
"@types/autoprefixer": "^9.7.2",
"@types/enzyme": "^3.10.5",
"@types/enzyme": "^3.10.7",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/highlight.js": "^9.12.4",
"@types/jest": "^26.0.9",
"@types/jest": "^26.0.14",
"@types/parcel-bundler": "^1.12.1",
"@types/react": "^16.9.46",
"@types/react": "^16.9.51",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.5",
"@types/react-router-dom": "^5.1.6",
"@types/sass": "^1.16.0",
"autoprefixer": "^9.8.6",
"autoprefixer": "^10.0.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"jest": "^26.4.0",
"enzyme-adapter-react-16": "^1.15.5",
"jest": "^26.5.2",
"parcel-bundler": "^1.12.4",
"postcss-modules": "^3.2.0",
"postcss-modules": "^3.2.2",
"redux-devtools-extension": "^2.13.8",
"sass": "^1.26.10",
"ts-jest": "^26.2.0"
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"sass": "^1.26.12",
"ts-jest": "^26.4.1"
},
"dependencies": {
"@blueprintjs/core": "^3.31.0",
"@blueprintjs/icons": "^3.20.1",
"highlight.js": "^10.1.2",
"@blueprintjs/core": "^3.33.0",
"@blueprintjs/icons": "^3.22.0",
"highlight.js": "^10.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-markdown": "^4.3.1",