Skip to content

Commit

Permalink
fix: Removed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
can-keklik committed Sep 26, 2024
1 parent d47facd commit 90acdd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 541 deletions.
9 changes: 1 addition & 8 deletions lykiadb-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/language": "^6.10.2",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
Expand All @@ -32,7 +31,6 @@
"date-fns": "^4.1.0",
"lucide-react": "^0.446.0",
"next": "14.2.5",
"prismjs": "^1.29.0",
"react": "^18",
"react-day-picker": "8.10.1",
"react-dom": "^18",
Expand All @@ -43,17 +41,12 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/prismjs": "^1.26.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"critters": "^0.0.24",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"webpack": "5.93.0"
"typescript": "^5"
}
}
Loading

0 comments on commit 90acdd6

Please sign in to comment.