-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
36
37
38
39
40
41
42
43
44
45
{
"name": "@dsb-norge/vue-feedback-dialog",
"description": "Feedback dialog based on vuetify for Vue.js",
"author": "Lars M Hejll",
"license": "MIT",
"homepage": "https://github.com/dsb-norge/vue-feedback-dialog",
"version": "1.2.2",
"private": false,
"main": "dist/VueFeedbackDialog.common.js",
"browser": "dist/VueFeedbackDialog.umd.js",
"scripts": {
"serve": "vue-cli-service serve ./dev/main.js",
"build": "vue-cli-service build --target lib --name VueFeedbackDialog src/index.js",
"version": "git add -A",
"postversion": "git push -u --follow-tags origin master"
},
"devDependencies": {
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-service": "5.0.8",
"sass": "1.83.4",
"sass-loader": "13.3.3",
"vue": "2.7.16",
"vue-cli-plugin-vuetify": "2.5.8",
"vue-template-compiler": "2.7.16",
"vuetify": "2.7.2",
"vuetify-loader": "1.9.2"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dsb-norge/vue-feedback-dialog.git"
},
"keywords": [
"vuejs",
"vue.js",
"feedback",
"feedback dialog",
"user feedback"
],
"dependencies": {
"caniuse-lite": "1.0.30001696"
}
}