build(deps): update latest version
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
COMPOSE_PROJECT_NAME="function.divlo.fr-website"
|
||||
NEXT_PUBLIC_API_URL = "http://localhost:8080"
|
||||
CONTAINER_API_URL="http://functionproject-api:8080"
|
||||
COMPOSE_PROJECT_NAME="function.divlo.fr-website"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:14.15.0-alpine3.12
|
||||
FROM node:14.15.3-alpine3.12
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
3018
website/package-lock.json
generated
3018
website/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,14 @@
|
||||
"version": "2.2.0",
|
||||
"description": "Website frontend for FunctionProject",
|
||||
"main": "server.js",
|
||||
"standard": {
|
||||
"files": [
|
||||
"./**/*.{js,jsx}"
|
||||
],
|
||||
"envs": [
|
||||
"node"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"dev:custom": "cross-env NODE_ENV=development node server",
|
||||
"start:custom": "cross-env NODE_ENV=production node server",
|
||||
@ -10,40 +18,41 @@
|
||||
"start": "next start",
|
||||
"build": "next build",
|
||||
"export": "next export",
|
||||
"format": "standard \"./**/*.{js,jsx}\" --fix | snazzy"
|
||||
"lint": "standard | snazzy",
|
||||
"format": "standard --fix | snazzy"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.15.1",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.15.1",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
||||
"@fortawesome/react-fontawesome": "^0.1.12",
|
||||
"@fortawesome/react-fontawesome": "^0.1.13",
|
||||
"@zeit/next-css": "^1.0.1",
|
||||
"axios": "^0.21.0",
|
||||
"axios": "^0.21.1",
|
||||
"date-and-time": "^0.14.1",
|
||||
"date-fns": "^2.16.1",
|
||||
"express": "^4.17.1",
|
||||
"express-http-to-https": "^1.1.4",
|
||||
"html-react-parser": "^0.14.0",
|
||||
"next": "^10.0.0",
|
||||
"next-fonts": "^1.4.0",
|
||||
"html-react-parser": "^1.0.0",
|
||||
"next": "^10.0.3",
|
||||
"next-fonts": "^1.5.1",
|
||||
"notyf": "^3.9.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"react": "17.0.1",
|
||||
"react-codepen-embed": "^1.0.1",
|
||||
"react-codepen-embed": "^1.0.2",
|
||||
"react-color": "^2.19.3",
|
||||
"react-datepicker": "^3.3.0",
|
||||
"react-dom": "17.0.1",
|
||||
"react-markdown": "^5.0.2",
|
||||
"react-markdown": "^5.0.3",
|
||||
"react-swipeable-views": "^0.13.9",
|
||||
"react-swipeable-views-utils": "^0.13.9",
|
||||
"react-syntax-highlighter": "^15.3.0",
|
||||
"react-syntax-highlighter": "^15.4.3",
|
||||
"suneditor-react": "^2.8.0",
|
||||
"universal-cookie": "^4.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"snazzy": "^9.0.0",
|
||||
"standard": "^16.0.0"
|
||||
"standard": "^16.0.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user