-
Notifications
You must be signed in to change notification settings - Fork 426
/
package.json
171 lines (171 loc) · 5.37 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"name": "care_fe",
"version": "2.5.4",
"description": "Care is a Digital Public Good enabling TeleICU & Decentralised Administration of Healthcare Capacity across States.",
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:ohcnetwork/care_fe.git"
},
"bugs": {
"url": "https://github.com/ohcnetwork/care_fe/issues",
"email": "[email protected]"
},
"contributors": [
"Open Healthcare Network Contributors"
],
"homepage": "https://care.ohc.network",
"keywords": [
"ohcnetwork",
"care",
"react",
"tailwind",
"pwa",
"typescript",
"vite"
],
"author": "Open Healthcare Network Contributors",
"license": "MIT",
"workspaces": [
"apps/*"
],
"scripts": {
"dev": "npm run supported-browsers && vite",
"local": "npm run supported-browsers && vite --mode docker",
"preview": "cross-env NODE_ENV=production vite preview",
"build:meta": "node ./scripts/generate-build-version.js",
"build:react": "cross-env NODE_ENV=production vite build",
"supported-browsers": "node ./scripts/generate-supported-browsers.mjs",
"build": "npm run install-all && npm run build:meta && npm run supported-browsers && npm run build:react",
"setup": "node scripts/setup-care-apps.js",
"install-all": "npm install && npm run setup && npm install",
"test": "snyk test",
"cypress:open": "cross-env NODE_ENV=development cypress open",
"cypress:run": "cross-env NODE_ENV=development cypress run",
"cypress:run:gui": "cross-env NODE_ENV=development cypress run --headed",
"cypress:install": "cross-env NODE_ENV=development cypress install",
"prepare": "husky install",
"lint": "eslint ./src",
"lint-fix": "eslint ./src --fix",
"format": "prettier ./src --write",
"sort-locales": "node ./scripts/sort-locales.js"
},
"dependencies": {
"@fontsource/figtree": "^5.1.0",
"@googlemaps/react-wrapper": "^1.1.35",
"@googlemaps/typescript-guards": "^2.0.3",
"@headlessui/react": "^2.1.2",
"@hello-pangea/dnd": "^17.0.0",
"@pnotify/core": "^5.2.0",
"@pnotify/mobile": "^5.2.0",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@sentry/browser": "^8.33.0",
"@yudiel/react-qr-scanner": "^2.0.8",
"bowser": "^2.11.0",
"browser-image-compression": "^2.0.2",
"browserslist": "^4.24.0",
"browserslist-useragent-regexp": "^4.1.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"cypress": "^13.14.2",
"dayjs": "^1.11.11",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"events": "^3.3.0",
"hi-profiles": "^1.1.0",
"i18next": "^23.11.4",
"i18next-browser-languagedetector": "^7.2.1",
"lodash-es": "^4.17.21",
"postcss-loader": "^7.3.3",
"qrcode.react": "^3.1.0",
"raviger": "^4.1.2",
"react": "18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-i18next": "^15.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^8.0.7",
"react-pdf": "^9.1.0",
"react-webcam": "^7.2.0",
"rehype-raw": "^6.1.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"use-keyboard-shortcut": "^1.1.6",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/events": "^3.0.3",
"@types/google.maps": "^3.55.8",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.4",
"@types/qrcode.react": "^1.0.5",
"@types/react": "^18.3.11",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
"cypress-localstorage-commands": "^2.2.5",
"cypress-split": "^1.23.2",
"dotenv": "^16.4.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-i18next": "^6.0.9",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"glob": "^11.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"local-cypress": "^1.2.6",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"snyk": "^1.1291.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"uuid": "^10.0.0",
"vite": "^5.2.11",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-static-copy": "^1.0.6"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"prettier --write --ignore-unknown --plugin prettier-plugin-tailwindcss",
"eslint --fix",
"git update-index --again"
],
"src/Locale/*.json": [
"npm run sort-locales"
]
},
"engines": {
"node": ">=20.12.0"
},
"packageManager": "[email protected]"
}