-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 843 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": "shadoz",
"version": "0.0.1",
"description": "Basic example of oz lib working with shadow-cljs and reagent",
"repository": {
"type": "git",
"url": "https://github.com/ivanminutillo/reagent-shadow-oz-example"
},
"author": {
"name": "Ivan minutillo",
"email": "[email protected]"
},
"license": "EPL-2.0",
"scripts": {
"dev": "shadow-cljs watch app",
"release": "shadow-cljs release app",
"server": "shadow-cljs server",
"clean": "rm -rf target && rm -rf public/js",
"clean-win": "rmdir /s /q public/js & rmdir /s /q target"
},
"dependencies": {
"create-react-class": "^15.6.3",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"vega": "^5.3.5",
"vega-embed": "^4.0.0",
"vega-lite": "^3.2.1"
},
"devDependencies": {
"shadow-cljs": "^2.6.10"
}
}