-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 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
{
"name": "awwwards-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@calcom/embed-react": "^1.3.0",
"@react-spring/three": "9.1.1",
"@react-three/drei": "4.1.8",
"@react-three/fiber": "6.0.14",
"@react-three/postprocessing": "2.0.3",
"@types/imagesloaded": "^4.1.6",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"framer-motion": "^10.18.0",
"gsap": "^3.12.4",
"lenis": "^1.1.1",
"locomotive-scroll": "5.0.0-beta.11",
"next": "^13.4.10",
"postprocessing": "6.22.0",
"react": "^18.2.0",
"react-animated-cursor": "^2.11.2",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.2",
"react-responsive": "^9.0.2",
"react-scripts": "4.0.3",
"sass": "^1.69.7",
"sheryjs": "^1.0.0-beta.0.1.7",
"split-type": "^0.2.1",
"three": "0.127.0"
},
"devDependencies": {
"@webpack-cli/generators": "^3.0.7",
"autoprefixer": "^10.4.16",
"encoding": "^0.1.13",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"postcss": "^8.4.33",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.1",
"webpack-glsl-loader": "^1.0.1"
}
}