{ "name": "@quri/squiggle-playground", "version": "0.1.0", "homepage": "https://foretold-app.github.io/estiband/", "scripts": { "parcel": "parcel ./src/index.html", "parcel-build": "parcel build ./src/index.html --no-source-maps --no-autoinstall --no-scope-hoist", "deploy": "gh-pages -d dist", "ci": "yarn parcel-build" }, "keywords": [], "author": "", "license": "MIT", "dependencies": { "@emotion/react": "^11.8.1", "@quri/squiggle-lang": "^0.2.2", "ace-builds": "^1.4.12", "antd": "^4.18.5", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "binary-search-tree": "0.2.6", "css-loader": "^6.7.1", "gh-pages": "3.2.3", "jstat": "1.9.5", "lenses-ppx": "6.1.10", "less": "3.10.3", "lodash": "4.17.15", "mathjs": "10.4.1", "moduleserve": "0.9.1", "moment": "2.29.1", "pdfast": "^0.2.0", "rationale": "0.2.0", "react": "17.0.2", "react-ace": "^9.2.0", "react-dom": "^17.0.2", "react-use": "^17.3.2", "react-vega": "^7.4.4", "vega": "*", "vega-embed": "6.20.8", "vega-lite": "*" }, "devDependencies": { "@emotion/babel-plugin": "^11.7.2", "@parcel/core": "^2.4.0", "@types/react": "^17.0.39", "autoprefixer": "^10.4.2", "docsify": "^4.12.2", "jest": "^27.5.1", "parcel": "^2.3.2", "postcss": "^8.4.7", "postcss-cli": "^9.1.0", "tailwindcss": "^3.0.23", "typescript": "^4.6.2" } }