Skip to content

Commit

Permalink
cleanup packages
Browse files Browse the repository at this point in the history
  • Loading branch information
groninge01 committed Oct 1, 2024
1 parent 23730c8 commit 4ca2769
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 692 deletions.
65 changes: 2 additions & 63 deletions apps/frontend-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,109 +14,48 @@
"typecheck": "tsc --project tsconfig.json --noEmit"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@balancer/sdk": "^0.25.0",
"@chakra-ui/anatomy": "^2.2.2",
"@chakra-ui/hooks": "^2.2.1",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/theme-tools": "^2.1.2",
"@dicebear/collection": "^7.0.1",
"@dicebear/core": "^7.0.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@rainbow-me/rainbowkit": "^2.1.6",
"@repo/lib": "workspace:*",
"@sentry/nextjs": "^8.13.0",
"@studio-freight/react-lenis": "^0.0.47",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.0",
"@tanstack/react-table": "^8.9.3",
"@vercel/speed-insights": "^1.0.1",
"bignumber.js": "^9.1.2",
"chakra-react-select": "^4.7.6",
"date-fns": "^2.30.0",
"deepmerge": "^4.3.1",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"fathom-client": "^3.7.0",
"framer-motion": "^10.13.0",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"lodash": "^4.17.21",
"next": "14.2.0",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.4",
"numeral": "^2.0.6",
"nuqs": "^1.19.1",
"pluralize": "^8.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.13",
"react-feather": "^2.0.10",
"react-hook-form": "^7.47.0",
"react-hotkeys-hook": "^4.4.1",
"react-swipeable": "^7.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-use-measure": "^2.1.1",
"react-virtuoso": "^4.7.1",
"tinycolor2": "^1.6.0",
"use-debounce": "^10.0.0",
"use-sound": "^4.0.1",
"usehooks-ts": "^3.1.0",
"viem": "^2.21.6",
"wagmi": "^2.12.11"
"viem": "^2.21.6"
},
"devDependencies": {
"@apollo/experimental-nextjs-app-support": "^0.11.3",
"@chakra-ui/cli": "^2.4.1",
"@chakra-ui/styled-system": "^2.9.2",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/schema-ast": "^4.0.0",
"@graphql-codegen/typescript-document-nodes": "^4.0.1",
"@graphql-codegen/typescript-msw": "^1.1.6",
"@graphql-typed-document-node/core": "^3.2.0",
"@repo/eslint-config": "workspace:*",
"@repo/prettier-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@sentry/types": "^7.89.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^15.0.5",
"@types/echarts": "^4.9.19",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.195",
"@types/node": "20.3.2",
"@types/numeral": "^2.0.2",
"@types/pluralize": "^0.0.33",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.6",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@viem/anvil": "^0.0.10",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.3.0",
"@wagmi/cli": "^2.1.15",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.2",
"cross-fetch": "^4.0.0",
"eslint": "8.43.0",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^12.10.3",
"lokijs": "^1.5.12",
"msw": "2.0.10",
"prettier": "^2.8.8",
"sentry-testkit": "^5.0.9",
"typescript": "5.4.5",
"vitest": "^2.1.1",
"vitest-mock-extended": "^2.0.2"
"vitest": "^2.1.1"
},
"engines": {
"node": ">=18.x"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"typecheck": "turbo typecheck"
},
"devDependencies": {
"concurrently": "^8.2.2",
"husky": "^9.1.2",
"lint-staged": "^13.2.3",
"prettier": "^3.2.5",
Expand Down
17 changes: 0 additions & 17 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,20 @@
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@rainbow-me/rainbowkit": "^2.1.6",
"@sentry/nextjs": "^8.13.0",
"@studio-freight/react-lenis": "^0.0.47",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.0",
"@tanstack/react-table": "^8.9.3",
"@vercel/speed-insights": "^1.0.1",
"bignumber.js": "^9.1.2",
"chakra-react-select": "^4.7.6",
"date-fns": "^2.30.0",
"deepmerge": "^4.3.1",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"fathom-client": "^3.7.0",
"framer-motion": "^10.13.0",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"lodash": "^4.17.21",
"next": "14.2.0",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.4",
"numeral": "^2.0.6",
"nuqs": "^1.19.1",
"pluralize": "^8.0.0",
Expand All @@ -63,7 +57,6 @@
"react-hook-form": "^7.47.0",
"react-hotkeys-hook": "^4.4.1",
"react-swipeable": "^7.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-use-measure": "^2.1.1",
"react-virtuoso": "^4.7.1",
"tinycolor2": "^1.6.0",
Expand All @@ -90,28 +83,18 @@
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^15.0.5",
"@types/echarts": "^4.9.19",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.195",
"@types/node": "20.3.2",
"@types/numeral": "^2.0.2",
"@types/pluralize": "^0.0.33",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.6",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@viem/anvil": "^0.0.10",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.3.0",
"@wagmi/cli": "^2.1.15",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.2",
"cross-fetch": "^4.0.0",
"eslint": "8.43.0",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^12.10.3",
"lokijs": "^1.5.12",
"msw": "2.0.10",
Expand Down
Loading

0 comments on commit 4ca2769

Please sign in to comment.