chore: archive the repository
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM node:14.15.3-alpine3.12
|
||||
FROM node:14.16.1
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
16445
website/package-lock.json
generated
16445
website/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -18,31 +18,30 @@
|
||||
"start": "next start",
|
||||
"build": "next build",
|
||||
"export": "next export",
|
||||
"lint": "standard | snazzy",
|
||||
"format": "standard --fix | snazzy"
|
||||
"lint": "standard | 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/fontawesome-svg-core": "^1.2.35",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.15.3",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.15.3",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"axios": "^0.21.1",
|
||||
"date-and-time": "^0.14.2",
|
||||
"date-fns": "^2.16.1",
|
||||
"date-and-time": "^1.0.0",
|
||||
"date-fns": "^2.21.1",
|
||||
"express": "^4.17.1",
|
||||
"express-http-to-https": "^1.1.4",
|
||||
"html-react-parser": "^1.1.1",
|
||||
"next": "^10.0.4",
|
||||
"html-react-parser": "^1.2.5",
|
||||
"next": "^10.1.3",
|
||||
"next-fonts": "^1.5.1",
|
||||
"next-pwa": "^5.0.1",
|
||||
"next-pwa": "^5.2.9",
|
||||
"notyf": "^3.9.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"react": "17.0.1",
|
||||
"react": "16.13.1",
|
||||
"react-codepen-embed": "^1.0.2",
|
||||
"react-color": "^2.19.3",
|
||||
"react-datepicker": "^3.3.0",
|
||||
"react-dom": "17.0.1",
|
||||
"react-dom": "16.13.1",
|
||||
"react-markdown": "^5.0.3",
|
||||
"react-swipeable-views": "^0.13.9",
|
||||
"react-swipeable-views-utils": "^0.13.9",
|
||||
|
Reference in New Issue
Block a user