-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.85 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
{
"name": "personal-v2",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@react-three/drei": "^9.78.1",
"@react-three/fiber": "^8.13.0",
"@t3-oss/env-nextjs": "^0.7.1",
"clsx": "1.1.1",
"gsap": "^3.12.3",
"lenis": "^1.1.6",
"leva": "^0.9.35",
"next": "^14.0.3",
"pixi.js": "^8.2.6",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-merge-refs": "1.1.0",
"three": "0.154.0",
"three-stdlib": "^2.28.7",
"use-isomorphic-layout-effect": "^1.1.2",
"zod": "^3.22.4",
"zustand": "^4.3.8"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.3",
"@types/eslint": "^8.44.7",
"@types/node": "^18.17.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/three": "^0.158.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.14.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "7.29.2",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"sass": "^1.69.5",
"stylelint": "^16.0.2",
"stylelint-config-standard": "^35.0.0",
"stylelint-config-standard-scss": "^12.0.0",
"stylelint-prettier": "^4.1.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.6"
},
"bsmntMetadata": {
"initVersion": "1.2.1"
},
"packageManager": "[email protected]"
}