-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 2.23 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
76
77
78
79
80
{
"name": "@greenpill-dev-guild/ui-components",
"version": "0.0.0",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"storybook": "storybook dev -p 6006",
"lint": "eslint .",
"build": "node esbuild.config.cjs",
"build-storybook": "storybook build",
"prepublish": "pnpm run build"
},
"dependencies": {
"@phosphor-icons/react": "2.1.7",
"@radix-ui/react-slot": "^1.1.1",
"@remixicon/react": "^4.5.0",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-select": "5.8.0",
"react-tailwindcss-datepicker": "^1.7.2",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.3",
"@eslint/js": "^9.9.0",
"@storybook/addon-a11y": "8.4.7",
"@storybook/addon-designs": "^8.0.4",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/manager-api": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "0.5.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"chromatic": "11.18.1",
"daisyui": "4.12.10",
"dotenv-expand": "11.0.6",
"esbuild": "0.24.0",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-storybook": "^0.11.2",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"prettier-plugin-tailwindcss": "0.6.9",
"storybook": "^8.4.7",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
},
"engines": {
"node": ">=22.0.0",
"pnpm": ">=9.0.0"
},
"packageManager": "[email protected]"
}