portfolio/package.json

25 lines
524 B
JSON
Raw Normal View History

2022-07-27 12:51:22 +02:00
{
"name": "portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
2022-07-27 18:34:46 +02:00
"dev": "vite --host",
2022-07-27 12:51:22 +02:00
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
2022-07-27 18:34:46 +02:00
"hamburger-react": "^2.5.0",
2022-07-27 12:51:22 +02:00
"react": "^18.2.0",
2022-07-27 13:42:38 +02:00
"react-dom": "^18.2.0",
2022-07-27 23:36:00 +02:00
"react-router-dom": "^6.3.0",
"react-scroll-motion": "^0.3.0"
2022-07-27 12:51:22 +02:00
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"vite": "^3.0.0"
}
2022-07-27 13:42:38 +02:00
}