| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "name": "@tldraw/tldraw",
- "version": "0.0.47",
- "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": [],
- "main": "./dist/cjs/index.js",
- "types": "./dist/types/index.d.ts",
- "typings": "./dist/types/index.d.ts",
- "scripts": {
- "start": "node scripts/dev & tsc --watch --incremental --emitDeclarationOnly --declarationMap --outDir dist/types",
- "build": "yarn clean && node scripts/build && tsc --project tsconfig.build.json --emitDeclarationOnly --outDir dist/types",
- "lint": "eslint src/ --ext .ts,.tsx",
- "clean": "rm -rf dist",
- "ts-node": "ts-node",
- "docs": "typedoc --entryPoints src/index.ts"
- },
- "devDependencies": {
- "@tldraw/core": "*",
- "@types/jest": "^27.0.1",
- "@types/node": "^15.0.1",
- "@types/react": "^17.0.16",
- "@types/react-dom": "^17.0.9",
- "@typescript-eslint/eslint-plugin": "^4.19.0",
- "@typescript-eslint/parser": "^4.19.0",
- "esbuild": "^0.11.11",
- "eslint": "^7.22.0",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "ts-node": "^9.1.1",
- "tslib": "^2.3.0",
- "typedoc": "^0.20.35",
- "typescript": "^4.3.5"
- },
- "peerDependencies": {
- "react": "^17.0.2",
- "react-dom": "^17.0.2"
- },
- "dependencies": {
- "@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": "^0.2.3",
- "@tldraw/core": "^0.0.47",
- "ismobilejs": "^1.1.1",
- "perfect-freehand": "^0.4.10",
- "react-hotkeys-hook": "^3.4.0",
- "zustand": "^3.5.7"
- },
- "gitHead": "4a7439ddf81b615ee49fddbe00802699975f9375"
- }
|