diff --git a/packages/client/dashboard/.env.example b/packages/client/dashboard/.env.example index 912f4904..d2c51335 100644 --- a/packages/client/dashboard/.env.example +++ b/packages/client/dashboard/.env.example @@ -11,3 +11,5 @@ REACT_APP_DOCS_URL=https://docs.userscan.app REACT_APP_API_BASE_URL=https://api-test.s3.xyz REACT_APP_S3_SCAN_URL=https://scan-dev.s3.xyz + +REACT_APP_WALLET_CONNECT_PROJECT_ID = c652d0148879353d7e965d7f6f361e59 \ No newline at end of file diff --git a/packages/client/dashboard/package.json b/packages/client/dashboard/package.json index 09ad1d23..41331a62 100644 --- a/packages/client/dashboard/package.json +++ b/packages/client/dashboard/package.json @@ -8,32 +8,42 @@ "@composedb/devtools": "0.4", "@graphiql/plugin-explorer": "^0.1.20", "@monaco-editor/react": "^4.5.1", + "@rjsf/core": "^5.8.2", + "@rjsf/utils": "^5.8.2", + "@rjsf/validator-ajv8": "^5.8.2", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^13.0.0", "@testing-library/user-event": "^13.2.1", + "@types/ejs": "^3.1.2", "@types/file-saver": "^2.0.5", "@types/jest": "^27.0.1", "@types/lodash": "^4.14.195", "@types/node": "^16.7.13", + "@types/prismjs": "^1.26.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/styled-components": "^5.1.26", - "@us3r-network/auth-with-rainbowkit": "^0.1.4", + "@us3r-network/auth-with-rainbowkit": "^0.1.8", "@us3r-network/data-model": "^0.2.1", "@us3r-network/profile": "^0.4.11", + "camelcase": "^7.0.1", "dayjs": "^1.11.7", + "ejs": "^3.1.9", "file-saver": "^2.0.5", "graphiql": "^2.4.7", "graphql-editor": "6.3.2", "json-bigint-patch": "^0.0.8", "lodash": "^4.17.21", "monaco-editor": "^0.38.0", + "prism-react-renderer": "^2.0.6", + "prismjs": "^1.29.0", "react": "^18.2.0", "react-aria-components": "^1.0.0-alpha.4", "react-dom": "^18.2.0", "react-infinite-scroll-component": "^6.1.0", "react-router-dom": "^6.11.2", "react-scripts": "5.0.1", + "react-toastify": "^9.1.3", "styled-components": "^5.3.11", "typescript": "^4.4.2", "use-url-search-params": "^2.5.1", diff --git a/packages/client/dashboard/public/index.html b/packages/client/dashboard/public/index.html index e417c4d8..cc78d8fc 100644 --- a/packages/client/dashboard/public/index.html +++ b/packages/client/dashboard/public/index.html @@ -25,6 +25,7 @@ Learn how to configure a non-root public URL by running `npm run build`. -->