Freezes packages
This commit is contained in:
parent
7c76b1c46a
commit
53f8fe6a23
44
package.json
44
package.json
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "probtest",
|
"name": "estiband",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"homepage": "https://foretold-app.github.io/estiband/",
|
"homepage": "https://foretold-app.github.io/estiband/",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -23,35 +23,33 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@foretold/cdf": "^1.0.15",
|
"@foretold/cdf": "1.0.15",
|
||||||
"@foretold/components": "^0.0.3",
|
"@foretold/components": "0.0.3",
|
||||||
"@foretold/guesstimator": "^1.0.10",
|
"@foretold/guesstimator": "1.0.10",
|
||||||
"antd": "3.17.0",
|
"antd": "3.17.0",
|
||||||
"autoprefixer": "^9.7.4",
|
"autoprefixer": "9.7.4",
|
||||||
"bs-ant-design-alt": "2.0.0-alpha.31",
|
"bs-ant-design-alt": "2.0.0-alpha.31",
|
||||||
"bs-css": "^11.0.0",
|
"bs-css": "11.0.0",
|
||||||
"bs-moment": "0.4.4",
|
"bs-moment": "0.4.4",
|
||||||
"bs-reform": "9.7.1",
|
"bs-reform": "9.7.1",
|
||||||
"d3": "^5.15.0",
|
"d3": "5.15.0",
|
||||||
"lenses-ppx": "4.0.0",
|
"lenses-ppx": "4.0.0",
|
||||||
"less": "^3.10.3",
|
"less": "3.10.3",
|
||||||
"lodash": "^4.17.15",
|
"lodash": "4.17.15",
|
||||||
"moment": "^2.24.0",
|
"moment": "2.24.0",
|
||||||
"parcel-bundler": "^1.12.4",
|
"parcel-bundler": "1.12.4",
|
||||||
"parcel-plugin-less-js-enabled": "^1.0.2",
|
"parcel-plugin-less-js-enabled": "1.0.2",
|
||||||
"postcss-cli": "^7.1.0",
|
"postcss-cli": "7.1.0",
|
||||||
"rationale": "^0.2.0",
|
"rationale": "0.2.0",
|
||||||
"react": "^16.8.1",
|
"react": "16.12.0",
|
||||||
"react-dom": "^16.8.1",
|
"react-dom": "16.12.0",
|
||||||
"reason-react": ">=0.7.0",
|
"reason-react": ">=0.7.0",
|
||||||
"reschema": "^1.3.0"
|
"reschema": "1.3.0",
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"bs-platform": "5.2.1",
|
"bs-platform": "5.2.1",
|
||||||
"bsb-js": "^1.1.7",
|
"bsb-js": "1.1.7",
|
||||||
"gh-pages": "^2.2.0",
|
"gh-pages": "2.2.0",
|
||||||
"moduleserve": "^0.9.0",
|
"moduleserve": "0.9.1",
|
||||||
"tailwindcss": "^1.2.0"
|
"tailwindcss": "1.2.0"
|
||||||
},
|
},
|
||||||
"alias": {
|
"alias": {
|
||||||
"react": "./node_modules/react",
|
"react": "./node_modules/react",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user