mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-18 12:14:06 +01:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "3dfolio",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emailjs/browser": "^3.10.0",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@headlessui/react": "^1.7.15",
|
|
"@heroicons/react": "^2.0.18",
|
|
"@mui/material": "^5.13.6",
|
|
"@react-three/drei": "^9.56.24",
|
|
"@react-three/fiber": "^8.11.1",
|
|
"add": "^2.0.6",
|
|
"framer-motion": "^9.0.7",
|
|
"js-cookie": "^3.0.5",
|
|
"maath": "^0.5.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.10.1",
|
|
"react-router-dom": "^6.8.1",
|
|
"react-scroll": "^1.8.9",
|
|
"react-three-fiber": "^6.0.13",
|
|
"react-tilt": "^0.1.4",
|
|
"react-vertical-timeline-component": "^3.6.0",
|
|
"three": "^0.154.0",
|
|
"yarn": "^1.22.19"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.6",
|
|
"vite": "^4.1.0"
|
|
}
|
|
}
|