Skip to content

Commit

Permalink
moarr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DevParapalli committed Oct 29, 2022
1 parent bfe0dcb commit 274a40a
Show file tree
Hide file tree
Showing 13 changed files with 480 additions and 396 deletions.
2 changes: 1 addition & 1 deletion NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[PageLoaderOld](https://www.youtube.com/watch?v=4Mp-EQnJSTw)
[FormSubmission](https://www.staticforms.xyz/)
[FormSubmission](https://www.staticforms.xyz/)
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,40 @@
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@fontsource/fira-sans": "^4.5.10",
"@supabase/auth-helpers-sveltekit": "^0.8.2",
"@supabase/supabase-js": "^2.0.0",
"@supabase/auth-helpers-sveltekit": "^0.8.3",
"@supabase/supabase-js": "^2.0.4",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "1.0.0-next.43",
"@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"@types/cookie": "^0.5.1",
"@types/three": "^0.144.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"aos": "3.0.0-beta.6",
"autoprefixer": "^10.4.7",
"autoprefixer": "^10.4.13",
"cashfree-dropjs": "^1.1.4",
"cookie": "^0.4.1",
"daisyui": "^2.18.1",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"cookie": "^0.4.2",
"daisyui": "^2.33.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"iconify-icon": "^1.0.1",
"postcss": "^8.4.14",
"postcss": "^8.4.18",
"postcss-load-config": "^4.0.1",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.46.0",
"svelte-check": "^2.7.1",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"svelthree": "0.119.0-5",
"tailwindcss": "^3.1.5",
"swiper": "^8.4.4",
"tailwindcss": "^3.2.1",
"three": "^0.142.0",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^3.1.0"
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"vite": "^3.2.1"
},
"type": "module",
"dependencies": {
Expand Down
Loading

0 comments on commit 274a40a

Please sign in to comment.