-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.07 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "TODO",
"version": "1.0.0",
"private": true,
"description": "TODO",
"repository": "https://github.com/TODO/TODO",
"author": "TODO",
"license": "MIT",
"type": "module",
"scripts": {
"start": "vite --open --host",
"build": "tsc && vite build --base=./",
"preview": "vite preview --open --host",
"bundle": "yarn build && (cd dist && zip fxh-$(date +%s).zip assets/*.* index.html fxhash.min.js)"
},
"devDependencies": {
"@types/node": "22.4.1",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vite-plugin-html": "^3.2.2"
},
"dependencies": {
"@thi.ng/canvas": "^0.5.2",
"@thi.ng/date": "^2.7.27",
"@thi.ng/dl-asset": "^2.3.88",
"@thi.ng/expose": "^1.2.36",
"@thi.ng/geom": "^8.1.4",
"@thi.ng/hiccup-canvas": "^3.1.14",
"@thi.ng/random-fxhash": "^0.3.62",
"@thi.ng/resolve-map": "^7.1.82",
"@thi.ng/transducers": "^9.2.0",
"@thi.ng/vectors": "^7.11.10"
},
"browsersList": [
"last 3 chrome versions"
],
"browser": {
"process": false
},
"keywords": [
"art",
"fxhash",
"generative",
"nft",
"thing-umbrella",
"typescript"
]
}