-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 856 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 856 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
29
30
31
32
33
34
35
36
37
{
"name": "aether",
"version": "0.1.0",
"type": "module",
"description": "Fluid typography simulation — smoke-like fluid dynamics drive real text layout on Canvas 2D",
"author": "Poojan Goyani",
"license": "MIT",
"homepage": "https://aether-sage-beta.vercel.app/",
"bugs": {
"url": "https://github.com/Poojan38380/aether/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Poojan38380/aether.git"
},
"keywords": [
"fluid-simulation",
"fluid-typography",
"canvas-2d",
"text-layout",
"generative-art",
"creative-coding",
"pretext"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chenglou/pretext": "^0.0.4"
},
"devDependencies": {
"typescript": "^5.6.0",
"vite": "^6.0.0"
}
}