-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 832 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 832 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
{
"name": "ssam-thing-examples",
"private": true,
"version": "0.1.0",
"type": "module",
"main": "./dist/index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/node": "^22.2.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite-plugin-ssam-export": "^0.1.1",
"vite-plugin-ssam-ffmpeg": "^0.2.3",
"vite-plugin-ssam-git": "^0.1.2",
"vite-plugin-ssam-timelapse": "^0.1.2"
},
"dependencies": {
"@thi.ng/color": "^5.6.52",
"@thi.ng/dl-asset": "^2.3.86",
"@thi.ng/geom": "^8.0.6",
"@thi.ng/hiccup": "^5.2.7",
"@thi.ng/hiccup-canvas": "^3.1.9",
"@thi.ng/pixel": "^7.2.1",
"@thi.ng/sax": "^2.2.4",
"@thi.ng/transducers": "^9.0.12",
"ssam": "^0.18.5"
}
}