-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 980 Bytes
/
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
{
"name": "ssam-examples",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"jsbuild": "tsc --build --clean ./tsconfig.jsbuild.json && tsc --build ./tsconfig.jsbuild.json && prettier --write ./src/js",
"build": "vite build"
},
"dependencies": {
"@daeinc/draw": "^0.5.0",
"@thi.ng/defmulti": "^3.0.25",
"@thi.ng/geom": "^6.0.31",
"@thi.ng/geom-api": "^3.4.69",
"@thi.ng/hiccup-canvas": "^2.5.18",
"@thi.ng/sax": "^2.1.102",
"@thi.ng/transducers": "^8.9.6",
"@types/paper": "^0.12.3",
"paper": "^0.12.17",
"ssam": "^0.18.4"
},
"devDependencies": {
"@types/node": "^20.11.20",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"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"
}
}