-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
44 lines (44 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
37
38
39
40
41
42
43
44
{
"name": "hx",
"version": "0.0.1",
"description": "A Clojure library designed to ... well, that part is up to you.",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"start": "shadow-cljs watch workshop",
"release": "shadow-cljs release workshop",
"test": "./scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lokeh/hx.git"
},
"author": "Will Acton",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/Lokeh/hx/issues"
},
"homepage": "https://github.com/Lokeh/hx#readme",
"devDependencies": {
"@material-ui/core": "^3.3.2",
"benchmark": "^2.1.4",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cljs-test": "^0.1.0",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-sortable-hoc": "^0.8.3",
"react-testing-library": "^6.0.0",
"shadow-cljs": "^2.8.18",
"showdown": "^1.9.1"
},
"dependencies": {
"create-react-class": "^15.6.3",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-is": "^16.8.1"
}
}