-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
78 lines (78 loc) · 1.9 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
68
69
70
71
72
73
74
75
76
77
78
{
"name": "3d-portfolio",
"version": "1.1.4",
"private": true,
"author": {
"name": "Sanidhya Kumar Verma",
"email": "sanidhya.verma12345@gmail.com",
"url": "https://github.com/sanidhyy"
},
"description": "Modern 3D Portfolio using React, Three.js and Typescript",
"keywords": [
"reactjs",
"react",
"porfolio-app",
"three-js",
"modern-ui/ux",
"js",
"javascript",
"html",
"css",
"tailwindcss"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sanidhyy/3d-portfolio.git"
},
"homepage": "https://github.com/sanidhyy/3d-portfolio#readme",
"bugs": {
"url": "https://github.com/sanidhyy/3d-portfolio/issues",
"email": "sanidhya.verma12345@gmail.com"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/sanidhy"
},
{
"type": "Buy me a coffee",
"url": "https://www.buymeacoffee.com/sanidhy"
}
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check-types": "tsc --noEmit"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@react-three/fiber": "^8.17.10",
"@react-three/drei": "^9.117.3",
"clsx": "^2.1.1",
"framer-motion": "^11.11.17",
"maath": "^0.10.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.1",
"react-tilt": "^1.0.2",
"react-vertical-timeline-component": "^3.6.0",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.5",
"three": "^0.170.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-vertical-timeline-component": "^3.3.6",
"@types/tailwindcss": "^3.1.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}