-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.65 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
{
"name": "portfolio",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.12.1",
"@nextui-org/react": "^2.4.8",
"@react-spring/web": "^9.7.4",
"@react-three/drei": "^9.112.1",
"@react-three/fiber": "^8.17.7",
"@types/three": "^0.169.0",
"@uidotdev/usehooks": "^2.4.1",
"core-js": "^3.38.1",
"framer-motion": "^10.18.0",
"gsap": "^3.12.5",
"passive-events-support": "^1.1.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-alice-carousel": "^2.9.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^4.12.0",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"regenerator-runtime": "^0.14.1",
"styled-components": "^6.1.13",
"three": "^0.169.0",
"three-stdlib": "^2.33.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@react-three/babel": "^1.0.2",
"@react-three/eslint-plugin": "^0.1.1",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"postcss": "^8.4.47",
"sass": "^1.79.3",
"tailwindcss": "^3.4.12",
"vite": "^5.4.7"
}
}