-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.92 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "vue3-responsive-dash",
"version": "0.1.8",
"keywords": [
"vuejs",
"vue",
"vue3",
"responsive",
"drag",
"draggable",
"resize",
"resizable",
"dashboard",
"grid",
"grid-layout",
"components"
],
"repository": {
"type": "git",
"url": "https://github.com/Stawlie/vue3-responsive-dash.git"
},
"files": [
"dist",
"types/*.d.ts"
],
"types": "./types/index.d.ts",
"author": "Stawlie",
"main": "dist/vue3-responsive-dash.common.js",
"unpkg": "dist/vue3-responsive-dash.umd.min.js",
"scripts": {
"serve": "vue-cli-service serve --port=5000",
"build": "vue-cli-service build --target lib ./src/components/index.js",
"lint": "vue-cli-service lint",
"version:patch": "npm version patch -no-git-tag-version",
"version:minor": "npm version minor -no-git-tag-version",
"version:major": "npm version major -no-git-tag-version"
},
"dependencies": {
"@interactjs/actions": "^1.10.26",
"@interactjs/auto-start": "^1.10.26",
"@interactjs/interact": "^1.10.26",
"element-resize-detector": "^1.2.4",
"ste-simple-events": "^3.0.11"
},
"devDependencies": {
"@interactjs/types": "^1.10.26",
"@types/element-resize-detector": "^1.1.6",
"@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",
"core-js": "^3.35.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"typescript": "~4.5.5"
},
"description": "Vue 3 version of vue-responsive-dash",
"bugs": {
"url": "https://github.com/Stawlie/vue3-responsive-dash/issues"
},
"homepage": "https://github.com/Stawlie/vue3-responsive-dash#readme",
"license": "MIT",
"peerDependencies": {
"vue": "^3.4.13"
}
}