-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.91 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
58
59
60
61
62
63
64
65
66
67
{
"name": "react-three-next",
"version": "2.0.0",
"authors": [
"Renaud ROHLINGER <https://twitter.com/onirenaud>"
],
"license": "MIT",
"private": true,
"engines": {
"node": ">=14"
},
"dependencies": {
"@14islands/r3f-scroll-rig": "^8.13.1",
"@ducanh2912/next-pwa": "^10.0.0",
"@gsap/react": "^2.1.1",
"@next/third-parties": "^14.2.15",
"@react-three/drei": "^9.92.7",
"@react-three/fiber": "^8.15.12",
"@studio-freight/lenis": "^1.0.42",
"@types/three": "^0.164.0",
"classnames": "^2.5.1",
"depcheck": "^1.4.7",
"embla-carousel-react": "^8.3.0",
"glsl-random": "^0.0.5",
"gsap": "^3.12.5",
"leva": "^0.9.35",
"lodash": "^4.17.21",
"next": "^14.0.4",
"next-transition-router": "^0.2.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"query-string": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-transition-group": "^4.4.5",
"three": "^0.160.0",
"three-stdlib": "^2.28.9",
"zustand": "^4.5.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.0.4",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"file-loader": "^6.2.0",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"postcss": "^8.4.32",
"prettier": "^3.3.3",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.0",
"typescript": "^5.4.5",
"url-loader": "^4.1.1"
},
"scripts": {
"lint": "next lint --fix --dir app",
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"prettier": "npx prettier --list-different \"./src/**/*.{ts,tsx,md}\" \"./app/**/*.{ts,tsx,md}\"\""
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}