-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 971 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
36
37
38
39
{
"name": "factor-example",
"version": "0.0.1",
"main": "build/release/factor.js",
"directories": {
"example": "example"
},
"scripts": {
"dev": "shadow-cljs watch :example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tekacs/factor.git"
},
"author": "Amar Sood (tekacs)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/tekacs/factor/issues"
},
"homepage": "https://github.com/tekacs/factor#readme",
"description": "",
"dependencies": {
"@js-joda/core": "3.2.0",
"@js-joda/locale_en-us": "3.1.1",
"@js-joda/timezone": "2.5.0",
"detect-browser": "^5.3.0",
"mousetrap": "^1.6.5",
"nats": "^2.7.1",
"randexp": "^0.5.3",
"random-seed": "^0.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-error-boundary": "^3.1.4",
"react-refresh": "^0.8.1",
"shadow-cljs": "^2.19.8",
"yjs": "^13.5.36",
"zustand": "^4.0.0-rc.1"
}
}