-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
77 lines (77 loc) · 1.84 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
{
"name": "vuetify-use-dialog",
"type": "module",
"version": "0.6.11",
"packageManager": "[email protected]",
"description": "",
"author": "Robert Soriano <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/wobsoriano/vuetify-use-dialog#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/wobsoriano/vuetify-use-dialog.git"
},
"bugs": "https://github.com/wobsoriano/vuetify-use-dialog/issues",
"keywords": [
"vuetify",
"vue",
"confirm",
"snackbar",
"toast"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/vuetify-use-dialog.js",
"require": "./dist/vuetify-use-dialog.umd.cjs"
}
},
"main": "./dist/vuetify-use-dialog.umd.cjs",
"module": "./dist/vuetify-use-dialog.js",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && vue-tsc --noEmit && vite build --mode lib && rimraf dist/vite.svg",
"dev": "vite serve",
"dev:build": "vite build",
"dev:preview": "vite preview",
"lint": "eslint .",
"prepublishOnly": "pnpm build",
"release": "bumpp && npm publish"
},
"peerDependencies": {
"vue": "^3.2.0",
"vuetify": "^3.3.0"
},
"dependencies": {
"defu": "^6.1.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.13.2",
"@mdi/font": "^7.4.47",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.4",
"bumpp": "^9.4.0",
"eslint": "^9.0.0",
"rimraf": "^5.0.5",
"roboto-fontface": "^0.10.0",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.1",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.21",
"vue-tsc": "^2.0.11",
"vuetify": "^3.5.15"
}
}