-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.55 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "vue3-draggable-float",
"private": false,
"version": "0.0.7",
"files": [
"dist"
],
"type": "module",
"style": "./dist/style.css",
"main": "./dist/vue3-draggable-float.umd.ts",
"module": "./dist/vue3-draggable-float.es.ts",
"typings": "./dist/packages/index.d.ts",
"exports": {
".": {
"types": "./dist/packages/index.d.ts",
"import": "./dist/vue3-draggable-float.es.ts",
"require": "./dist/vue3-draggable-float.umd.ts"
},
"./resolver": {
"types": "./dist/resolver.d.ts",
"import": "./dist/resolver.mjs",
"require": "./dist/resolver.cjs"
},
"./*": [
"./*",
"./*.d.ts"
]
},
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"scripts": {
"dev": "vite",
"build": "vite build && vite build --config vite.config.build.ts && vite build --config vite.config.build.resolver.ts ",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.4",
"vue3-draggable-float": "^0.0.5"
},
"devDependencies": {
"@types/node": "^17.0.42",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.1",
"less": "^4.1.3",
"postcss-less": "^6.0.0",
"prettier": "^2.7.1",
"rollup-plugin-visualizer": "^5.6.0",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^8.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^26.0.0",
"stylelint-order": "^5.0.0",
"terser": "^5.22.0",
"typescript": "^5.0.2",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.6.0",
"vite-plugin-libcss": "^1.1.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-eslint-parser": "^9.0.3",
"vue-tsc": "^1.8.5"
},
"description": "This components should help get you started developing with Vue Vue3DraggableFloat in Vue 3.",
"repository": {
"type": "git",
"url": "git+https://github.com/cl1169451697/vue3-draggable-float.git"
},
"keywords": [
"Vue3",
"TS",
"Vite",
"Vue3DraggableFloat",
"Components"
],
"author": "CL",
"license": "ISC",
"bugs": {
"url": "https://github.com/cl1169451697/vue3-draggable-float/issues"
},
"homepage": "https://github.com/cl1169451697/vue3-draggable-float#readme"
}