squiggle/package.json

59 lines
1.7 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": {
2022-01-12 07:33:04 +00:00
"build": "rescript build",
2020-02-07 16:06:38 +00:00
"build:style": "tailwind build src/styles/index.css -o src/styles/tailwind.css",
2022-01-12 07:33:04 +00:00
"start": "rescript build -w",
"clean": "rescript clean",
"parcel": "parcel ./src/index.html",
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": {
"@glennsl/bs-json": "^5.0.2",
2022-01-28 10:55:03 +00:00
"@rescriptbr/reform": "^11.0.1",
2020-08-10 13:40:40 +00:00
"ace-builds": "^1.4.12",
2022-01-28 20:55:14 +00:00
"autoprefixer": "9.8.8",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"binary-search-tree": "0.2.6",
2022-01-28 20:55:14 +00:00
"bs-moment": "0.6.0",
2020-04-30 12:30:52 +00:00
"jest": "^25.5.1",
"jstat": "1.9.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",
2020-02-19 16:13:54 +00:00
"moduleserve": "0.9.1",
2020-02-19 05:29:06 +00:00
"moment": "2.24.0",
"pdfast": "^0.2.0",
2020-02-19 05:29:06 +00:00
"rationale": "0.2.0",
2022-01-29 20:35:12 +00:00
"rescript": "^9.1.4"
},
"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",
"parcel-bundler": "1.12.4",
"parcel-plugin-bundle-visualiser": "^1.2.0",
"parcel-plugin-less-js-enabled": "1.0.2"
},
"alias": {
"react": "./node_modules/react",
"react-dom": "./node_modules/react-dom"
2020-02-05 21:09:27 +00:00
}
}