2022-02-06 18:40:28 +00:00
|
|
|
{
|
2022-02-08 02:59:37 +00:00
|
|
|
"private": true,
|
2022-02-25 23:03:05 +00:00
|
|
|
"name": "squiggle",
|
2022-02-28 23:59:48 +00:00
|
|
|
"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",
|
2022-03-23 22:34:50 +00:00
|
|
|
"ci:playground": "yarn ci:components && yarn workspace @quri/squiggle-playground ci",
|
2022-03-23 23:56:38 +00:00
|
|
|
"nodeclean": "rm -r node_modules && rm -r packages/*/node_modules"
|
2022-03-02 23:22:26 +00:00
|
|
|
},
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "17.0.39"
|
2022-02-28 23:59:48 +00:00
|
|
|
},
|
2022-03-02 23:22:26 +00:00
|
|
|
"packageManager": "yarn@1.22.17"
|
2022-02-08 02:59:37 +00:00
|
|
|
}
|