We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28580ac commit dab6bbdCopy full SHA for dab6bbd
package.json
@@ -10,6 +10,20 @@
10
"module": "./dist/slider.js",
11
"unpkg": "./dist/slider.global.js",
12
"style": "./themes/default.css",
13
+ "exports": {
14
+ ".": {
15
+ "types": "./src/index.d.ts",
16
+ "import": "./dist/slider.js",
17
+ "require": "./dist/slider.js"
18
+ },
19
+ "./src/*": "./src/*",
20
+ "./dist/*": "./dist/*",
21
+ "./themes/*": "./themes/*",
22
+ "./tailwind": "./tailwind.js",
23
+ "./tailwind.js": "./tailwind.js",
24
+ "./package.json": "./package.json"
25
26
+ "sideEffects": false,
27
"repository": {
28
"type": "git",
29
"url": "git+https://github.com/vueform/slider.git"
0 commit comments