generated from fulcrologic/fulcro-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.13 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
{
"name": "app",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {},
"scripts": {
"client/main": "npx shadow-cljs watch :main",
"client/workspaces": "npx shadow-cljs watch :workspaces",
"client/test": "npx shadow-cljs watch :test",
"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": "clojure -A:dev -J-Dtrace -J-Dguardrails.enabled=true",
"start": "npx run-p client/server server"
},
"devDependencies": {
"highlight.js": "^9.13.1",
"react-grid-layout": "^0.16.6",
"react-icons": "^2.2.7",
"reakit": "^0.11.2",
"intl-messageformat": "^2.2.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-cljs-test": "^0.1.0",
"npm-run-all": "^4.1.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"shadow-cljs": "^2.16.12",
"showdown": "^1.9.1"
},
"author": "",
"license": "MIT"
}