Skip to content

Commit e110015

Browse files
authored
cleanup unused dependencies (#1638)
1 parent 9ed23a4 commit e110015

File tree

6 files changed

+226
-734
lines changed

6 files changed

+226
-734
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@ src/__generated__/
7777
.next/
7878
static/sitemap.xml
7979
website/out/
80+
/public/

package.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,48 +14,22 @@
1414
},
1515
"dependencies": {
1616
"@graphql-tools/schema": "10.0.0",
17-
"@headlessui/react": "^1.7.17",
18-
"@heroicons/react": "^2.0.18",
19-
"@radix-ui/react-aspect-ratio": "1.0.2",
20-
"@radix-ui/react-icons": "1.3.0",
21-
"@reach/router": "1.3.4",
22-
"@tailwindcss/forms": "^0.5.6",
23-
"assert": "2.0.0",
24-
"clsx": "1.2.1",
2517
"codemirror": "5.65.1",
2618
"codemirror-graphql": "1.3.2",
27-
"date-fns": "^2.30.0",
28-
"glob": "10.2.6",
2919
"graphql": "16.6.0",
30-
"iframe-resizer-react": "^1.1.0",
3120
"marked": "5.0.2",
3221
"numbro": "2.3.6",
3322
"parser-front-matter": "1.6.4",
34-
"prism-react-renderer": "1.3.5",
35-
"prismjs": "1.29.0",
36-
"react": "18.2.0",
37-
"react-dom": "18.2.0",
38-
"react-markdown": "^8.0.7",
39-
"react-medium-image-zoom": "5.1.8",
40-
"react-tooltip": "^5.18.1",
41-
"rehype-raw": "^6.1.1",
4223
"string-similarity": "^4.0.4",
4324
"timeago.js": "4.0.2"
4425
},
4526
"devDependencies": {
46-
"@svgr/webpack": "^8.0.0",
47-
"@tailwindcss/typography": "0.5.10",
4827
"@types/codemirror": "5.60.7",
49-
"@types/prismjs": "1.26.0",
50-
"@types/react-tooltip": "^4.2.4",
5128
"@types/string-similarity": "^4.0.0",
5229
"@typescript-eslint/parser": "5.59.7",
53-
"autoprefixer": "10.4.14",
5430
"eslint": "8.42.0",
5531
"eslint-plugin-tailwindcss": "3.14.0",
56-
"postcss": "8.4.23",
5732
"prettier": "3.2.4",
58-
"tailwindcss": "3.4.1",
5933
"typescript": "^5.3.3"
6034
}
6135
}

0 commit comments

Comments
 (0)