generated from Cumulo/cumulo-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 955 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.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": "[email protected]:mvc-works/cumulo-workflow.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"md5": "^2.3.0",
"randomcolor": "^0.6.2",
"shortid": "^2.2.15",
"ws": "^7.3.1"
},
"devDependencies": {
"dayjs": "^1.8.34",
"feather-icons": "^4.28.0",
"node-notifier": "^8.0.0",
"shadow-cljs": "^2.11.1",
"source-map-support": "^0.5.19",
"url-parse": "^1.4.7"
}
}