new portfolio yay!

This commit is contained in:
2024-07-16 19:27:10 -05:00
parent 88bd40c942
commit 786c414eb3
40 changed files with 6496 additions and 430 deletions

View File

@@ -1,40 +1,31 @@
{
"name": "portfolio",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"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",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"model-pipeline:run": "node scripts/model-pipeline.js"
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.108.4",
"@react-three/fiber": "^8.16.8",
"@types/three": "^0.166.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"three": "^0.166.1",
"three-stdlib": "^2.30.4"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^8.56.7",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0-alpha.20",
"vite": "^5.0.3",
"@types/three": "^0.159.0"
},
"type": "module",
"dependencies": {
"three": "^0.159.0",
"@threlte/core": "^7.3.1",
"@threlte/extras": "^8.11.4"
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
}