-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 855 Bytes
/
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
{
"name": "website",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.1.10",
"@heroicons/react": "^2.1.5",
"maath": "^0.10.8",
"next": "^14.2.4",
"react": "^18.3.1",
"react-cookie": "^7.2.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-tooltip": "^5.28.0",
"react-typed": "^2.0.12"
},
"devDependencies": {
"@react-three/drei": "^9.115.0",
"@react-three/fiber": "^8.17.10",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.6.3"
}
}