2021-08-10 16:12:55 +00:00
|
|
|
{
|
|
|
|
"name": "@tldraw/core",
|
2021-09-04 15:41:01 +00:00
|
|
|
"version": "0.0.59",
|
2021-08-10 16:12:55 +00:00
|
|
|
"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": [],
|
|
|
|
"main": "./dist/cjs/index.js",
|
2021-08-27 09:53:01 +00:00
|
|
|
"module": "./dist/esm/index.js",
|
2021-08-10 16:12:55 +00:00
|
|
|
"types": "./dist/types/index.d.ts",
|
2021-08-27 09:53:01 +00:00
|
|
|
"typings": "./dist/types/index.d.ts",
|
2021-08-10 16:12:55 +00:00
|
|
|
"scripts": {
|
2021-08-30 18:10:30 +00:00
|
|
|
"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",
|
2021-08-10 16:12:55 +00:00
|
|
|
"lint": "eslint src/ --ext .ts,.tsx",
|
|
|
|
"clean": "rm -rf dist",
|
|
|
|
"ts-node": "ts-node",
|
|
|
|
"docs": "typedoc --entryPoints src/index.ts"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-04 15:21:02 +00:00
|
|
|
"@babel/core": "^7.15.5",
|
|
|
|
"@babel/preset-env": "^7.15.4",
|
2021-08-13 09:28:09 +00:00
|
|
|
"@types/jest": "^27.0.1",
|
2021-09-04 10:32:33 +00:00
|
|
|
"@types/node": "^16.7.10",
|
2021-08-10 16:12:55 +00:00
|
|
|
"@types/react": "^17.0.16",
|
|
|
|
"@types/react-dom": "^17.0.9",
|
2021-09-04 10:32:33 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
|
|
|
"@typescript-eslint/parser": "^4.30.0",
|
2021-08-30 07:45:10 +00:00
|
|
|
"esbuild": "^0.12.24",
|
|
|
|
"eslint": "^7.32.0",
|
2021-09-04 15:21:02 +00:00
|
|
|
"lerna": "^4.0.0",
|
2021-08-10 16:12:55 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2021-08-30 07:45:10 +00:00
|
|
|
"ts-node": "^10.2.1",
|
|
|
|
"tslib": "^2.3.1",
|
|
|
|
"typedoc": "^0.21.9",
|
2021-09-04 15:21:02 +00:00
|
|
|
"typescript": "^4.4.2"
|
2021-08-10 16:12:55 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"deepmerge": "^4.2.2",
|
|
|
|
"react-use-gesture": "^9.1.3"
|
2021-09-04 15:21:46 +00:00
|
|
|
},
|
|
|
|
"gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
|
2021-09-04 15:21:02 +00:00
|
|
|
}
|