squiggle/package.json

20 lines
365 B
JSON
Raw Permalink Normal View History

2022-02-06 18:40:28 +00:00
{
"private": true,
"name": "squiggle",
"scripts": {
"nodeclean": "rm -r node_modules && rm -r packages/*/node_modules"
2022-03-02 23:22:26 +00:00
},
"devDependencies": {
2022-10-08 01:19:15 +00:00
"prettier": "^2.7.1",
"turbo": "^1.5.5"
},
2022-03-02 23:22:26 +00:00
"workspaces": [
"packages/*"
],
"resolutions": {
"@types/react": "^18.0.1",
"react": "^18.0.0"
},
2022-03-02 23:22:26 +00:00
"packageManager": "yarn@1.22.17"
}