generated from Phlox-GL/phlox-workflow.cljs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 874 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
{
"name": "phlox",
"version": "0.1.0",
"description": "a PIXI DSL in ClojureScript",
"main": "index.js",
"scripts": {
"watch": "shadow-cljs watch client test",
"build-cdn": "shadow-cljs clj-run build.main/build-cdn",
"build": "shadow-cljs clj-run build.main/build",
"up": "yarn build-cdn && tiye-up",
"page": "shadow-cljs clj-run build.main/page",
"ln": "cd target && rm -f entry && ln -s ../entry"
},
"repository": {
"type": "git",
"url": "[email protected]:mvc-works/calcit-workflow.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"vite": "^4.3.9"
},
"dependencies": {
"@calcit/procs": "^0.7.0",
"@calcit/std": "^0.0.2",
"@quamolit/phlox-utils": "^0.0.2",
"bottom-tip": "^0.1.5",
"fontfaceobserver-es": "^3.3.3",
"pixi.js": "^7.2.4",
"shortid": "^2.2.16"
}
}