diff --git a/landing/package.json b/landing/package.json index 6dda53016..e4104a698 100644 --- a/landing/package.json +++ b/landing/package.json @@ -1,65 +1,66 @@ { "name": "landing", "version": "0.0.1", "type": "module", "private": true, "license": "BSD-3-Clause", "scripts": { "clean": "rm -rf dist/ && rm -rf node_modules/", "dev": "yarn concurrently --names=\"NODESSR,BROWSER\" -c \"bgBlue.bold,bgMagenta.bold\" \"yarn webpack --config webpack.config.cjs --config-name=server --watch\" \"yarn webpack-dev-server --hot --config webpack.config.cjs --config-name=browser\"", "prod": "yarn webpack --config webpack.config.cjs --env prod --progress" }, "devDependencies": { "@babel/core": "^7.13.14", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", "@babel/plugin-proposal-object-rest-spread": "^7.13.8", "@babel/plugin-proposal-optional-chaining": "^7.13.12", "@babel/plugin-transform-react-constant-elements": "^7.13.13", "@babel/plugin-transform-runtime": "^7.13.10", "@babel/preset-env": "^7.13.12", "@babel/preset-flow": "^7.13.13", "@babel/preset-react": "^7.13.13", "@hot-loader/react-dom": "16.13.0", "assets-webpack-plugin": "^3.9.7", "babel-loader": "^8.1.0", "babel-plugin-transform-remove-console": "^6.9.4", "clean-webpack-plugin": "^3.0.0", "concurrently": "^5.3.0", "css-loader": "^4.3.0", "flow-bin": "^0.158.0", "flow-typed": "^3.2.1", "mini-css-extract-plugin": "^0.11.2", "optimize-css-assets-webpack-plugin": "^5.0.3", "style-loader": "^1.2.1", "terser-webpack-plugin": "^2.1.2", "url-loader": "^2.2.0", "webpack": "^4.41.0", "webpack-cli": "^3.3.9", "webpack-dev-server": "^3.11.0" }, "dependencies": { "@babel/runtime": "^7.13.10", "@fortawesome/fontawesome-svg-core": "1.2.25", "@fortawesome/free-brands-svg-icons": "5.15.4", "@fortawesome/free-regular-svg-icons": "5.11.2", "@fortawesome/free-solid-svg-icons": "5.11.2", "@fortawesome/react-fontawesome": "0.1.5", "@lottiefiles/lottie-interactivity": "^0.1.4", "@lottiefiles/lottie-player": "^1.0.3", "@rainbow-me/rainbowkit": "^0.5.0", + "classnames": "^2.2.5", "core-js": "^3.6.5", "ethers": "^5.7.0", "invariant": "^2.2.4", "isomorphic-fetch": "^3.0.0", "lib": "0.0.1", "react": "17.0.2", "react-dom": "17.0.2", "react-hot-loader": "^4.12.14", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-text-loop": "^2.3.0", "siwe": "^1.1.6", "wagmi": "^0.6.0" } }