-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.24 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.24 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
{
"name": "care-hello",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite preview & vite build --watch",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ohcnetwork/care_hello_fe.git"
},
"author": "Open Healthcare Network",
"license": "ISC",
"bugs": {
"url": "https://github.com/ohcnetwork/care_hello_fe/issues"
},
"homepage": "https://github.com/ohcnetwork/care_hello_fe#readme",
"description": "",
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"prettier --write --ignore-unknown --plugin prettier-plugin-tailwindcss",
"eslint --fix"
]
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.4",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-switch": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toast": "^1.2.7",
"@tailwindcss/vite": "^4.1.4",
"@tanstack/react-query": "^5.72.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"lint-staged": "^15.5.1",
"lottie-react": "^2.4.1",
"lucide-react": "^0.575.0",
"next-themes": "^0.4.6",
"raviger": "^5.0.0-2",
"react-i18next": "^15.4.1",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.4"
},
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@originjs/vite-plugin-federation": "^1.4.1",
"@types/node": "^22.14.1",
"@types/react": "^19.1.1",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react-swc": "^3.8.1",
"eslint": "^9.24.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"husky": "^9.1.7",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "~5.8.3",
"typescript-eslint": "^8.29.1",
"vite": "^6.2.6"
}
}