2021-11-06 16:49:53 +00:00
|
|
|
{
|
2022-04-26 10:40:26 +00:00
|
|
|
"version": "1.7.0",
|
2021-11-18 13:09:18 +00:00
|
|
|
"name": "@tldraw/core-example-simple",
|
|
|
|
"description": "A simple example project for @tldraw/core.",
|
2021-11-06 16:49:53 +00:00
|
|
|
"author": "@steveruizok",
|
2021-11-18 13:09:18 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/tldraw/core.git"
|
|
|
|
},
|
2021-11-06 16:49:53 +00:00
|
|
|
"license": "MIT",
|
2021-11-18 13:09:18 +00:00
|
|
|
"private": true,
|
2021-11-06 16:49:53 +00:00
|
|
|
"scripts": {
|
2021-11-18 13:09:18 +00:00
|
|
|
"start:core": "node scripts/dev.mjs -w",
|
2021-11-06 16:49:53 +00:00
|
|
|
"build": "node scripts/build.mjs"
|
|
|
|
},
|
2021-11-18 13:09:18 +00:00
|
|
|
"files": [],
|
2021-11-06 16:49:53 +00:00
|
|
|
"devDependencies": {
|
2022-05-14 13:15:55 +00:00
|
|
|
"@tldraw/core": "*",
|
|
|
|
"@tldraw/vec": "*",
|
2022-02-03 10:57:03 +00:00
|
|
|
"@types/node": "^17.0.14",
|
|
|
|
"@types/react": "^17.0.38",
|
|
|
|
"@types/react-dom": "^17.0.11",
|
|
|
|
"@types/react-router-dom": "^5.3.3",
|
|
|
|
"concurrently": "^7.0.0",
|
|
|
|
"esbuild": "^0.14.18",
|
2021-11-06 16:49:53 +00:00
|
|
|
"esbuild-serve": "^1.0.1",
|
2022-02-03 10:57:03 +00:00
|
|
|
"mobx": "^6.3.13",
|
|
|
|
"mobx-react-lite": "^3.2.3",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"rimraf": "^3.0.2",
|
2022-05-11 13:25:08 +00:00
|
|
|
"typescript": "^4.6.4"
|
2021-11-06 16:49:53 +00:00
|
|
|
},
|
|
|
|
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
|
2022-05-11 13:25:08 +00:00
|
|
|
}
|