-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.17 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
{
"name": "shadcn-typography",
"version": "1.0.7",
"description": "This is a collection of typography components created off of the shadcn/ui website. The components are built using Tailwind CSS and React.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "lib",
"components": "components"
},
"scripts": {
"build": "tailwindcss -o dist/style.css && tsc",
"prepublish": "tailwindcss -o dist/style.css && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kian1991/shadcn-typography.git"
},
"keywords": [
"shadcn",
"typography",
"components",
"next.js",
"react",
"tailwindcss",
"typescript",
"ui",
"reuseable",
"forwardRef",
"className"
],
"author": "Kian Lütke",
"license": "ISC",
"bugs": {
"url": "https://github.com/kian1991/shadcn-typography/issues"
},
"homepage": "https://github.com/kian1991/shadcn-typography#readme",
"peerDependencies": {
"clsx": "^2.1.0",
"tailwind-merge": "^2.2.2"
},
"devDependencies": {
"@types/react": "^18.2.73",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}