-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "@beanwei/astro-ui",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected]",
"description": "Build Fast, Beautiful Websites with AstroUI",
"author": "Bean Wei <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/beanwei/astro-ui#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/beanwei/astro-ui.git"
},
"bugs": "https://github.com/beanwei/astro-ui/issues",
"keywords": [
"withastro",
"astro-integration",
"shadcn",
"astro"
],
"exports": {
".": "./src/index.ts",
"./tailwind": "./src/tailwind.ts"
},
"files": [
"src/"
],
"scripts": {
"taze": "npx taze -r -w"
},
"dependencies": {
"@floating-ui/dom": "^1.6.12",
"dom-serializer": "^2.0.0",
"htmlparser2": "^10.0.0",
"tailwind-variants": "^0.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.9.1",
"astro": "^4.16.13",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite-plugin-simple-scope": "^2.0.2"
}
}