squiggle/package.json

22 lines
833 B
JSON
Raw Normal View History

2022-02-06 18:40:28 +00:00
{
"private": true,
"name": "squiggle",
"scripts": {
"build:lang": "cd packages/squiggle-lang && yarn && yarn build && yarn package",
2022-03-01 00:23:08 +00:00
"storybook:components": "cd packages/components && yarn && yarn storybook",
"build-storybook:components": "cd packages/components && yarn && yarn build-storybook",
2022-03-02 23:22:26 +00:00
"build:components": "cd packages/components && yarn && yarn package",
"build:playground": "cd packages/playground && yarn && yarn parcel-build",
2022-03-23 17:55:31 +00:00
"ci:lang": "yarn workspace @quri/squiggle-lang ci",
"ci:components": "yarn ci:lang && yarn workspace @quri/squiggle-components ci",
"ci:playground": "yarn ci:components && yarn workspace @quri/squiggle-playground ci"
2022-03-02 23:22:26 +00:00
},
"workspaces": [
"packages/*"
],
"resolutions": {
"@types/react": "17.0.39"
},
2022-03-02 23:22:26 +00:00
"packageManager": "yarn@1.22.17"
}