-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 954 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
{
"name": "Deviser",
"version": "0.1.0",
"description": "Deviser",
"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",
"prod": "yarn install --production"
},
"repository": {
"type": "git",
"url": "[email protected]:Erigron/deviser.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"feather-icons": "^4.28.0",
"http-server": "^0.12.3",
"shadow-cljs": "^2.10.5",
"source-map-support": "^0.5.19"
},
"dependencies": {
"md5": "^2.2.1",
"shortid": "^2.2.15",
"url-parse": "^1.5.6",
"ws": "^7.4.6"
}
}