-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 934 Bytes
/
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
{
"name": "@mixte/components",
"type": "module",
"version": "3.0.0-beta.2",
"author": "Wei Zhang <https://github.com/Zhang-Wei-666>",
"license": "MIT",
"homepage": "https://github.com/MoomFE/mixte#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/MoomFE/mixte.git"
},
"bugs": {
"url": "https://github.com/MoomFE/mixte/issues"
},
"sideEffects": false,
"exports": {
"./auto-grid": {
"types": "./dist/auto-grid.d.ts",
"import": "./dist/auto-grid.mjs",
"require": "./dist/auto-grid.cjs"
},
"./list-auto-grid": {
"types": "./dist/list-auto-grid.d.ts",
"import": "./dist/list-auto-grid.mjs",
"require": "./dist/list-auto-grid.cjs"
},
"./*": "./*"
},
"files": [
"*.d.ts",
"dist"
],
"dependencies": {
"@mixte/use": "workspace:*",
"@vueuse/core": "*",
"mixte": "workspace:*",
"vue-demi": "*"
}
}