-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"version": "1.7.15",
"name": "@tldraw/tldraw-example",
"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,
"type": "module",
"scripts": {
"dev": "npm-run-all --parallel dev:server dev:client",
"build": "vite build",
"dev:server": "convex dev",
"dev:client": "vite --open --clearScreen false",
"predev": "convex dev --until-success"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@liveblocks/client": "^0.17.7",
"@liveblocks/react": "^0.17.7",
"@tldraw/core": "1.20.2",
"@tldraw/tldraw": "1.26.3",
"convex": "1.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"vite-tsconfig-paths": "^3.5.0"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"typescript": "^4.8.4",
"vite": "^3.0.0",
"npm-run-all": "^4.1.5"
}
}