48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "@foretold/components",
|
||
|
"version": "0.0.6",
|
||
|
"description": "Kit-demo of UX components",
|
||
|
"private": false,
|
||
|
"scripts": {
|
||
|
"build": "bsb -make-world",
|
||
|
"clean": "bsb -clean-world",
|
||
|
"predev": "yarn build",
|
||
|
"dev": "PORT=12346 parcel example/index.html",
|
||
|
"showcase": "PORT=12345 parcel example/index.html showcase/index.html",
|
||
|
"start": "bsb -make-world -w"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"foretold",
|
||
|
"bucklescript",
|
||
|
"reason",
|
||
|
"css"
|
||
|
],
|
||
|
"author": "Ozzie Gooen <ozzieagooen@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"@foretold/cdf": "1.0.16",
|
||
|
"@foretold/guesstimator": "1.0.11",
|
||
|
"bs-css": "11.0.0",
|
||
|
"bs-moment": "0.4.5",
|
||
|
"bs-platform": "7.2.2",
|
||
|
"d3": "5.16.0",
|
||
|
"emotion": "10.0.27",
|
||
|
"lodash": "4.17.15",
|
||
|
"moment": "2.24.0",
|
||
|
"rationale": "0.2.0",
|
||
|
"rc-dropdown": "3.0.2",
|
||
|
"rc-menu": "8.0.3",
|
||
|
"react": "16.12.0",
|
||
|
"react-dom": "16.12.0",
|
||
|
"react-icons-kit": "1.3.1",
|
||
|
"vega-embed": "6.6.0",
|
||
|
"vega": "5.11.1",
|
||
|
"react-use": "14.2.0",
|
||
|
"reason-apollo": "0.20.0",
|
||
|
"reason-react": "0.7.1",
|
||
|
"react-textarea-autosize": "7.1.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"parcel-bundler": "1.12.3"
|
||
|
}
|
||
|
}
|