{ "name": "estiband", "version": "0.1.0", "homepage": "https://foretold-app.github.io/estiband/", "scripts": { "build": "rescript build", "build:style": "tailwind build src/styles/index.css -o src/styles/tailwind.css", "start": "rescript build -w", "clean": "rescript clean", "parcel": "parcel ./src/index.html", "parcel-build": "parcel build ./src/index.html --no-source-maps --no-autoinstall", "showcase": "PORT=12345 parcel showcase/index.html", "server": "moduleserve ./ --port 8000", "predeploy": "parcel build ./src/index.html --no-source-maps --no-autoinstall", "deploy": "gh-pages -d dist", "test": "jest", "test:ci": "yarn jest", "watch:test": "jest --watchAll", "watch:s": "yarn jest -- Converter_test --watch" }, "keywords": [ "BuckleScript", "ReasonReact", "reason-react" ], "author": "", "license": "MIT", "dependencies": { "@glennsl/bs-json": "^5.0.2", "@rescript/react": "^0.10.3", "@rescriptbr/reform": "^11.0.1", "ace-builds": "^1.4.12", "antd": "^4.18.5", "autoprefixer": "9.8.8", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "binary-search-tree": "0.2.6", "bs-ant-design-alt": "2.0.0-alpha.33", "bs-css": "^15.1.0", "bs-css-dom": "^3.1.0", "bs-moment": "0.6.0", "bs-reform": "^10.0.3", "bsb-js": "1.1.7", "d3": "7.3.0", "gh-pages": "2.2.0", "jest": "^25.5.1", "jstat": "1.9.2", "lenses-ppx": "5.1.0", "less": "3.10.3", "lodash": "4.17.15", "mathjs": "5.10.3", "moduleserve": "0.9.1", "moment": "2.24.0", "pdfast": "^0.2.0", "postcss-cli": "7.1.0", "rationale": "0.2.0", "react": "^16.10.0", "react-ace": "^9.2.0", "react-dom": "^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0", "react-use": "^17.3.2", "react-vega": "^7.4.4", "reason-react": ">=0.7.0", "reschema": "^2.2.0", "rescript": "^9.1.4", "squiggle-experimental": "^0.1.8", "tailwindcss": "1.2.0", "vega": "*", "vega-embed": "6.6.0", "vega-lite": "*" }, "devDependencies": { "@glennsl/bs-jest": "^0.5.1", "bs-platform": "9.0.2", "docsify": "^4.12.2", "parcel-bundler": "1.12.4", "parcel-plugin-bundle-visualiser": "^1.2.0", "parcel-plugin-less-js-enabled": "1.0.2" }, "alias": { "react": "./node_modules/react", "react-dom": "./node_modules/react-dom" } }