55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "@tldraw/core",
|
|
"version": "0.0.42",
|
|
"private": false,
|
|
"description": "A tiny little drawing app (core).",
|
|
"author": "@steveruizok",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tldraw/tldraw.git",
|
|
"directory": "packages/core"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [],
|
|
"files": [
|
|
"README.md",
|
|
"dist"
|
|
],
|
|
"main": "./dist/cjs/index.js",
|
|
"types": "./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 --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": {
|
|
"@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",
|
|
"babel-jest": "^27.0.6",
|
|
"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": {
|
|
"deepmerge": "^4.2.2",
|
|
"ismobilejs": "^1.1.1",
|
|
"react-error-boundary": "^3.1.3",
|
|
"react-use-gesture": "^9.1.3"
|
|
}
|
|
}
|