UNPKG

2.1 kBJSONView Raw
1{
2 "name": "daisyui",
3 "version": "4.12.14",
4 "description": "daisyUI - Tailwind CSS Components",
5 "author": "Pouya Saadeghi",
6 "license": "MIT",
7 "homepage": "https://daisyui.com",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/saadeghi/daisyui.git"
11 },
12 "funding": {
13 "type": "opencollective",
14 "url": "https://opencollective.com/daisyui"
15 },
16 "bugs": {
17 "url": "https://github.com/saadeghi/daisyui/issues"
18 },
19 "keywords": [
20 "design-system",
21 "tailwindcss",
22 "components",
23 "ui-library",
24 "component",
25 "framework",
26 "tailwind",
27 "daisyui",
28 "theming",
29 "postcss",
30 "design",
31 "css",
32 "ui"
33 ],
34 "main": "src/index.js",
35 "typings": "src/index.d.ts",
36 "types": "src/index.d.ts",
37 "files": [
38 "src/lib/**/*.js",
39 "dist/*.js",
40 "dist/{themes,styled,unstyled,full}.css",
41 "src/index.js",
42 "src/theming/*.js",
43 "src/theming/*.d.ts",
44 "src/index.d.ts"
45 ],
46 "engines": {
47 "node": ">=16.9.0"
48 },
49 "browserslist": [
50 "> 7%"
51 ],
52 "publishConfig": {
53 "access": "public",
54 "branches": [
55 "master"
56 ]
57 },
58 "scripts": {
59 "init": "npm install && npm run build && cd src/docs && npm install && npm run get-json --silent && cd src/experiments/playground && npm install",
60 "format": "biome format --write .",
61 "lint": "biome lint . --write",
62 "build": "node src/build",
63 "build:skipfullcss": "node src/build --skipfullcss",
64 "dev": "cd src/docs && npm run dev",
65 "playground": "cd src/experiments/playground && npm run dev",
66 "release": "node src/release",
67 "publish:alpha": "npm publish --tag=alpha",
68 "alpha": "npm run release -- --alpha && npm publish --tag=alpha"
69 },
70 "devDependencies": {
71 "@biomejs/biome": "^1.9.1",
72 "autoprefixer": "10.4.19",
73 "commit-and-tag-version": "12.4.1",
74 "postcss-cli": "11.0.0",
75 "postcss-import": "16.1.0",
76 "prejss-cli": "0.3.3",
77 "tailwindcss": "3.4.4"
78 },
79 "dependencies": {
80 "css-selector-tokenizer": "^0.8",
81 "culori": "^3",
82 "picocolors": "^1",
83 "postcss-js": "^4"
84 }
85}