| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "name": "@tldraw/tldraw",
- "version": "0.0.66",
- "private": false,
- "description": "A tiny little drawing app (editor).",
- "author": "@steveruizok",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tldraw/tldraw.git",
- "directory": "packages/tldraw"
- },
- "license": "MIT",
- "keywords": [],
- "files": [
- "dist"
- ],
- "main": "./dist/cjs/index.js",
- "module": "./dist/esm/index.js",
- "types": "./dist/types/index.d.ts",
- "typings": "./dist/types/index.d.ts",
- "scripts": {
- "start:pre": "node scripts/pre-dev && yarn types:pre",
- "start": "node scripts/dev & yarn types:dev",
- "build": "yarn clean && node scripts/build && yarn types:build",
- "types:pre": "tsc",
- "types:dev": "tsc --watch",
- "types:build": "tsc --project tsconfig.build.json",
- "lint": "eslint src/ --ext .ts,.tsx",
- "clean": "rm -rf dist",
- "ts-node": "ts-node",
- "docs": "typedoc",
- "docs:watch": "typedoc --watch"
- },
- "devDependencies": {
- "@babel/core": "^7.15.5",
- "@babel/preset-env": "^7.15.4",
- "@types/jest": "^27.0.1",
- "@types/node": "^16.7.10",
- "@types/react": "^17.0.16",
- "@types/react-dom": "^17.0.9",
- "@typescript-eslint/eslint-plugin": "^4.30.0",
- "@typescript-eslint/parser": "^4.30.0",
- "esbuild": "^0.12.24",
- "eslint": "^7.32.0",
- "lerna": "^4.0.0",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "ts-node": "^10.2.1",
- "tslib": "^2.3.1",
- "typedoc": "^0.21.9",
- "typescript": "^4.4.2"
- },
- "peerDependencies": {
- "react": "^17.0.2",
- "react-dom": "^17.0.2"
- },
- "dependencies": {
- "@radix-ui/react-alert-dialog": "^0.0.20",
- "@radix-ui/react-checkbox": "^0.0.16",
- "@radix-ui/react-context-menu": "^0.0.23",
- "@radix-ui/react-dropdown-menu": "^0.0.22",
- "@radix-ui/react-icons": "^1.0.3",
- "@radix-ui/react-id": "^0.0.6",
- "@radix-ui/react-radio-group": "^0.0.18",
- "@radix-ui/react-tooltip": "^0.0.20",
- "@stitches/react": "^1.0.0",
- "@tldraw/core": "^0.0.66",
- "perfect-freehand": "^0.5.3",
- "react-hotkeys-hook": "^3.4.0",
- "rko": "^0.5.20"
- },
- "gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
- }
|