forked from TailGrids/tailwind-ui-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "tailgrids",
"version": "1.1.3",
"main": "index.js",
"license": "MIT",
"keywords": [
"component-library",
"ui-components",
"tailwind",
"tailwindcss",
"tailwind-css",
"alpinejs",
"tailwindui",
"tailwind-ui",
"tailwind-blocks",
"css",
"html",
"template",
"components",
"ui",
"landing-page",
"blocks",
"free",
"tailgrids",
"tailwind-ui",
"tailwind-css-sections"
],
"author": "TailGrids Team <hello@tailgrids.com> (https://tailgrids.com/)",
"homepage": "https://tailgrids.com/",
"description": "Handcrafted Library of Tailwind CSS UI Components & Blocks.",
"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.3.4",
"postcss": "^8.3.6",
"tailwindcss": "^3.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/TailGrids/tailwind-ui-components"
}
}