-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 1.99 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
79
80
81
{
"name": "3d_portfolio",
"private": true,
"version": "1.0.1",
"author": {
"name": "Sanidhya Kumar Verma",
"email": "[email protected]",
"url": "https://github.com/sanidhyy"
},
"description": "Amazing 3D Portfolio in React using Three.js",
"keywords": [
"html",
"css",
"react",
"reactjs",
"3d",
"threejs",
"portfolio",
"3d portfolio",
"3d animations",
"modern",
"modern ui",
"modern ux",
"tailwindcss",
"javascript",
"js"
],
"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": "[email protected]"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.88.13",
"@react-three/fiber": "^8.15.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.18.0",
"react-vertical-timeline-component": "^3.6.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"vite": "^4.5.2",
"vite-plugin-pwa": "^0.16.7",
"workbox-window": "^7.0.0"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/sanidhy"
},
{
"type": "Buy me a coffee",
"url": "https://www.buymeacoffee.com/sanidhy"
}
]
}