-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.48 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
{
"name": "renovatt",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^3.1.1",
"@pmndrs/assets": "^1.6.0",
"@react-three/drei": "^9.83.1",
"@react-three/fiber": "^8.15.12",
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"animate.css": "^4.1.1",
"aos": "^3.0.0-beta.6",
"autoprefixer": "10.4.16",
"eslint-config-next": "14.0.3",
"framer-motion": "^10.16.9",
"framer-motion-3d": "^10.16.12",
"gsap": "^3.12.2",
"next": "14.1.0",
"next-pwa": "^5.6.0",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.1",
"react-icons": "^4.10.1",
"react-toastify": "^9.1.3",
"react-typing-effect": "^2.0.5",
"sharp": "^0.32.6",
"suspend-react": "^0.1.3",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "3.4.1",
"three": "^0.156.1",
"troika-three-text": "^0.49.0",
"typescript": "5.3.3",
"zod": "^3.21.4"
},
"devDependencies": {
"@rocketseat/eslint-config": "^2.2.2",
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
"@types/aos": "^3.0.7",
"@types/react-typing-effect": "^2.0.3",
"@types/three": "^0.155.1",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11"
}
}