-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "@ameinhardt/unocss-preset-daisy",
"type": "module",
"version": "1.1.5",
"packageManager": "pnpm@9.14.4",
"description": "UnoCSS preset for daisyUI",
"author": "Axel Meinhardt <axel.meinhardt@itiergarten.de> (https://www.itiergarten.de/)",
"license": "MIT",
"repository": "ameinhardt/unocss-preset-daisy",
"exports": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"dist"
],
"scripts": {
"build:demo": "vite build demo",
"dev": "vite dev demo",
"build": "tsc --noEmit && unbuild",
"prepack": "npm run build",
"prepare": "npm run build",
"lint": "eslint . --fix",
"preview": "vite preview demo --host",
"start": "vite demo --host"
},
"peerDependencies": {
"daisyui": "^4.12.14 || ^5.0.0-alpha",
"unocss": "^0.65.0"
},
"dependencies": {
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"postcss": "8.4.49"
},
"devDependencies": {
"@antfu/eslint-config": "3.12.1",
"@iconify-json/octicon": "^1.2.2",
"@types/node": "^22.10.5",
"@unocss/reset": "^0.65.3",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"unbuild": "^3.2.0",
"vite": "^6.0.7"
}
}