Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Posandu committed Jul 9, 2024
0 parents commit 2edd0c3
Show file tree
Hide file tree
Showing 100 changed files with 4,004 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
.vercel
.output
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
42 changes: 42 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "port",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.30.4",
"@types/cookie": "^0.5.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"svelte": "^3.59.2",
"svelte-check": "^3.8.0",
"svelte-image-gallery": "^1.7.1",
"svelte-lightbox": "^1.1.3",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.6.3",
"typescript": "^4.9.5",
"vite": "^4.5.3"
},
"type": "module",
"dependencies": {
"@iconify/svelte": "^3.1.6",
"@onehop/client": "^1.6.5",
"@types/aos": "^3.0.7",
"@types/minimasonry": "^1.3.5",
"aos": "3.0.0-beta.6",
"daisyui": "^4.12.2",
"firebase": "^9.23.0",
"minimasonry": "^1.3.2",
"svelte-carousel": "^1.0.25",
"svelte-ripple-action": "^1.0.6"
}
}
Loading

0 comments on commit 2edd0c3

Please sign in to comment.