added server

This commit is contained in:
2025-10-20 06:32:14 -04:00
parent df7c275929
commit f2cf309d97
43 changed files with 1520 additions and 1 deletions

View File

@@ -1,43 +0,0 @@
{
"name": "painter-portfolio",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"ci-build:dist": "npm run build",
"dev": "vite",
"prebuild": "npm run lint",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"preview": "vite preview",
"start": "vite preview --host"
},
"dependencies": {
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.545.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"tailwind-merge": "3.3.1",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@eslint/js": "9.36.0",
"@types/node": "24.7.2",
"@types/react": "19.1.16",
"@types/react-dom": "19.1.9",
"@vitejs/plugin-react": "5.0.4",
"autoprefixer": "10.4.21",
"eslint": "9.36.0",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.22",
"globals": "16.4.0",
"postcss": "8.5.6",
"prettier": "3.6.2",
"tailwindcss": "3.4.18",
"typescript": "~5.9.3",
"typescript-eslint": "8.45.0",
"vite": "7.1.7"
}
}