squiggle/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2020-02-05 21:09:27 +00:00
{
2022-01-29 23:56:44 +00:00
"name": "squiggle-experimental",
2022-01-30 01:01:27 +00:00
"version": "0.1.4",
2020-02-10 23:22:04 +00:00
"homepage": "https://foretold-app.github.io/estiband/",
2022-01-30 00:20:53 +00:00
"private": false,
2020-02-05 21:09:27 +00:00
"scripts": {
2022-01-12 07:33:04 +00:00
"build": "rescript build",
2022-01-30 00:20:53 +00:00
"build:style": "tailwind build",
2022-01-30 00:23:18 +00:00
"parcel": "parcel build ./src/js/index.js --no-source-maps --no-autoinstall",
2022-01-12 07:33:04 +00:00
"start": "rescript build -w",
"clean": "rescript clean",
2020-02-18 15:50:36 +00:00
"test": "jest",
"test:ci": "yarn jest",
"watch:test": "jest --watchAll",
"watch:s": "yarn jest -- Converter_test --watch"
2020-02-05 21:09:27 +00:00
},
"keywords": [
2022-01-30 00:20:53 +00:00
"Rescript"
2020-02-05 21:09:27 +00:00
],
2022-01-29 23:56:44 +00:00
"author": "Quantified Uncertainty Research Institute",
2020-02-05 21:09:27 +00:00
"license": "MIT",
"dependencies": {
"@glennsl/bs-json": "^5.0.2",
2022-01-28 10:55:03 +00:00
"@rescriptbr/reform": "^11.0.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
2020-02-19 05:29:06 +00:00
"lodash": "4.17.15",
2020-04-03 12:42:17 +00:00
"mathjs": "5.10.3",
"pdfast": "^0.2.0",
2022-01-29 23:56:44 +00:00
"rationale": "0.2.0"
},
"devDependencies": {
"@glennsl/bs-jest": "^0.5.1",
2022-01-28 20:55:14 +00:00
"bs-platform": "9.0.2",
2022-01-28 10:55:03 +00:00
"docsify": "^4.12.2",
2022-01-29 22:43:08 +00:00
"gentype": "^4.3.0",
2022-01-29 23:56:44 +00:00
"jest": "^25.5.1",
"jstat": "1.9.2",
"moduleserve": "0.9.1",
2022-01-30 00:20:53 +00:00
"parcel": "^2.2.1",
"parcel-bundler": "1.12.4",
"parcel-plugin-bundle-visualiser": "^1.2.0",
2022-01-29 23:56:44 +00:00
"parcel-plugin-less-js-enabled": "1.0.2",
"rescript": "^9.1.4"
2020-02-05 21:09:27 +00:00
}
}