-
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) · 909 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 909 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/tool-base",
"version": "7.0.1-beta0",
"type": "module",
"scripts": {
"serve": "vite build --watch --mode dev-server",
"build": "vite build",
"lint": "eslint src",
"format": "prettier --write \"./**\""
},
"dependencies": {
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"axios": "1.14.0",
"date-fns": "4.1.0",
"import-map-overrides": "6.1.0",
"systemjs": "6.15.1",
"vuetify": "3.12.2"
},
"devDependencies": {
"@babel/plugin-transform-modules-systemjs": "7.29.0",
"@types/systemjs": "6.15.4",
"@vitejs/plugin-vue": "6.0.5",
"prettier": "3.8.1",
"sass": "1.98.0",
"serve": "14.2.6",
"vite": "7.3.1",
"vue": "3.5.30"
},
"peerDependencies": {
"pinia": "3.0.4",
"single-spa": "6.0.3",
"vue-router": "4.4.4"
}
}