-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "phatdev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@grcmichael/gscroll": "^1.0.15",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.0",
"@react-three/drei": "^9.89.0",
"@react-three/fiber": "^8.15.14",
"@studio-freight/lenis": "^1.0.35",
"@types/mdx": "^2.0.11",
"detect-gpu": "^5.0.38",
"glslify-loader": "^2.0.0",
"gsap": "^3.12.3",
"locomotive-scroll": "^4.1.4",
"next": "14.0.3",
"next-mdx-remote": "^4.4.1",
"raw-loader": "^4.0.2",
"react": "^18",
"react-dom": "^18",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-comment": "^1.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"three": "^0.160.0",
"unified": "^11.0.4",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/gsap": "^3.0.0",
"@types/locomotive-scroll": "^4.1.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.160.0",
"@types/xml2js": "^0.4.14",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"typescript": "^5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}