forked from Maztahs-org/ui-patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.65 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
{
"name": "ui-patterns",
"version": "0.1.0",
"description": "A modern, open-source collection of reusable UI components, design patterns, and frontend foundations built for React applications.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"type-check": "tsc --noEmit"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.30.0",
"@tailwindcss/vite": "^4.1.11",
"@types/node": "^26.1.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.30.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"prettier": "^3.5.3",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^6.3.5"
},
"keywords": [
"react",
"typescript",
"ui",
"components",
"design-system",
"tailwind",
"open-source"
],
"author": "Maztah",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Maztahs-org/ui-patterns.git"
},
"bugs": {
"url": "https://github.com/Maztahs-org/ui-patterns/issues"
},
"homepage": "https://github.com/Maztahs-org/ui-patterns#readme",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.0.0"
},
"packageManager": "pnpm@9.15.9"
}