37 lines
980 B
JSON
37 lines
980 B
JSON
{
|
|
"version": "1.8.6",
|
|
"name": "@tldraw/core-example-simple",
|
|
"description": "A simple example project for @tldraw/core.",
|
|
"author": "@steveruizok",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tldraw/core.git"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "TIMING=1 eslint src/ --ext .ts,.tsx",
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@tldraw/core": "*",
|
|
"@tldraw/vec": "*",
|
|
"@types/node": "^17.0.14",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"concurrently": "^7.0.0",
|
|
"esbuild": "^0.14.54",
|
|
"esbuild-serve": "^1.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.7.3",
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@vitejs/plugin-react": "^2.0.0",
|
|
"vite": "^3.0.0"
|
|
}
|
|
}
|