docker build fix

This commit is contained in:
2020-11-13 21:03:41 +03:00
parent aaebe63e6d
commit 0ed825a2c6
3 changed files with 542 additions and 1971 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,9 @@
"@types/react-redux": "^7.1.9", "@types/react-redux": "^7.1.9",
"@types/react-router": "^5.1.8", "@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.6", "@types/react-router-dom": "^5.1.6",
"@types/sass": "^1.16.0", "@types/sass": "^1.16.0"
},
"dependencies": {
"autoprefixer": "^9.8.6", "autoprefixer": "^9.8.6",
"enzyme": "^3.11.0", "enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5", "enzyme-adapter-react-16": "^1.15.5",
@@ -30,9 +32,7 @@
"eslint-plugin-jest": "^24.1.0", "eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-jsx-a11y": "^6.3.1",
"sass": "^1.26.12", "sass": "^1.26.12",
"ts-jest": "^26.4.1" "ts-jest": "^26.4.1",
},
"dependencies": {
"@blueprintjs/core": "^3.33.0", "@blueprintjs/core": "^3.33.0",
"@blueprintjs/icons": "^3.22.0", "@blueprintjs/icons": "^3.22.0",
"highlight.js": "^10.2.1", "highlight.js": "^10.2.1",

View File

@@ -84,4 +84,4 @@
"engines": { "engines": {
"node": "14.x" "node": "14.x"
} }
} }