Skip to content

Commit

Permalink
🔥 - removed three.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NaviTheCoderboi committed Mar 18, 2024
1 parent ef3d598 commit 48be48d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 167 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^8.56.0",
"@types/three": "^0.162.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.56.0",
Expand All @@ -36,11 +35,8 @@
},
"type": "module",
"dependencies": {
"@threlte/core": "^7.2.1",
"@threlte/extras": "^8.10.3",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"three": "^0.162.0"
"tailwindcss": "^3.4.1"
}
}
174 changes: 15 additions & 159 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/routes/auth/signup/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<script lang="ts">
</script>

<main class="min-h-screen w-full relative"></main>
Loading

0 comments on commit 48be48d

Please sign in to comment.