-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
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
36
37
{
"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",
"upload": "node target/upload.js",
"up": "yarn build-cdn && yarn upload",
"serve": "http-server dist -s",
"ln": "cd target && rm -f entry && ln -s ../entry",
"composer": "cd src && composer-app",
"prod": "yarn install --production"
},
"repository": {
"type": "git",
"url": "git@github.com:mvc-works/cumulo-workflow.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"md5": "^2.2.1",
"randomcolor": "^0.5.4",
"shortid": "^2.2.14",
"ws": "^7.4.6"
},
"devDependencies": {
"feather-icons": "^4.22.1",
"http-server": "^0.11.1",
"shadow-cljs": "^2.8.39",
"source-map-support": "^0.5.12",
"url-parse": "^1.5.6"
}
}