forked from fulcrologic/fulcro-rad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 815 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
{
"name": "fulcro-rad",
"version": "1.0.0",
"description": "= Fulcro Rapid Application Development Tools",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/fulcrologic/fulcro-rad.git"
},
"author": "Fulcrologic, LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/fulcrologic/fulcro-rad/issues"
},
"homepage": "https://github.com/fulcrologic/fulcro-rad#readme",
"devDependencies": {
"karma": "^6.3.10",
"karma-chrome-launcher": "3.1.0",
"karma-cljs-test": "0.1.0",
"colors": "1.4.0"
},
"dependencies": {
"colors": "1.4.0",
"@js-joda/core": "3.2.0",
"@js-joda/timezone": "2.8.0",
"big.js": "6.1.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"shadow-cljs": "2.15.12"
}
}