-
Notifications
You must be signed in to change notification settings - Fork 172
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 3.06 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) · 3.06 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "@untitledui/react",
"version": "0.0.0",
"description": "Untitled UI React is the world's largest collection of open-source React components. Everything you need to design and develop modern, beautiful interfaces—fast.",
"main": "index.js",
"private": true,
"scripts": {
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build -o ./storybook-static",
"lint": "eslint components --fix",
"lint:check": "eslint components",
"prettier": "prettier . --write",
"prettier:check": "prettier . --check",
"type-check": "tsc --noEmit",
"test": "npm run type-check && npm run lint:check && npm run prettier:check"
},
"keywords": [
"react",
"components",
"tailwind",
"ui",
"design-system",
"typescript"
],
"author": "Untitled UI",
"license": "MIT",
"bugs": {
"url": "https://github.com/untitleduico/react/issues"
},
"homepage": "https://www.untitledui.com/react",
"repository": {
"type": "git",
"url": "https://github.com/untitleduico/react.git"
},
"dependencies": {
"@internationalized/date": "^3.12.3",
"@react-aria/utils": "^3.34.1",
"@react-stately/utils": "^3.12.1",
"@tailwindcss/typography": "^0.5.20",
"@untitledui/file-icons": "^0.0.9",
"@untitledui/icons": "^0.0.22",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"motion": "^12.42.2",
"next": "^16.3.0",
"next-themes": "^0.4.6",
"qr-code-styling": "^1.9.2",
"react": "^19.2.8",
"react-aria": "^3.51.0",
"react-aria-components": "^1.20.0",
"react-dom": "^19.2.8",
"react-hook-form": "^7.82.0",
"recharts": "^3.10.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^2.2.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^5.2.1",
"@eslint/eslintrc": "^3.3.6",
"@storybook/addon-themes": "^10.5.3",
"@storybook/nextjs-vite": "10.5.3",
"@tailwindcss/postcss": "^4.3.3",
"@tailwindcss/vite": "^4.3.3",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"@vitejs/plugin-react": "^6.0.4",
"eslint": "^10.7.0",
"eslint-config-next": "^16.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"eslint-plugin-simple-import-sort": "^14.0.0",
"eslint-plugin-storybook": "10.5.3",
"eslint-plugin-tailwindcss": "^4.2.0",
"eslint-plugin-unused-imports": "^4.4.1",
"postcss": "^8.5.21",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"storybook": "^10.5.3",
"typescript": "^5.9.3",
"vite": "^8.1.5"
}
}