{ "name": "airsonic-ui", "version": "0.0.1", "description": "Airsonic UI written with re-frame", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "shadow-cljs watch app", "build": "rm -r public/app/js; shadow-cljs release app" }, "author": "Arne Schlüter", "license": "ISC", "dependencies": { "create-react-class": "^15.6.3", "react": "^16.3.2", "react-dom": "^16.3.2", "shadow-cljs": "^2.3.0" }, "devDependencies": { "react-flip-move": "^3.0.1", "react-highlight.js": "^1.0.7" } }