-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "react-portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@giscus/react": "^2.4.0",
"@studio-freight/react-lenis": "^0.0.40",
"@tanstack/react-query": "^5.64.2",
"chart": "^0.1.2",
"chart.js": "^4.4.7",
"gsap": "^3.12.7",
"lucide-react": "^0.474.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.0",
"react-devicons": "^2.16.2",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.5.1",
"react-icons": "^4.12.0",
"react-router-dom": "^7.1.3"
},
"devDependencies": {
"@emailjs/browser": "^3.12.1",
"@react-three/drei": "^9.96.1",
"@react-three/fiber": "^8.15.14",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"framer-motion": "^10.17.6",
"maath": "^0.10.7",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"react-intersection-observer": "^9.5.3",
"tailwindcss": "^3.4.0",
"three": "^0.160.0",
"vite": "^5.0.10"
}
}