-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
67 lines (67 loc) · 1.6 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
57
58
59
60
61
62
63
64
65
66
67
{
"name": "portfolio-3d",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "3D Developer Portfolio website using 3D-graphics and animations with ThreeJS, React and Tailwind",
"license": "ISC",
"keywords": [
"vite",
"threejs",
"react",
"emailjs",
"tailwindcss",
"gh-pages",
"javascript",
"vite-plugin-image-optimizer"
],
"author": "exslym",
"homepage": "https://github.com/exslym/My-Portfolio-3D/#",
"repository": {
"type": "git",
"url": "https://github.com/exslym/My-Portfolio-3D.git"
},
"bugs": {
"url": "https://github.com/exslym/My-Portfolio-3D/issues"
},
"browserslist": [
"cover 99.5%"
],
"scripts": {
"start": "vite --port 3000 --open",
"serve": "vite preview --port 3001 --open",
"dev": "vite",
"build": "vite build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@react-three/drei": "^9.57.3",
"@react-three/fiber": "^8.12.0",
"framer-motion": "^10.3.1",
"maath": "^0.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-parallax-tilt": "^1.7.115",
"react-router-dom": "^6.9.0",
"react-vertical-timeline-component": "^3.6.0",
"sass": "^1.59.3",
"three": "^0.150.1"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"gh-pages": "^5.0.0",
"postcss": "^8.4.21",
"sharp": "^0.31.3",
"svgo": "^3.0.2",
"tailwindcss": "^3.2.7",
"terser": "^5.16.6",
"vite": "^4.1.0",
"vite-aliases": "^0.11.0",
"vite-plugin-image-optimizer": "^1.1.2"
}
}