2022-11-22 09:28:51 -08:00
|
|
|
{
|
|
|
|
|
"name": "portfolio-site",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
2023-03-12 13:13:23 -06:00
|
|
|
"build": "vite build",
|
2022-11-22 09:28:51 -08:00
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-03-12 13:13:23 -06:00
|
|
|
"@react-spring/types": "^9.7.1",
|
|
|
|
|
"@react-three/drei": "^9.57.2",
|
2023-03-10 21:34:55 -07:00
|
|
|
"@react-three/fiber": "^8.12.0",
|
|
|
|
|
"@types/three": "^0.149.0",
|
2022-11-22 09:28:51 -08:00
|
|
|
"daisyui": "^2.41.0",
|
|
|
|
|
"react": "^18.2.0",
|
2023-03-10 21:34:55 -07:00
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
"react-spring": "^9.7.1",
|
|
|
|
|
"three": "^0.150.1"
|
2022-11-22 09:28:51 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-11-24 20:34:49 -05:00
|
|
|
"@tailwindcss/typography": "^0.5.8",
|
2022-11-22 09:28:51 -08:00
|
|
|
"@types/react-dom": "^18.0.8",
|
|
|
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
|
|
|
"autoprefixer": "^10.4.13",
|
|
|
|
|
"postcss": "^8.4.19",
|
|
|
|
|
"tailwindcss": "^3.2.4",
|
|
|
|
|
"vite": "^3.2.3"
|
|
|
|
|
}
|
|
|
|
|
}
|