forked from kidonng/unocss-preset-daisy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 904 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
40
{
"name": "unocss-preset-daisy",
"version": "6.0.1",
"description": "UnoCSS preset for daisyUI",
"scripts": {
"build": "vite build demo",
"prepack": "tsc",
"preview": "vite preview demo --host",
"start": "vite demo --host"
},
"repository": "kidonng/unocss-preset-daisy",
"license": "MIT",
"author": "Kid <[email protected]> (https://xuann.wang/)",
"type": "module",
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts"
],
"dependencies": {
"autoprefixer": "^10.4.15",
"camelcase": "^8.0.0",
"parsel-js": "^1.1.2",
"postcss": "^8.4.29",
"postcss-js": "^4.0.1"
},
"peerDependencies": {
"daisyui": "^3.0.0",
"unocss": ">0.53.0"
},
"devDependencies": {
"@iconify-json/octicon": "^1.1.48",
"@sindresorhus/tsconfig": "^4.0.0",
"@types/postcss-js": "^4.0.1",
"@unocss/reset": "^0.55.7",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"xo": "^0.56.0"
}
}