-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.65 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "3d-portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://carol-dsillva.github.io/Workfolio/",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@react-three/drei": "^9.65.1",
"@react-three/fiber": "^8.12.0",
"@types/three": "^0.150.1",
"bootstrap": "^5.2.3",
"emailjs": "^4.0.1",
"framer-motion": "^10.11.4",
"gh-pages": "^5.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-bootstrap-icons": "^1.10.3",
"react-dom": "^18.2.0",
"react-parallax-tilt": "^1.7.127",
"react-router-dom": "^6.10.0",
"react-simple-typewriter": "^5.0.1",
"react-tilt": "^1.0.2",
"react-vertical-timeline-component": "^3.6.0",
"three": "^0.151.3",
"typewriter-effect": "^2.19.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
"vite": "^4.2.1"
},
"description": "��#\u0000 \u0000W\u0000o\u0000r\u0000k\u0000f\u0000o\u0000l\u0000i\u0000o\u0000\r\u0000 \u0000#\u0000 \u0000W\u0000o\u0000r\u0000k\u0000f\u0000o\u0000l\u0000i\u0000o\u0000\r\u0000 \u0000",
"main": "postcss.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Carol-Dsillva/Workfolio.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Carol-Dsillva/Workfolio/issues"
}
}