Skip to content

Commit

Permalink
FORM-403/remove-unused-packages (#178)
Browse files Browse the repository at this point in the history
* refactor: remove all unused packages

* fix: @typescript-eslint/no-shadow on phoneData

* fix: return changes because somedy fixed it in different way few minutes ago...
  • Loading branch information
matejpeluha authored Apr 24, 2023
1 parent bcaa45d commit d7e26a3
Show file tree
Hide file tree
Showing 2 changed files with 506 additions and 7,296 deletions.
29 changes: 3 additions & 26 deletions next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,96 +22,73 @@
"@grafana/faro-web-sdk": "^1.0.2",
"@hookform/resolvers": "^2.9.10",
"@internationalized/date": "3.1.0",
"@js-joda/core": "5.2.0",
"@jest/globals": "^29.5.0",
"@js-joda/core": "^5.5.3",
"@react-aria/overlays": "^3.13.0",
"@rjsf/core": "^5.0.0-beta.6",
"@rjsf/utils": "^5.0.0-beta.6",
"@rjsf/validator-ajv8": "^5.0.0-beta.6",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/formidable": "^2.0.5",
"@types/micro": "^7.3.7",
"@types/minio": "^7.0.14",
"@types/uuid": "^9.0.1",
"add-to-calendar-button-react": "^2.2.3",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"amazon-cognito-identity-js": "^6.2.0",
"apexcharts": "3.35.3",
"aws-sdk": "^2.1274.0",
"axios": "0.27.2",
"cheerio": "^1.0.0-rc.12",
"classnames": "2.3.1",
"currency.js": "^2.0.4",
"formidable": "^2.0.1",
"framer-motion": "^7.6.4",
"fs": "^0.0.1-security",
"immer": "9.0.18",
"jest-each": "^29.3.1",
"js-cookie": "^3.0.1",
"json-schema": "^0.4.0",
"libphonenumber-js": "^1.10.21",
"libxmljs2": "^0.31.0",
"lodash": "4.17.21",
"mapbox-gl": "2.12.1",
"meilisearch": "0.30.0",
"micro": "^10.0.1",
"minio": "^7.0.32",
"next": "13.2.3",
"next-i18next": "12.1.0",
"next-query-params": "^4.1.0",
"react": "18.2.0",
"react-apexcharts": "1.4.0",
"react-aria": "3.23.1",
"react-cookie-consent": "7.5.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",
"react-markdown": "8.0.3",
"react-query": "^3.39.3",
"react-resize-detector": "^8.0.3",
"react-select": "^5.4.0",
"react-simple-snackbar": "^1.1.11",
"react-stately": "3.21.0",
"react-sweet-progress": "1.1.2",
"react-turnstile": "^1.1.0",
"rehype-raw": "6.1.1",
"remark-directive": "^2.0.1",
"remark-directive-rehype": "^0.4.2",
"remark-gfm": "3.0.1",
"rooks": "5.11.8",
"saxon-js": "^2.5.0",
"sharp": "^0.32.0",
"smooth-scroll-into-view-if-needed": "^1.1.33",
"string-sanitizer": "^2.0.2",
"swr": "^2.1.3",
"tailwind-merge": "^1.8.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tslog": "^4.8.2",
"use-immer": "0.8.1",
"use-query-params": "^2.2.0",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"xml-loader": "^1.2.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@storybook/addon-docs": "6.5.0",
"@storybook/addon-essentials": "6.5.0",
"@storybook/builder-webpack5": "6.5.0",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/react": "6.5.0",
"@svgr/webpack": "6.5.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/lodash": "4.14.192",
"@types/node": "18.11.18",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-mailchimp-subscribe": "2.1.1",
"@types/react-modal": "3.13.1",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.54.0",
"autoprefixer": "10.4.13",
"depcheck": "^1.4.3",
"eslint": "8.20.0",
"eslint-config-adjunct": "4.11.1",
"eslint-config-airbnb": "19.0.4",
Expand Down
Loading

0 comments on commit d7e26a3

Please sign in to comment.