{ "name": "@tldraw/www", "version": "0.0.42", "private": true, "description": "A tiny little drawing app (editor).", "author": "@steveruizok", "repository": { "type": "git", "url": "git+https://github.com/tldraw/tldraw.git", "directory": "packages/www" }, "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", "start": "", "serve": "next serve", "lint": "next lint" }, "dependencies": { "@stitches/react": "^0.2.3", "@tldraw/tldraw": "^0.0.42", "idb": "^6.1.2", "next": "^11.1.0", "next-transpile-modules": "^8.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "@babel/core": "^7.14.6", "@types/jest": "^26.0.23", "@types/node": "^14.14.25", "@types/react": "^17.0.16", "@types/react-dom": "^17.0.9", "eslint": "7.32.0", "eslint-config-next": "11.0.1", "typescript": "^4.3.5" } }