| 1234567891011121314151617 |
- {
- "scripts": {
- "dev": "shadow-cljs watch app",
- "prod": "shadow-cljs release app",
- "build-report": "shadow-cljs run shadow.cljs.build-report app target/build-report.html",
- "test": "shadow-cljs compile test && node target/test/tests.js"
- },
- "devDependencies": {
- "shadow-cljs": "3.4.11"
- },
- "dependencies": {
- "mathjs": "7.0.1",
- "react": "16.9.0",
- "react-dom": "16.9.0"
- }
- }
|