-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 926 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 926 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
{
"name": "widgets_src",
"version": "6.9.2-beta0",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint src",
"build": "vite build -c vite-HelloworldWidget.config.js && vite build -c vite-BigWidget.config.js && vite build -c vite-DataviewerquaternionWidget.config.js && vite build -c vite-DataviewertimeWidget.config.js"
},
"dependencies": {
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*"
},
"devDependencies": {
"@rushstack/eslint-patch": "1.14.0",
"@vitejs/plugin-vue": "5.2.3",
"@vue/eslint-config-prettier": "10.2.0",
"eslint": "9.38.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-vue": "10.5.1",
"prettier": "3.6.2",
"sass": "1.93.2",
"vite": "6.4.1",
"vite-plugin-style-inject": "0.0.1",
"vue": "3.5.22"
}
}