portfolio/package.json
Mariia Shabelnik 03711da9ef
All checks were successful
ci/cd / Build (push) Successful in 18s
added update
2024-01-02 23:04:17 +01:00

31 lines
702 B
JSON

{
"name": "portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"hamburger-react": "^2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-image-gallery": "^1.3.0",
"react-router-dom": "^6.3.0",
"react-scroll-motion": "^0.3.0",
"recoil": "^0.7.7"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"vite": "^3.0.0"
}
}