-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1005 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": "calcit-workflow",
"version": "0.1.0",
"description": "ClojureScript workflow using Calcit Editor",
"main": "index.js",
"scripts": {
"watch": "shadow-cljs watch client",
"serve": "http-server dist -s",
"build-cdn": "shadow-cljs clj-run build.main/build-cdn",
"build": "shadow-cljs clj-run build.main/build",
"upload": "node target/upload.js",
"composer": "cd src/ && composer-app",
"up": "yarn build-cdn && yarn upload",
"page": "shadow-cljs clj-run build.main/page",
"ln": "cd target && rm -f entry && ln -s ../entry",
"bg": "coffee -o dist/ -bc scripts/bg.coffee"
},
"repository": {
"type": "git",
"url": "git@github.com:mvc-works/calcit-workflow.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"coffeescript": "^2.3.2",
"http-server": "^0.11.1",
"shadow-cljs": "^2.8.26"
},
"dependencies": {
"feather-icons": "^4.21.0",
"shortid": "^2.2.14",
"url-parse": "^1.5.6"
}
}