squiggle/package.json

71 lines
2.1 KiB
JSON
Raw Normal View History

2020-02-05 21:09:27 +00:00
{
2020-02-19 05:29:06 +00:00
"name": "estiband",
2020-02-05 21:09:27 +00:00
"version": "0.1.0",
2020-02-10 23:22:04 +00:00
"homepage": "https://foretold-app.github.io/estiband/",
2020-02-05 21:09:27 +00:00
"scripts": {
"build": "bsb -make-world",
2020-02-07 16:06:38 +00:00
"build:style": "tailwind build src/styles/index.css -o src/styles/tailwind.css",
2020-02-05 21:09:27 +00:00
"start": "bsb -make-world -w -ws _ ",
"clean": "bsb -clean-world",
2020-02-07 14:43:04 +00:00
"parcel": "parcel ./src/index.html --public-url / --no-autoinstall -- watch",
2020-02-09 22:41:03 +00:00
"parcel-build": "parcel build ./src/index.html --no-source-maps --no-autoinstall",
"showcase": "PORT=12345 parcel showcase/index.html",
2020-02-05 21:09:27 +00:00
"server": "moduleserve ./ --port 8000",
2020-02-19 10:03:45 +00:00
"predeploy": "parcel build ./src/index.html --no-source-maps --no-autoinstall",
2020-02-10 23:22:04 +00:00
"deploy": "gh-pages -d dist",
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": [
"BuckleScript",
"ReasonReact",
"reason-react"
],
"author": "",
"license": "MIT",
"dependencies": {
2020-02-19 05:29:06 +00:00
"@foretold/components": "0.0.3",
"@foretold/guesstimator": "1.0.10",
"@glennsl/bs-jest": "^0.5.0",
"@glennsl/bs-json": "^5.0.2",
2020-02-10 20:37:12 +00:00
"antd": "3.17.0",
2020-02-19 05:29:06 +00:00
"autoprefixer": "9.7.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"binary-search-tree": "0.2.6",
2020-03-04 07:50:11 +00:00
"bs-ant-design-alt": "2.0.0-alpha.33",
2020-02-19 05:29:06 +00:00
"bs-css": "11.0.0",
2020-02-10 20:37:12 +00:00
"bs-moment": "0.4.4",
2020-02-19 16:13:54 +00:00
"bs-platform": "7.0.1",
2020-02-07 14:43:04 +00:00
"bs-reform": "9.7.1",
2020-02-19 16:13:54 +00:00
"bsb-js": "1.1.7",
2020-02-19 05:29:06 +00:00
"d3": "5.15.0",
2020-02-19 16:13:54 +00:00
"gh-pages": "2.2.0",
2020-02-18 15:50:36 +00:00
"jest": "^25.1.0",
"jstat": "1.9.2",
2020-02-19 16:13:54 +00:00
"lenses-ppx": "5.1.0",
2020-02-19 05:29:06 +00:00
"less": "3.10.3",
"lodash": "4.17.15",
2020-04-03 12:42:17 +00:00
"mathjs": "5.10.3",
2020-02-19 16:13:54 +00:00
"moduleserve": "0.9.1",
2020-02-19 05:29:06 +00:00
"moment": "2.24.0",
"parcel-bundler": "1.12.4",
"parcel-plugin-less-js-enabled": "1.0.2",
2020-04-10 07:19:38 +00:00
"parcel-plugin-bundle-visualiser": "1.2.0",
"pdfast": "^0.2.0",
2020-02-19 05:29:06 +00:00
"postcss-cli": "7.1.0",
"rationale": "0.2.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-use": "^13.27.0",
2020-02-07 14:43:04 +00:00
"reason-react": ">=0.7.0",
2020-02-19 05:29:06 +00:00
"reschema": "1.3.0",
2020-04-03 13:32:14 +00:00
"tailwindcss": "1.2.0"
},
"alias": {
"react": "./node_modules/react",
"react-dom": "./node_modules/react-dom"
2020-02-05 21:09:27 +00:00
}
}