-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.18 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
46
47
{
"name": "v-qr",
"version": "0.0.1",
"description": "QR code with logo component for Vue.js.",
"private": false,
"author": "jingguangyan [email protected]",
"main": "dist/v-qr.umd.min.js",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name v-qr --dest dist packages/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jingguangyan/v-qr.git"
},
"bugs": {
"url": "https://github.com/jingguangyan/v-qr/issues"
},
"homepage": "https://github.com/jingguangyan/v-qr",
"keywords": [
"v-qr",
"v-qrcode",
"vue qrcode",
"vue-qrcode",
"vue logo qrcode"
],
"files": [
"/dist"
],
"dependencies": {
"core-js": "^3.3.2",
"qrcode": "^1.4.4",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-plugin-router": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.3",
"babel-plugin-component": "^1.1.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.10"
}
}