-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
{
"name": "app",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"highlight.js": "^9.13.1",
"react-grid-layout": "^0.16.6",
"react-icons": "^2.2.7",
"reakit": "^0.11.2"
},
"scripts": {
"client/main": "npx shadow-cljs watch :main",
"client/cljs": "shadow-cljs cljs-repl :main",
"client/clj": "shadow-cljs clj-repl",
"client/server": "npx shadow-cljs server",
"client/nodejs": "npx shadow-cljs node-repl",
"server/dev": "clojure -A:dev -J-Dtrace -J-Dghostwheel.enabled=true",
"app/start": "npx run-p client/server server/dev",
"app/main": "npx run-p client/main server/dev"
},
"devDependencies": {
"intl-messageformat": "^2.2.0",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cljs-test": "^0.1.0",
"npm-run-all": "^4.1.5",
"react": "^16.6.8",
"react-dom": "^16.6.8",
"semantic-ui-react": "^0.88.0",
"shadow-cljs": "^2.8.40",
"showdown": "^1.8.7"
},
"author": "",
"license": "MIT"
}