Skip to content

Commit

Permalink
cleanup unused dependencies (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina authored Mar 28, 2024
1 parent 9ed23a4 commit e110015
Show file tree
Hide file tree
Showing 6 changed files with 226 additions and 734 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ src/__generated__/
.next/
static/sitemap.xml
website/out/
/public/
26 changes: 0 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,48 +14,22 @@
},
"dependencies": {
"@graphql-tools/schema": "10.0.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@radix-ui/react-aspect-ratio": "1.0.2",
"@radix-ui/react-icons": "1.3.0",
"@reach/router": "1.3.4",
"@tailwindcss/forms": "^0.5.6",
"assert": "2.0.0",
"clsx": "1.2.1",
"codemirror": "5.65.1",
"codemirror-graphql": "1.3.2",
"date-fns": "^2.30.0",
"glob": "10.2.6",
"graphql": "16.6.0",
"iframe-resizer-react": "^1.1.0",
"marked": "5.0.2",
"numbro": "2.3.6",
"parser-front-matter": "1.6.4",
"prism-react-renderer": "1.3.5",
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-medium-image-zoom": "5.1.8",
"react-tooltip": "^5.18.1",
"rehype-raw": "^6.1.1",
"string-similarity": "^4.0.4",
"timeago.js": "4.0.2"
},
"devDependencies": {
"@svgr/webpack": "^8.0.0",
"@tailwindcss/typography": "0.5.10",
"@types/codemirror": "5.60.7",
"@types/prismjs": "1.26.0",
"@types/react-tooltip": "^4.2.4",
"@types/string-similarity": "^4.0.0",
"@typescript-eslint/parser": "5.59.7",
"autoprefixer": "10.4.14",
"eslint": "8.42.0",
"eslint-plugin-tailwindcss": "3.14.0",
"postcss": "8.4.23",
"prettier": "3.2.4",
"tailwindcss": "3.4.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit e110015

Please sign in to comment.