-
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) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 800 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": "aeon-deep-time",
"private": true,
"version": "0.1.0",
"type": "module",
"description": "Prodiam. The Oldest Thing You'll Ever Own: a scroll-driven WebGL deep-time journey of a diamond, by Prodiam.",
"license": "MIT",
"author": "ProDiam (https://prodiam.co.za)",
"homepage": "https://prodiam.co.za",
"keywords": ["three.js", "webgl", "gsap", "scrollytelling", "diamond", "interactive", "deep-time"],
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"gsap": "^3.13.0",
"howler": "^2.2.4",
"lenis": "^1.3.0",
"three": "^0.184.0"
},
"devDependencies": {
"@types/howler": "^2.2.0",
"@types/three": "^0.184.0",
"typescript": "^5.7.3",
"vite": "^6.0.7"
}
}