Update landing page design (#1)

Co-authored-by: Jimmy Vargo <jimmyvargo@Jimmys-MacBook-Air.local>
Co-authored-by: Jimmy Vargo <james@ayo.tokyo>
Reviewed-on: ayo/website#1
This commit is contained in:
corentin 2023-08-29 21:49:43 +09:00
commit bb2fd54e41
44 changed files with 633 additions and 320 deletions

View file

@ -5,27 +5,30 @@
"author": "Risselin Corentin",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"babel-plugin-inferno": "^6.1.0",
"compression-webpack-plugin": "^9.0.0",
"inferno": "^7.3.2",
"inferno-redux": "^7.3.3",
"inferno-router": "^7.4.10",
"redux": "^4.0.5",
"webpack": "5.56.1",
"webpack-cli": "^4.8.0"
"@babel/cli": "7.22.10",
"@babel/core": "7.22.11",
"@babel/preset-env": "7.22.10",
"babel-loader": "9.1.3",
"babel-plugin-inferno": "6.6.1",
"compression-webpack-plugin": "10.0.0",
"inferno": "8.2.2",
"inferno-redux": "8.2.2",
"inferno-router": "8.2.2",
"redux": "4.2.1",
"webpack": "5.88.2",
"webpack-cli": "5.1.4"
},
"devDependencies": {
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.3.0",
"marked": "^3.0.4",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"webpack-dev-server": "^4.3.1"
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.8.1",
"marked": "7.0.5",
"sass": "1.66.1",
"sass-loader": "13.3.2",
"style-loader": "3.3.3",
"webpack-dev-server": "4.15.1"
},
"engines": {
"node": "16.20.0"
},
"scripts": {
"build": "webpack --config webpack.prod.js",