2021-11-18 13:09:18 +00:00
|
|
|
{
|
2022-06-09 17:06:17 +00:00
|
|
|
"version": "1.7.0",
|
2021-11-18 13:09:18 +00:00
|
|
|
"name": "@tldraw/core-example-advanced",
|
|
|
|
"description": "An advanced example project for @tldraw/core.",
|
|
|
|
"author": "@steveruizok",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/tldraw/tldraw.git"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build:core": "yarn build",
|
|
|
|
"start:core": "node scripts/dev.mjs -w",
|
2022-07-30 07:27:54 +00:00
|
|
|
"build": "node scripts/build.mjs",
|
2022-08-02 13:57:00 +00:00
|
|
|
"lint": "eslint src/ --ext .ts,.tsx",
|
|
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
2021-11-18 13:09:18 +00:00
|
|
|
},
|
|
|
|
"files": [],
|
|
|
|
"devDependencies": {
|
2022-02-03 10:57:03 +00:00
|
|
|
"@state-designer/react": "^3.0.0",
|
|
|
|
"@stitches/react": "^1.2.6",
|
2022-05-14 13:15:55 +00:00
|
|
|
"@tldraw/core": "*",
|
|
|
|
"@tldraw/intersect": "*",
|
|
|
|
"@tldraw/vec": "*",
|
2022-02-03 10:57:03 +00:00
|
|
|
"@types/node": "^17.0.14",
|
|
|
|
"@types/react-router-dom": "^5.3.3",
|
|
|
|
"concurrently": "^7.0.0",
|
|
|
|
"create-serve": "^1.0.1",
|
|
|
|
"esbuild": "^0.14.18",
|
2021-11-18 13:09:18 +00:00
|
|
|
"esbuild-serve": "^1.0.1",
|
2022-02-03 10:57:03 +00:00
|
|
|
"immer": "^9.0.12",
|
2021-11-18 13:09:18 +00:00
|
|
|
"lodash": "^4.17.21",
|
2022-02-11 21:35:44 +00:00
|
|
|
"nanoid": "^3.1.31",
|
2022-06-01 14:21:36 +00:00
|
|
|
"perfect-freehand": "^1.1.0",
|
2021-11-18 13:09:18 +00:00
|
|
|
"react-feather": "^2.0.9",
|
2022-02-03 10:57:03 +00:00
|
|
|
"rimraf": "^3.0.2",
|
2022-06-09 14:33:35 +00:00
|
|
|
"typescript": "^4.7.3",
|
|
|
|
"@types/react": "^18.0.12",
|
|
|
|
"@types/react-dom": "^18.0.5",
|
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0"
|
2021-11-18 13:09:18 +00:00
|
|
|
},
|
2021-11-19 15:02:04 +00:00
|
|
|
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
|
2022-07-28 07:19:53 +00:00
|
|
|
}
|