-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
{
"name": "nicolasmarqui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-three/drei": "^8.3.1",
"@react-three/fiber": "^7.0.24",
"clsx": "^2.1.1",
"framer-motion": "^4.1.9",
"graphql": "^15.5.1",
"graphql-request": "^3.4.0",
"hamburger-react": "^2.4.0",
"next": "^12.1.5",
"next-compose-plugins": "^2.2.1",
"next-themes": "^0.0.14",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-intersection-observer": "^8.32.0",
"react-smooth-scroll-hook": "^1.3.4",
"react-toggle-dark-mode": "^1.0.4",
"react-tooltip": "^4.2.18",
"sass": "^1.32.5",
"tailwind-merge": "^2.3.0",
"three": "^0.136.0"
},
"devDependencies": {
"@types/node": "^14.14.13",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-lottie": "^1.2.5",
"autoprefixer": "^10.1.0",
"cobe": "^0.6.3",
"postcss": "^8.2.4",
"react-spring": "^9.7.3",
"tailwindcss": "^3.0.24",
"typescript": "^5"
}
}