Puts www back in packages

This commit is contained in:
Steve Ruiz 2021-08-11 21:03:59 +01:00
parent cec7048acd
commit e71bf1d327
3 changed files with 1562 additions and 57 deletions

View file

@ -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",

View file

@ -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"
} }
} }

1612
yarn.lock

File diff suppressed because it is too large Load diff