-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "portfolio-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "18.x"
},
"dependencies": {
"@react-three/drei": "^9.102.6",
"@react-three/fiber": "^8.15.19",
"@studio-freight/lenis": "^1.0.19",
"@use-gesture/react": "^10.2.18",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"axios": "^0.27.2",
"framer-motion": "^11.0.22",
"gsap": "^3.12.2",
"jotai": "^2.8.0",
"next": "12.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"resolve-lygia": "^1.0.4",
"storyblok-js-client": "^4.5.6",
"styled-components": "^5.3.5",
"three": "^0.162.0"
},
"devDependencies": {
"@tailwindcss/postcss": "4.0.0-alpha.10",
"@types/three": "^0.162.0",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"tailwindcss": "4.0.0-alpha.10"
}
}