Skip to content

Commit

Permalink
Merge pull request #72 from TalismanSociety/task/remove-relay
Browse files Browse the repository at this point in the history
Task/remove relay
  • Loading branch information
UrbanWill authored Sep 9, 2024
2 parents fe88154 + 23bd32a commit 2a6ae17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 191 deletions.
2 changes: 1 addition & 1 deletion apps/multisig/craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const webpack = require('webpack')
module.exports = {
babel: {
presets: [['@babel/preset-react', { runtime: 'automatic', importSource: '@emotion/react' }]],
plugins: ['@emotion/babel-plugin', 'babel-plugin-relay'],
plugins: ['@emotion/babel-plugin'],
},
webpack: {
plugins: {
Expand Down
18 changes: 2 additions & 16 deletions apps/multisig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,16 @@
"bugs": "https://github.com/TalismanSociety/talisman-web/issues",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "yarn run relay && craco start",
"build": "REACT_APP_SENTRY_RELEASE=$(git rev-parse --verify HEAD) yarn run relay && craco build",
"dev": "yarn run && craco start",
"build": "REACT_APP_SENTRY_RELEASE=$(git rev-parse --verify HEAD) yarn run craco build",
"lint": "eslint src",
"check-types": "tsc --noEmit",
"eject": "craco eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"relay": "yarn run relay-compiler",
"postinstall": "yarn run relay",
"docker:build": "cd ../../ && docker build -t signet-fe -f apps/multisig/Dockerfile .",
"chaingen": "ts-node scripts/chaingen.ts"
},
"relay": {
"src": "./src",
"schema": "./src/graphql/chaindata-squid.graphql",
"language": "typescript",
"eagerEsModules": true
},
"dependencies": {
"@apollo/client": "^3.8.9",
"@azns/resolver-core": "^1.6.0",
Expand Down Expand Up @@ -110,16 +102,13 @@
"react-is": "^17.0.2",
"react-loading-skeleton": "^3.2.0",
"react-modal": "^3.16.1",
"react-relay": "^15.0.0",
"react-rewards": "^2.0.4",
"react-router-dom": "^6.8.1",
"react-spring": "^9.7.1",
"react-use": "^17.4.0",
"react-winbox": "^1.5.0",
"recoil": "0.7.7",
"recoil-persist": "5.1.0",
"recoil-relay": "0.1.0",
"relay-runtime": "^15.0.0",
"rmrk-tools": "^1.0.64",
"safety-match": "^0.4.4",
"stream-browserify": "^3.0.0",
Expand Down Expand Up @@ -162,17 +151,14 @@
"@types/react-helmet": "^6.1.11",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-modal": "^3.16.0",
"@types/react-relay": "^14.1.3",
"@types/react-router-dom": "^5.3.3",
"@types/truncate-middle": "^1.0.1",
"babel-jest": "^29.4.3",
"babel-plugin-relay": "^15.0.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-storybook": "^0.6.10",
"react-app-alias": "^2.2.2",
"react-scripts": "5.0.1",
"relay-compiler": "^15.0.0",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
Expand Down
Loading

0 comments on commit 2a6ae17

Please sign in to comment.