-
- Downloads
build: add tools to make production Docker image
Showing
- .dockerignore 7 additions, 0 deletions.dockerignore
- .editorconfig 4 additions, 0 deletions.editorconfig
- .nvmrc 1 addition, 0 deletions.nvmrc
- Dockerfile 24 additions, 0 deletionsDockerfile
- Dockerfile.development 24 additions, 0 deletionsDockerfile.development
- Makefile 6 additions, 0 deletionsMakefile
- docker/nginx.conf 43 additions, 0 deletionsdocker/nginx.conf
- jsconfig.json 1 addition, 1 deletionjsconfig.json
- package-lock.json 117 additions, 181 deletionspackage-lock.json
- package.json 5 additions, 5 deletionspackage.json
.dockerignore
0 → 100644
.nvmrc
0 → 100644
Dockerfile
0 → 100644
Dockerfile.development
0 → 100644
Makefile
0 → 100644
docker/nginx.conf
0 → 100644
... | ... | @@ -97,16 +97,16 @@ |
] | ||
}, | ||
"devDependencies": { | ||
"@testing-library/jest-dom": "^4.2.4", | ||
"@testing-library/user-event": "^7.2.1", | ||
"@testing-library/react": "^9.5.0", | ||
"@testing-library/jest-dom": "^4.0.0", | ||
"@testing-library/react": "^10.4.4", | ||
"@testing-library/react-hooks": "^3.4.2", | ||
"@testing-library/user-event": "^12.1.7", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^6.6.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb": "^18.2.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jest-dom": "^3.2.3", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-react": "^7.20.6", | ||
... | ... |
Please register or sign in to comment