2021-11-06 16:49:53 +00:00
|
|
|
{
|
2022-08-28 07:19:11 +00:00
|
|
|
"version": "1.8.1",
|
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",
|
2022-08-09 23:18:59 +00:00
|
|
|
"type": "module",
|
2021-11-06 16:49:53 +00:00
|
|
|
"scripts": {
|
2022-08-11 07:28:30 +00:00
|
|
|
"dev": "vite",
|
2022-08-09 23:18:59 +00:00
|
|
|
"build": "tsc && vite build",
|
|
|
|
"preview": "vite preview",
|
2022-08-11 06:08:32 +00:00
|
|
|
"lint": "TIMING=1 eslint src/ --ext .ts,.tsx",
|
2022-08-02 13:57:00 +00:00
|
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
2021-11-06 16:49:53 +00:00
|
|
|
},
|
2022-08-09 23:18:59 +00:00
|
|
|
"dependencies": {
|
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-router-dom": "^5.3.3",
|
|
|
|
"concurrently": "^7.0.0",
|
2022-08-09 23:18:59 +00:00
|
|
|
"esbuild": "^0.14.54",
|
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",
|
2022-08-09 23:18:59 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-06-09 14:33:35 +00:00
|
|
|
"typescript": "^4.7.3",
|
2022-08-09 23:18:59 +00:00
|
|
|
"@types/react": "^18.0.17",
|
|
|
|
"@types/react-dom": "^18.0.6",
|
|
|
|
"@vitejs/plugin-react": "^2.0.0",
|
|
|
|
"vite": "^3.0.0"
|
|
|
|
}
|
2022-07-28 07:19:53 +00:00
|
|
|
}
|