-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 KB
/
package.json
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
{
"name": "widget_template",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "vue-cli-service build --target lib --dest tools/widgets/TemplateWidget --formats umd-min src/TemplateWidget.vue --name TemplateWidget"
},
"dependencies": {
"@openc3/tool-common": "5.3.0",
"vue": "2.7.14",
"vuetify": "2.6.12"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@rushstack/eslint-patch": "1.2.0",
"@vue/babel-preset-app": "5.0.8",
"@vue/cli": "5.0.8",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-prettier": "7.0.0",
"babel-loader": "9.1.0",
"babel-plugin-istanbul": "6.1.1",
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.8.0",
"prettier": "2.8.1",
"sass": "1.32.13",
"sass-loader": "13.2.0",
"vue-cli-plugin-vuetify": "2.5.8",
"vue-template-compiler": "2.7.14",
"webpack": "5.75.0"
}
}