-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 961 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{ "homepage": "https://bmills2023.github.io/Professional-Portfolio",
"name": "3dfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@react-three/drei": "^9.105.5",
"@react-three/fiber": "^8.16.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"framer-motion": "^11.1.7",
"maath": "^0.10.7",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1",
"react-tilt": "^1.0.2",
"react-vertical-timeline-component": "^3.6.0",
"tailwindcss": "^3.4.3",
"three": "^0.164.1",
"vite": "^5.2.10"
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}