Skip to content

Commit 949661b

Browse files
committed
chore: supplement the pkg of playground
1 parent b578034 commit 949661b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

playground/package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
{
22
"name": "soybean-react-ui-playground",
3+
"type": "module",
34
"version": "0.1.0",
45
"private": true,
6+
"description": "soybean-ui is an ui library like shadcn for React.",
7+
"author": {
8+
"name": "Ohh",
9+
"email": "15093262@qq.com",
10+
"url": "https://github.com/Ohh-889"
11+
},
12+
"license": "MIT",
13+
"homepage": "https://github.com/Ohh-889/soybean-react-ui",
14+
"repository": {
15+
"url": "https://github.com/Ohh-889/soybean-react-ui.git"
16+
},
17+
"bugs": {
18+
"url": "https://github.com/Ohh-889/soybean-react-ui/issues"
19+
},
20+
"keywords": ["UI", "tailwind-css", "shadcn-ui", "react"],
521
"scripts": {
622
"build": "next build",
723
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts",

0 commit comments

Comments
 (0)