-
Notifications
You must be signed in to change notification settings - Fork 0
/
backup.json
70 lines (70 loc) · 2.06 KB
/
backup.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "image-gallery-input",
"main": "dist/image-gallery-input.common.js",
"files": [
"dist/*",
"*.js",
"*.json"
],
"version": "1.0.0",
"description": "The ImageGalleryInput component is a versatile Vue.js component designed to handle image inputs with drag and drop functionality. It allows users to easily upload images by dragging and dropping them onto the designated area. With its intuitive interface, users can seamlessly select and upload multiple images at once. The ImageGalleryInput component provides a smooth and interactive user experience, simplifying the process of adding images to your application.",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name image-gallery-input ./src/components/ImageGalleryInput.vue",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.8.3",
"vue": "^2.6.14",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"typescript": "~4.5.5",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.88.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"@vue/typescript"
],
"parserOptions": {
"parser": "@typescript-eslint/parser"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"keywords": [
"Image",
"Gallery",
"Input",
"Drag",
"Drop"
],
"author": "Manuel Guido",
"license": "ISC"
}