-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 975 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 975 Bytes
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
{
"name": "portfolio",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anexlbk/portfolio.git"
},
"dependencies": {
"@emailjs/browser": "^3.12.1",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"framer-motion": "^9.1.7",
"maath": "^0.10.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-parallax-tilt": "^1.7.333",
"react-router-dom": "^6.30.4",
"react-vertical-timeline-component": "^3.6.0",
"three": "^0.161.0"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/three": "^0.161.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
}