-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.12 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "calcit-editor",
"version": "0.5.32",
"description": "Cirru Calcit Editor",
"bin": {
"calcit-editor": "dist/server.js",
"ce": "dist/server.js"
},
"scripts": {
"watch": "shadow-cljs watch client server",
"repl": "rlwrap shadow-cljs clj-repl",
"build-cdn": "shadow-cljs clj-run build.main/build-cdn",
"page": "shadow-cljs clj-run build.main/page",
"up": "yarn build-cdn && tiye-up",
"build": "shadow-cljs clj-run build.main/build",
"ln": "cd target && rm -f entry && ln -s ../entry"
},
"repository": {
"type": "git",
"url": "[email protected]:Cirru/calcit-editor.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"feather-icons": "^4.28.0",
"shadow-cljs": "^2.13.0",
"source-map-support": "^0.5.19",
"url-parse": "^1.5.1"
},
"dependencies": {
"chalk": "^4.1.1",
"dayjs": "^1.10.4",
"express": "^4.17.1",
"gaze": "^1.1.3",
"latest-version": "^5.1.0",
"md5": "^2.3.0",
"node-notifier": "9.0.1",
"nrepl-client": "^0.3.0",
"serve-index": "^1.9.1",
"shortid": "^2.2.16",
"ws": "^7.4.5"
}
}