42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "portfolio-page",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build && node prerender.js",
|
|
"build:no-prerender": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"deploy": "npm run build && node deploy.js",
|
|
"deploy:prod": "npm run build && node deploy.js"
|
|
},
|
|
"dependencies": {
|
|
"lucide-react": "^0.542.0",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-router-dom": "^7.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.32.0",
|
|
"@types/node": "^25.0.10",
|
|
"@types/react": "^19.1.9",
|
|
"@types/react-dom": "^19.1.7",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"dotenv": "^17.2.2",
|
|
"eslint": "^9.32.0",
|
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.3.0",
|
|
"puppeteer": "^24.40.0",
|
|
"sass": "^1.90.0",
|
|
"ssh2-sftp-client": "^12.0.1",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.39.0",
|
|
"vite": "^7.1.0"
|
|
}
|
|
}
|