squiggle/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2020-02-05 21:09:27 +00:00
{
"name": "probtest",
"version": "0.1.0",
"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",
2020-02-05 21:09:27 +00:00
"server": "moduleserve ./ --port 8000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"BuckleScript",
"ReasonReact",
"reason-react"
],
"author": "",
"license": "MIT",
"dependencies": {
2020-02-07 14:43:04 +00:00
"antd": "^3.26.8",
2020-02-07 16:06:38 +00:00
"autoprefixer": "^9.7.4",
2020-02-07 14:43:04 +00:00
"bs-ant-design-alt": "^2.0.0-alpha.32",
2020-02-07 15:30:52 +00:00
"bs-moment": "^0.4.5",
2020-02-07 14:43:04 +00:00
"bs-reform": "9.7.1",
"lenses-ppx": "4.0.0",
2020-02-07 15:30:52 +00:00
"less": "^3.10.3",
2020-02-07 14:43:04 +00:00
"parcel-bundler": "^1.12.4",
2020-02-07 15:30:52 +00:00
"parcel-plugin-less-js-enabled": "^1.0.2",
2020-02-07 16:06:38 +00:00
"postcss-cli": "^7.1.0",
"rationale": "^0.2.0",
2020-02-05 21:09:27 +00:00
"react": "^16.8.1",
"react-dom": "^16.8.1",
2020-02-07 14:43:04 +00:00
"reason-react": ">=0.7.0",
"reschema": "^1.3.0"
2020-02-05 21:09:27 +00:00
},
"devDependencies": {
2020-02-07 14:43:04 +00:00
"bs-platform": "^5.0.6",
2020-02-07 15:30:52 +00:00
"bsb-js": "^1.1.7",
2020-02-07 16:06:38 +00:00
"moduleserve": "^0.9.0",
"tailwindcss": "^1.2.0"
2020-02-05 21:09:27 +00:00
}
2020-02-09 22:41:03 +00:00
}