care.ohn.hcx/package.json
2025-03-16 10:10:51 +00:00

21 lines
390 B
JSON

{
"name": "care_hcx_fe",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {},
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}