forked from sicalpath/DF-ARES-Landing-Page
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 968 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
36
37
{
"name": "autonomous-worlds-door",
"version": "0.0.1",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-spring/three": "^9.7.2",
"@react-spring/web": "^9.7.2",
"@react-three/drei": "^9.76.0",
"@react-three/fiber": "^8.13.3",
"@react-three/postprocessing": "^2.14.10",
"@svgr/webpack": "^8.0.1",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/three": "^0.152.1",
"@vercel/analytics": "^1.1.2",
"animate.css": "^4.1.1",
"autoprefixer": "10.4.14",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"next": "13.4.6",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-three": "^0.9.7",
"tailwindcss": "3.3.2",
"three": "^0.153.0",
"typescript": "5.1.3"
}
}