Fix versions and move devDependencies to correct section
This commit is contained in:
parent
cad692b9db
commit
48bec4752a
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:16
|
FROM node:16.14.2
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,25 +4,20 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"proxy": "http://localhost:3001",
|
"proxy": "http://localhost:3001",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": "^11.9.0",
|
"@emotion/react": "11.9.0",
|
||||||
"@emotion/styled": "^11.8.1",
|
"@emotion/styled": "11.8.1",
|
||||||
"@mui/icons-material": "^5.6.0",
|
"@mui/icons-material": "5.6.0",
|
||||||
"@mui/lab": "^5.0.0-alpha.76",
|
"@mui/lab": "5.0.0-alpha.76",
|
||||||
"@mui/material": "^5.6.0",
|
"@mui/material": "5.6.0",
|
||||||
"@testing-library/jest-dom": "^5.16.4",
|
"@types/node": "16.11.26",
|
||||||
"@testing-library/react": "^12.1.4",
|
"@types/react": "18.0.0",
|
||||||
"@testing-library/user-event": "^13.5.0",
|
"@types/react-dom": "18.0.0",
|
||||||
"@types/jest": "^27.4.1",
|
"react": "18.0.0",
|
||||||
"@types/node": "^16.11.26",
|
"react-dom": "18.0.0",
|
||||||
"@types/react": "^18.0.0",
|
"react-photo-album": "1.12.0",
|
||||||
"@types/react-dom": "^18.0.0",
|
"react-router-dom": "6.3.0",
|
||||||
"react": "^18.0.0",
|
|
||||||
"react-dom": "^18.0.0",
|
|
||||||
"react-photo-album": "^1.12.0",
|
|
||||||
"react-router-dom": "^6.3.0",
|
|
||||||
"react-scripts": "5.0.0",
|
"react-scripts": "5.0.0",
|
||||||
"typescript": "^4.6.3",
|
"web-vitals": "2.1.4"
|
||||||
"web-vitals": "^2.1.4"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start-client": "react-scripts start",
|
"start-client": "react-scripts start",
|
||||||
|
|
@ -54,18 +49,23 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
"@testing-library/jest-dom": "5.16.4",
|
||||||
"@typescript-eslint/parser": "^5.18.0",
|
"@testing-library/react": "12.1.4",
|
||||||
"eslint": "^8.13.0",
|
"@testing-library/user-event": "13.5.0",
|
||||||
"eslint-config-airbnb": "^19.0.4",
|
"@types/jest": "27.4.1",
|
||||||
"eslint-config-prettier": "^8.5.0",
|
"@typescript-eslint/eslint-plugin": "5.18.0",
|
||||||
"eslint-import-resolver-typescript": "^2.7.1",
|
"@typescript-eslint/parser": "5.18.0",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint": "8.13.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.5.1",
|
"eslint-config-airbnb": "19.0.4",
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-config-prettier": "8.5.0",
|
||||||
"eslint-plugin-react": "^7.29.4",
|
"eslint-import-resolver-typescript": "2.7.1",
|
||||||
"eslint-plugin-react-hooks": "^4.4.0",
|
"eslint-plugin-import": "2.26.0",
|
||||||
"prettier": "^2.6.2",
|
"eslint-plugin-jsx-a11y": "6.5.1",
|
||||||
"react-inject-env": "^2.1.0"
|
"eslint-plugin-prettier": "4.0.0",
|
||||||
|
"eslint-plugin-react": "7.29.4",
|
||||||
|
"eslint-plugin-react-hooks": "4.4.0",
|
||||||
|
"prettier": "2.6.2",
|
||||||
|
"react-inject-env": "2.1.0",
|
||||||
|
"typescript": "4.6.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -17,24 +17,25 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/sharp": "^0.30.1",
|
"@types/node": "16.11.7",
|
||||||
"@types/express": "^4.17.13",
|
"@types/sharp": "0.30.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
"@types/express": "4.17.13",
|
||||||
"@typescript-eslint/parser": "^5.18.0",
|
"@typescript-eslint/eslint-plugin": "5.18.0",
|
||||||
"eslint": "^8.13.0",
|
"@typescript-eslint/parser": "5.18.0",
|
||||||
"eslint-config-airbnb-base": "^15.0.0",
|
"eslint": "8.13.0",
|
||||||
"eslint-config-prettier": "^8.5.0",
|
"eslint-config-airbnb-base": "15.0.0",
|
||||||
"eslint-import-resolver-typescript": "^2.7.1",
|
"eslint-config-prettier": "8.5.0",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-import-resolver-typescript": "2.7.1",
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-import": "2.26.0",
|
||||||
"prettier": "^2.6.2",
|
"eslint-plugin-prettier": "4.0.0",
|
||||||
"typescript": "^4.6.3"
|
"nodemon": "2.0.15",
|
||||||
|
"prettier": "2.6.2",
|
||||||
|
"ts-node": "10.7.0",
|
||||||
|
"typescript": "4.6.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.17.3",
|
"express": "4.17.3",
|
||||||
"image-size": "^1.0.1",
|
"image-size": "1.0.1",
|
||||||
"nodemon": "^2.0.15",
|
"sharp": "0.30.3"
|
||||||
"sharp": "^0.30.3",
|
|
||||||
"ts-node": "^10.7.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue