generated from Cirru/calcit-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 969 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
36
37
38
{
"name": "@calcit/editor",
"version": "0.9.3",
"description": "Tree Editor for Calcit Language",
"bin": {
"ct": "server.mjs"
},
"scripts": {
"watch-server": "cr js",
"compile-server": "cr --once js",
"compile-page": "cr --once --entry client --emit-path out-page js",
"release-page": "vite build --base=./",
"watch-page": "cr --emit-path out-page/ --entry client js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/calcit-lang/editor.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"bottom-tip": "^0.1.5",
"cirru-color": "^0.2.4",
"copy-text-to-clipboard": "^3.2.0",
"feather-icons": "^4.29.2",
"url-parse": "^1.5.10",
"vite": "^5.4.10"
},
"dependencies": {
"@calcit/procs": "^0.9.5",
"chalk": "^5.3.0",
"dayjs": "^1.11.13",
"gaze": "^1.1.3",
"latest-version": "^9.0.0",
"nanoid": "^5.0.8",
"ws": "^8.18.0"
}
}