-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 3.21 KB
/
Copy pathpackage.json
File metadata and controls
100 lines (100 loc) · 3.21 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "typedb-studio",
"version": "3.11.3",
"scripts": {
"ng": "ng",
"generate-grammar": "lezer-generator --typeScript src/framework/codemirror-lang-typeql/typeql.grammar -o src/framework/codemirror-lang-typeql/generated/typeql.grammar.generated",
"start": "ng serve",
"build": "ng build",
"build:dev": "ng build -c development",
"build:prod": "ng build -c production",
"watch": "ng build --watch --configuration development",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"set-version": "node scripts/set-version.js"
},
"private": true,
"dependencies": {
"@acrodata/code-editor": "0.5.1",
"@angular/animations": "20.0.3",
"@angular/cdk": "20.0.3",
"@angular/common": "20.0.3",
"@angular/compiler": "20.0.3",
"@angular/core": "20.0.3",
"@angular/fire": "20.0.1",
"@angular/forms": "20.0.3",
"@angular/material": "20.0.3",
"@angular/platform-browser": "20.0.3",
"@angular/platform-browser-dynamic": "20.0.3",
"@angular/router": "20.0.3",
"@codemirror/autocomplete": "6.20.0",
"@codemirror/commands": "6.10.1",
"@codemirror/language": "6.12.1",
"@codemirror/lint": "6.9.4",
"@codemirror/search": "6.6.0",
"@codemirror/state": "6.5.3",
"@codemirror/view": "6.39.16",
"@customerio/cdp-analytics-browser": "0.2.0",
"@hhangular/resizable": "1.18.1",
"@intercom/messenger-js-sdk": "0.0.14",
"@lezer/common": "1.5.0",
"@lezer/highlight": "1.2.3",
"@lezer/lr": "1.4.2",
"@sigma/edge-curve": "3.1.0",
"@sigma/node-square": "3.0.0",
"@tauri-apps/api": "~2.10.0",
"@tauri-apps/plugin-opener": "^2",
"@typedb/driver-http": "3.7.0",
"@typedb/graph-utils": "workspace:*",
"@types/d3-force": "^3.0.10",
"chroma-js": "3.1.2",
"d3-force": "^3.0.0",
"graphology": "0.26.0",
"graphology-layout-force": "0.2.4",
"graphology-layout-forceatlas2": "0.10.1",
"graphology-layout-noverlap": "0.4.2",
"js-yaml": "4.1.0",
"ngx-markdown": "20.1.0",
"posthog-js": "1.343.1",
"prismjs": "1.29.0",
"semver": "7.6.3",
"rxjs": "~7.8.0",
"sigma": "3.0.1",
"tslib": "^2.3.0",
"typedb-web-common": "workspace:*",
"uuid": "11.1.0",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.0.2",
"@angular/cli": "20.0.2",
"@angular/compiler-cli": "20.0.3",
"@lezer/generator": "1.8.0",
"@sanity/asset-utils": "1.3.0",
"@sanity/icons": "3.4.0",
"@sanity/types": "3.14.4",
"@tauri-apps/cli": "~2.10.0",
"@types/chroma-js": "3.1.1",
"@types/jasmine": "~5.1.0",
"@types/js-yaml": "4.0.9",
"@types/prismjs": "1.26.5",
"@types/semver": "7.5.8",
"graphology-types": "0.24.8",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"netlify-plugin-discord": "0.0.2",
"typescript": "5.8.3",
"unplugin-lezer": "1.0.1"
},
"browserslist": [
"defaults and fully supports es6-module"
],
"engines": {
"node": ">=22.16.0 <23"
},
"packageManager": "pnpm@10.12.1+sha256.889bac470ec93ccc3764488a19d6ba8f9c648ad5e50a9a6e4be3768a5de387a3"
}