-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 997 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": "cumulo-workflow",
"version": "0.2.1",
"description": "Cumulo Workflow",
"main": "index.js",
"scripts": {
"deploy": "clj -A:release",
"m2": "clj -A:release install",
"watch": "shadow-cljs watch client server",
"build-cdn": "shadow-cljs clj-run build.main/build-cdn",
"build": "shadow-cljs clj-run build.main/build",
"page": "shadow-cljs clj-run build.main/page",
"upload": "lumo -c cli/:src/ -m build.upload",
"up": "yarn build-cdn && yarn upload",
"ln": "cd target && rm -f entry && ln -s ../entry",
"prod": "yarn install --production"
},
"repository": {
"type": "git",
"url": "[email protected]:mvc-works/cumulo-workflow.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"feather-icons": "^4.28.0",
"md5": "^2.3.0",
"randomcolor": "^0.6.2",
"shortid": "^2.2.16",
"ws": "^7.4.3"
},
"devDependencies": {
"shadow-cljs": "^2.11.18",
"source-map-support": "^0.5.19"
}
}