forked from Web-Team-Encode/Encode-latest-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 653 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 653 Bytes
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
{
"name": "latest-encode",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.80.2",
"@react-three/fiber": "^8.13.6",
"@types/three": "^0.155.0",
"gsap": "^3.12.2",
"next": "13.4.13",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-vertical-timeline-component": "^3.6.0",
"three": "^0.155.0",
"valtio": "^1.11.2"
},
"devDependencies": {
"eslint": "8.46.0",
"eslint-config-next": "13.4.13"
}
}