-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
37
38
39
40
41
42
43
{
"name": "cljsx",
"version": "1.0.0",
"description": "JSX for Clojure and ClojureScript",
"devDependencies": {
"@cljs-oss/module-deps": "^1.1.1",
"@material-ui/core": "^4.1.1",
"@material-ui/icons": "^4.2.0",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"react-transition-group": "^4.1.1",
"shadow-cljs": "^2.8.25",
"warning": "^4.0.3"
},
"scripts": {
"check": "run-p test lint",
"fig:build": "lein fig:build",
"fig": "lein fig",
"lint": "lein lint",
"start": "shadow-cljs watch example",
"test:compile": "shadow-cljs compile node-test",
"test:run": "node target/public/node-test.js",
"test:clj": "lein test:clj",
"test:cljs": "run-s test:compile test:run",
"test:watch": "shadow-cljs watch node-test-dev",
"test": "run-p test:clj test:cljs",
"travis": "npm run test:cljs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peterhudec/cljsx.git"
},
"keywords": [],
"author": "Peter Hudec",
"license": "MIT",
"bugs": {
"url": "https://github.com/peterhudec/cljsx/issues"
},
"homepage": "https://github.com/peterhudec/cljsx",
"dependencies": {}
}