-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 989 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 989 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
{
"name": "@openc3/cosmos-tool-cmdtlmserver",
"version": "7.0.1-beta0",
"private": true,
"type": "module",
"scripts": {
"serve": "vite build --watch --mode dev-server",
"build": "vite build",
"lint": "eslint src",
"serve:standalone": "vite preview --mode standalone"
},
"dependencies": {
"@astrouxds/astro-web-components": "7.27.0",
"@dagrejs/dagre": "1.1.8",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"@vue-flow/background": "1.3.2",
"@vue-flow/controls": "1.1.3",
"@vue-flow/core": "1.48.2",
"@vue-flow/minimap": "1.5.4",
"@vue-flow/node-resizer": "1.5.1",
"@vue-flow/node-toolbar": "1.1.1",
"axios": "1.14.0",
"date-fns": "4.1.0",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.5",
"@vue/test-utils": "2.4.6",
"prettier": "3.8.1",
"sass": "1.98.0",
"vite": "7.3.1",
"vue": "3.5.30"
}
}