Compare commits
1 Commits
develop
...
fix-github
Author | SHA1 | Date | |
---|---|---|---|
|
e6b4f286a1 |
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
"name": "@squiggle/components",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"name": "@quri/squiggle-components",
|
||||
"version": "0.1.5",
|
||||
"dependencies": {
|
||||
"@squiggle/lang": "0.1.9",
|
||||
"@quri/squiggle-lang": "0.2.1",
|
||||
"@testing-library/jest-dom": "^5.16.2",
|
||||
"@testing-library/react": "^12.1.2",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
|
@ -69,11 +68,18 @@
|
|||
"@storybook/node-logger": "^6.4.18",
|
||||
"@storybook/preset-create-react-app": "^4.0.0",
|
||||
"@storybook/react": "^6.4.18",
|
||||
"webpack": "^5.68.0"
|
||||
"@types/webpack": "^5.28.0",
|
||||
"react-ace": "^9.5.0",
|
||||
"react-codejar": "^1.1.2",
|
||||
"ts-loader": "^9.2.8",
|
||||
"webpack": "^5.70.0",
|
||||
"webpack-cli": "^4.9.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "17.0.39"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"source": "./src/index.ts",
|
||||
"module": "dist/bundle.js",
|
||||
"main": "dist/bundle.js",
|
||||
"types": "dist/index.d.ts"
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.8.1",
|
||||
"@squiggle/lang": "^0.1.9",
|
||||
"@quri/squiggle-lang": "^0.2.1",
|
||||
"ace-builds": "^1.4.12",
|
||||
"antd": "^4.18.5",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "@squiggle/lang",
|
||||
"version": "0.1.9",
|
||||
"name": "@quri/squiggle-lang",
|
||||
"version": "0.2.1",
|
||||
"homepage": "https://foretold-app.github.io/estiband/",
|
||||
"scripts": {
|
||||
"build": "rescript build -with-deps",
|
||||
"parcel": "parcel build ./src/js/index.js --no-source-maps --no-autoinstall",
|
||||
"parcel": "parcel build --no-source-maps --no-autoinstall",
|
||||
"start": "rescript build -w -with-deps",
|
||||
"clean": "rescript clean",
|
||||
"test": "jest",
|
||||
|
@ -19,29 +19,34 @@
|
|||
],
|
||||
"author": "Quantified Uncertainty Research Institute",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@glennsl/bs-json": "^5.0.2",
|
||||
"@rescriptbr/reform": "^11.0.1",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
||||
"lodash": "4.17.15",
|
||||
"mathjs": "5.10.3",
|
||||
"pdfast": "^0.2.0",
|
||||
"rationale": "0.2.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@glennsl/bs-json": "^5.0.2",
|
||||
"@glennsl/rescript-jest": "^0.9.0",
|
||||
"@parcel/packager-ts": "^2.3.2",
|
||||
"@parcel/transformer-typescript-types": "^2.3.2",
|
||||
"@types/jest": "^27.4.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
||||
"docsify": "^4.12.2",
|
||||
"gentype": "^4.3.0",
|
||||
"jest": "^27.5.1",
|
||||
"jstat": "1.9.2",
|
||||
"jstat": "^1.9.5",
|
||||
"lodash": "4.17.15",
|
||||
"mathjs": "5.10.3",
|
||||
"moduleserve": "0.9.1",
|
||||
"parcel": "^2.2.1",
|
||||
"parcel-bundler": "1.12.4",
|
||||
"parcel": "^2.3.2",
|
||||
"pdfast": "^0.2.0",
|
||||
"rationale": "0.2.0",
|
||||
"rescript": "^9.1.4",
|
||||
"ts-jest": "^27.1.3",
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
"main": "./dist/js/index.js",
|
||||
"types": "./dist/js/index.d.ts"
|
||||
"source": "./src/js/index.ts",
|
||||
"module": "./dist/module.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"targets": {
|
||||
"module": {
|
||||
"includeNodeModules": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user