-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
{
"name": "imaimai17468.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "lefthook install",
"format": "biome format --write --no-errors-on-unmatched ./src",
"check": "biome check --write --no-errors-on-unmatched ./src",
"type": "tsc --noEmit"
},
"dependencies": {
"@react-hook/mouse-position": "^4.1.3",
"@react-hook/window-size": "^3.1.1",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.3.0",
"@types/node": "18.11.19",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^1.0.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.13",
"framer-motion": "^11.0.8",
"lefthook": "^1.8.4",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "^7.45.2",
"react-tsparticles": "^2.8.0",
"recoil": "^0.7.7",
"recoil-persist": "^4.2.0",
"tailwind-merge": "^2.2.1",
"three": "^0.150.1",
"tsparticles": "^2.8.0",
"typescript": "4.9.5",
"use-sound": "^4.0.1",
"vanta": "^0.5.24"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/three": "^0.149.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"react-icons": "^4.7.1",
"tailwindcss": "^3.2.4"
}
}