Puts www back in packages
This commit is contained in:
parent
cec7048acd
commit
e71bf1d327
3 changed files with 1562 additions and 57 deletions
|
@ -12,7 +12,8 @@
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/core",
|
"packages/core",
|
||||||
"packages/tldraw",
|
"packages/tldraw",
|
||||||
"packages/dev"
|
"packages/dev",
|
||||||
|
"packages/www"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"@stitches/react": "^0.2.3",
|
"@stitches/react": "^0.2.3",
|
||||||
"@tldraw/tldraw": "*",
|
"@tldraw/tldraw": "*",
|
||||||
"idb": "^6.1.2",
|
"idb": "^6.1.2",
|
||||||
"next": "^11.0.1",
|
"next": "^11.1.0",
|
||||||
"next-transpile-modules": "^8.0.0",
|
"next-transpile-modules": "^8.0.0",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2"
|
"react-dom": "^17.0.2"
|
||||||
|
@ -36,4 +36,4 @@
|
||||||
"eslint-config-next": "11.0.1",
|
"eslint-config-next": "11.0.1",
|
||||||
"typescript": "^4.3.5"
|
"typescript": "^4.3.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue