forked from mvc-works/edn-formatter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 943 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": "edn-formatter",
"version": "0.1.0",
"description": "Code formatter",
"main": "index.js",
"scripts": {
"watch": "shadow-cljs watch client",
"build-cdn": "shadow-cljs clj-run build.main/build-cdn",
"build": "shadow-cljs clj-run build.main/build",
"upload": "node target/upload.js",
"up": "yarn build-cdn && yarn upload",
"page": "shadow-cljs clj-run build.main/page",
"ln": "cd target && rm -f entry && ln -s ../entry"
},
"repository": {
"type": "git",
"url": "[email protected]:mvc-works/edn-formatter.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"shadow-cljs": "^2.10.15"
},
"dependencies": {
"@mvc-works/codearea": "^0.0.2",
"coffeescript": "^2.5.1",
"copy-text-to-clipboard": "^2.2.0",
"cson": "^7.14.0",
"cson-parser": "^4.0.4",
"emotion": "^10.0.27",
"feather-icons": "^4.28.0",
"shortid": "^2.2.15"
}
}