-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
75 lines (75 loc) · 1.69 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "tailgrids",
"version": "2.2.7",
"main": "index.js",
"license": "MIT",
"keywords": [
"component-library",
"ui-components",
"tailwind",
"react-components",
"vue-components",
"tailwindcss",
"tailwind-css",
"alpinejs",
"tailwindui",
"tailwind-ui",
"tailwind-blocks",
"css",
"html",
"template",
"components",
"ui",
"landing-page",
"blocks",
"free",
"tailgrids",
"tailwind-ui",
"vuejs",
"reactjs",
"frontend",
"web-development",
"responsive-design",
"design-system",
"ui-kit",
"vue-ui",
"react-ui",
"javascript",
"frontend-components",
"design-library",
"ui-library",
"web-components",
"headless-ui",
"vue",
"react",
"single-page-applications",
"spa",
"high-performance",
"reusable-components",
"vue-templates",
"react-templates",
"tailwind-css-sections",
"tailgrids",
"flowbite",
"daisyui"
],
"author": "TailGrids Team <hello@tailgrids.com> (https://tailgrids.com/)",
"homepage": "https://tailgrids.com/",
"description": "Handcrafted Library of Tailwind CSS UI Components & Blocks for HTML, React and Vue.",
"bugs": "https://github.com/TailGrids/tailwind-ui-components/issues",
"scripts": {
"build-css": "npx tailwindcss -i ./src/tailwind.css -o ./assets/css/tailwind.css -w"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailgrids": "^2.2.5",
"tailwindcss": "^3.4.4"
},
"repository": {
"type": "git",
"url": "https://github.com/TailGrids/tailwind-ui-components"
}
}