-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
59 lines (59 loc) · 1.5 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
{
"name": "daisyui-vue",
"private": true,
"version": "0.0.1-alpha.20",
"author": "daief <defeng_mail@163.com> (https://github.com/daief)",
"homepage": "https://daief.tech/daisyui-vue",
"repository": {
"type": "git",
"url": "git+https://github.com/daief/daisyui-vue.git"
},
"license": "Apache-2.0",
"sideEffects": false,
"scripts": {
"build": "rm -rf dist && NODE_ENV=production rollup -c",
"watch": "NODE_ENV=development rollup -c -w",
"dvinit": "dv init",
"icons": "dv icons",
"release": "standard-version",
"pre:release": "pnpm run release --prerelease=alpha",
"pub": "pnpm build && pnpm dv pre-publish && pnpm dv publish"
},
"resolutions": {
"vue": "3.2.26"
},
"peerDependencies": {
"@vicons/ionicons5": "^0.12.0",
"vue": "^3.0.0"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"deepmerge": "^4.0.0"
},
"devDependencies": {
"@dv/develop": "*",
"@types/jest": "^29.4.0",
"@types/node": "^14.18.12",
"@vicons/ionicons5": "^0.12.0",
"jest": "^29.4.3",
"prettier": "^2.4.0",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.5",
"vue": "*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"description": "Vue3 UI components based on [daisyui](https://github.com/saadeghi/daisyui).",
"keywords": [
"Vue",
"Vue3",
"UI Library",
"UI Components",
"Daisyui"
],
"bugs": {
"url": "https://github.com/daief/daisyui-vue/issues"
}
}