-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 941 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 941 Bytes
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
{
"name": "robot-gui4",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@carbon/charts-svelte": "^1.13.21",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"carbon-components-svelte": "^0.82.8",
"carbon-icons-svelte": "^12.4.2",
"carbon-pictograms-svelte": "^12.10.0",
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"sass": "^1.69.7",
"svelte": "4.2.10",
"vite": "^5.0.8"
},
"dependencies": {
"@carbon/styles": "^1.47.0",
"@influxdata/influxdb-client": "^1.33.2",
"@xyflow/svelte": "0.0.34",
"candygraph": "^0.10.0",
"carbon-components": "^10.58.12",
"carbon-preprocess-svelte": "^0.10.0",
"cirbuf": "^1.0.2",
"d3-color": "^3.1.0",
"elkjs": "^0.9.1",
"nats.ws": "^1.19.1",
"svelte-preprocess": "^5.1.3",
"svelte-spa-router": "^4.0.1",
"three": "^0.160.0"
}
}