-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.74 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
{
"name": "evo-vue-carousel",
"version": "1.0.9",
"type": "module",
"license": "GPL-3.0-only",
"files": [
"dist"
],
"exports": {
".": {
"require": "./dist/evo-vue-carousel.js",
"import": "./dist/evo-vue-carousel.js"
},
"./tailwind": {
"require": "./dist/tailwind.js",
"import": "./dist/tailwind.js"
}
},
"scripts": {
"dev": "vite --host",
"build": "vite build && cp ./src/node/tailwind.js ./dist/tailwind.js",
"preview": "vite preview",
"demo": "pnpm --filter='./demo' run dev",
"demo:build": "pnpm --filter='./demo' run build",
"demo:preview": "pnpm --filter='./demo' run preview",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@vitejs/plugin-vue": "^5.1.4",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-vue": "^9.30.0",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10",
"vite-plugin-lib-inject-css": "^2.1.1",
"vue": "^3.5.12"
},
"peerDependencies": {
"tailwind-merge": "^2.5.2",
"vue": "^3.4.38"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"dependencies": {
"@evomark/vue-forward-slots": "^6.2.0",
"@skirtle/vue-vnode-utils": "^0.2.0",
"@vueuse/core": "^11.2.0",
"lodash-es": "^4.17.21",
"vue3-icon": "^3.0.3"
}
}