2022-02-06 19:25:51 +00:00
|
|
|
{
|
2022-03-21 23:54:37 +00:00
|
|
|
"name": "@quri/squiggle-playground",
|
2022-02-06 19:25:51 +00:00
|
|
|
"version": "0.1.0",
|
|
|
|
"homepage": "https://foretold-app.github.io/estiband/",
|
|
|
|
"scripts": {
|
|
|
|
"parcel": "parcel ./src/index.html",
|
2022-03-02 23:22:26 +00:00
|
|
|
"parcel-build": "parcel build ./src/index.html --no-source-maps --no-autoinstall --no-scope-hoist",
|
2022-02-06 19:25:51 +00:00
|
|
|
"deploy": "gh-pages -d dist",
|
2022-03-02 23:22:26 +00:00
|
|
|
"ci": "yarn parcel-build"
|
2022-02-06 19:25:51 +00:00
|
|
|
},
|
2022-03-02 23:22:26 +00:00
|
|
|
"keywords": [],
|
2022-02-06 19:25:51 +00:00
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2022-03-02 23:22:26 +00:00
|
|
|
"@emotion/react": "^11.8.1",
|
2022-03-21 23:54:37 +00:00
|
|
|
"@quri/squiggle-lang": "^0.2.2",
|
2022-02-06 19:25:51 +00:00
|
|
|
"ace-builds": "^1.4.12",
|
|
|
|
"antd": "^4.18.5",
|
|
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
|
|
|
"binary-search-tree": "0.2.6",
|
2022-03-25 11:56:07 +00:00
|
|
|
"css-loader": "^6.7.1",
|
2022-02-06 19:25:51 +00:00
|
|
|
"gh-pages": "2.2.0",
|
|
|
|
"jstat": "1.9.2",
|
|
|
|
"lenses-ppx": "5.1.0",
|
|
|
|
"less": "3.10.3",
|
|
|
|
"lodash": "4.17.15",
|
2022-03-25 11:55:00 +00:00
|
|
|
"mathjs": "10.4.1",
|
2022-02-06 19:25:51 +00:00
|
|
|
"moduleserve": "0.9.1",
|
2022-03-25 12:05:48 +00:00
|
|
|
"moment": "2.29.1",
|
2022-02-06 19:25:51 +00:00
|
|
|
"pdfast": "^0.2.0",
|
|
|
|
"rationale": "0.2.0",
|
2022-02-08 02:59:37 +00:00
|
|
|
"react": "17.0.2",
|
2022-02-06 19:25:51 +00:00
|
|
|
"react-ace": "^9.2.0",
|
2022-02-08 02:59:37 +00:00
|
|
|
"react-dom": "^17.0.2",
|
2022-02-06 19:25:51 +00:00
|
|
|
"react-use": "^17.3.2",
|
|
|
|
"react-vega": "^7.4.4",
|
|
|
|
"vega": "*",
|
2022-03-25 11:55:11 +00:00
|
|
|
"vega-embed": "6.20.8",
|
2022-02-06 19:25:51 +00:00
|
|
|
"vega-lite": "*"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-02 23:22:26 +00:00
|
|
|
"@emotion/babel-plugin": "^11.7.2",
|
|
|
|
"@parcel/core": "^2.3.2",
|
|
|
|
"@types/react": "^17.0.39",
|
|
|
|
"autoprefixer": "^10.4.2",
|
2022-02-06 19:25:51 +00:00
|
|
|
"docsify": "^4.12.2",
|
2022-03-02 23:22:26 +00:00
|
|
|
"jest": "^27.5.1",
|
2022-02-26 03:37:13 +00:00
|
|
|
"parcel": "^2.3.2",
|
2022-03-02 23:22:26 +00:00
|
|
|
"postcss": "^8.4.7",
|
|
|
|
"postcss-cli": "^9.1.0",
|
|
|
|
"tailwindcss": "^3.0.23",
|
|
|
|
"typescript": "^4.6.2"
|
2022-02-06 19:25:51 +00:00
|
|
|
}
|
|
|
|
}
|