1c9974e26f
Bumps [react-vega](https://github.com/vega/react-vega) from 7.4.4 to 7.5.0. - [Release notes](https://github.com/vega/react-vega/releases) - [Changelog](https://github.com/vega/react-vega/blob/master/CHANGELOG.md) - [Commits](https://github.com/vega/react-vega/compare/v7.4.4...v7.5.0) --- updated-dependencies: - dependency-name: react-vega dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"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.2",
|
|
"@quri/squiggle-lang": "^0.2.2",
|
|
"ace-builds": "^1.4.12",
|
|
"antd": "^4.19.3",
|
|
"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": "4.1.2",
|
|
"lodash": "4.17.21",
|
|
"mathjs": "10.4.3",
|
|
"moduleserve": "0.9.1",
|
|
"moment": "2.29.1",
|
|
"pdfast": "^0.2.0",
|
|
"rationale": "0.2.0",
|
|
"react": "18.0.0",
|
|
"react-ace": "^9.2.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-use": "^17.3.2",
|
|
"react-vega": "^7.5.0",
|
|
"vega": "*",
|
|
"vega-embed": "6.20.8",
|
|
"vega-lite": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@emotion/babel-plugin": "^11.7.2",
|
|
"@parcel/core": "^2.4.0",
|
|
"@types/react": "^18.0.0",
|
|
"autoprefixer": "^10.4.4",
|
|
"docsify": "^4.12.2",
|
|
"jest": "^27.5.1",
|
|
"parcel": "^2.4.0",
|
|
"postcss": "^8.4.7",
|
|
"postcss-cli": "^9.1.0",
|
|
"tailwindcss": "^3.0.23",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|