-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.43 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.43 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "roam",
"version": "0.16.0",
"description": "Discourse Graph Plugin for roamresearch.com",
"scripts": {
"dev": "tsx scripts/dev.ts",
"build": "tsx scripts/build.ts",
"deploy": "tsx scripts/deploy.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"publish": "tsx scripts/publish.ts",
"check-types": "tsc --noEmit --skipLibCheck"
},
"license": "Apache-2.0",
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/tailwind-config": "workspace:*",
"@repo/types": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/file-saver": "2.0.5",
"@types/nanoid": "2.0.0",
"@types/react": "catalog:roam",
"@types/react-dom": "catalog:roam",
"@types/react-vertical-timeline-component": "^3.3.3",
"axios": "^0.27.2",
"dotenv": "^16.0.3",
"esbuild": "0.17.14",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2"
},
"//": "axios dep temporary - need to fix the dep in underlying libraries",
"tags": [
"queries",
"widgets"
],
"dependencies": {
"@blueprintjs/core": "3.50.4",
"@blueprintjs/icons": "3.30.2",
"@blueprintjs/select": "3.19.1",
"@nanopub/nanopub-js": "^0.1.0",
"@nanopub/sign": "0.1.10",
"@octokit/auth-app": "^7.1.4",
"@octokit/core": "^6.1.3",
"@repo/database": "workspace:*",
"@repo/utils": "workspace:*",
"@supabase/functions-js": "catalog:",
"@supabase/supabase-js": "catalog:",
"@tldraw/editor": "2.3.0",
"@tldraw/state": "2.3.0",
"@tldraw/store": "2.3.0",
"@tldraw/tlschema": "2.3.0",
"@tldraw/utils": "2.3.0",
"@tldraw/validate": "2.3.0",
"@use-gesture/react": "^10.2.27",
"@vercel/blob": "^1.1.1",
"classnames": "^2.3.2",
"colord": "^2.9.3",
"core-js": "^3.45.0",
"cytoscape": "^3.21.0",
"cytoscape-navigator": "^2.0.1",
"date-fns": "^2.30.0",
"eslint": "catalog:",
"eventemitter3": "^4.0.7",
"file-saver": "2.0.2",
"fuzzy": "^0.1.3",
"lodash.isequal": "^4.5.0",
"nanoid": "2.0.4",
"posthog-js": "^1.306.1",
"react-charts": "^3.0.0-beta.48",
"react-draggable": "4.4.5",
"react-in-viewport": "1.0.0-alpha.20",
"react-vertical-timeline-component": "3.5.2",
"roamjs-components": "0.86.4",
"tldraw": "2.3.0",
"use-sync-external-store": "1.5.0",
"xregexp": "^5.0.0",
"zod": "^3.23.8"
},
"peerDependencies": {
"react": "catalog:roam",
"react-dom": "catalog:roam"
}
}