c2e0aeebc6
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.1.31. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.1.31) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"version": "1.6.1",
|
|
"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",
|
|
"build": "node scripts/build.mjs"
|
|
},
|
|
"files": [],
|
|
"devDependencies": {
|
|
"@state-designer/react": "^3.0.0",
|
|
"@stitches/react": "^1.2.6",
|
|
"@tldraw/core": "^1.6.1",
|
|
"@tldraw/intersect": "^1.6.1",
|
|
"@tldraw/vec": "^1.6.1",
|
|
"@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",
|
|
"create-serve": "^1.0.1",
|
|
"esbuild": "^0.14.18",
|
|
"esbuild-serve": "^1.0.1",
|
|
"immer": "^9.0.12",
|
|
"lodash": "^4.17.21",
|
|
"nanoid": "^3.1.31",
|
|
"perfect-freehand": "^1.0.16",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-feather": "^2.0.9",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
|
|
}
|