-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 933 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
{
"name": "cumulo-workflow",
"version": "0.1.0",
"description": "Cumulo Workflow",
"main": "index.js",
"scripts": {
"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",
"up": "yarn build-cdn && tiye-up",
"ln": "cd target && rm -f entry && ln -s ../entry",
"prod": "yarn install --production"
},
"repository": {
"type": "git",
"url": "git@github.com:mvc-works/cumulo-workflow.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"md5": "^2.3.0",
"randomcolor": "^0.6.2",
"shortid": "^2.2.16",
"ws": "^7.5.10"
},
"devDependencies": {
"feather-icons": "^4.28.0",
"node-notifier": "^9.0.0",
"shadow-cljs": "^2.11.18",
"source-map-support": "^0.5.19",
"url-parse": "^1.5.9"
}
}