-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
42
43
44
45
46
47
48
49
50
{
"name": "query-builder",
"version": "1.34.1",
"description": "Introduces new user interfaces for building queries in Roam",
"main": "./build/main.js",
"author": {
"name": "David Vargas",
"email": "[email protected]"
},
"scripts": {
"postinstall": "patch-package",
"start": "samepage dev",
"prebuild:roam": "npm install",
"build:roam": "samepage build --dry",
"test": "samepage test"
},
"license": "MIT",
"devDependencies": {
"@types/contrast-color": "^1.0.0",
"@types/react-vertical-timeline-component": "^3.3.3",
"axios": "^0.27.2"
},
"//": "axios dep temporary - need to fix the dep in underlying libraries",
"tags": [
"queries",
"widgets"
],
"dependencies": {
"@samepage/external": "^0.71.10",
"@tldraw/tldraw": "^2.0.0-alpha.12",
"contrast-color": "^1.0.1",
"cytoscape-navigator": "^2.0.1",
"nanoid": "2.0.4",
"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.83.4",
"signia-react": "^0.1.1"
},
"overrides": {
"@tldraw/tldraw": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
},
"samepage": {
"extends": "node_modules/roamjs-components/package.json"
}
}