-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
77 lines (77 loc) · 2.27 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
{
"name": "housepital",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"author": "web-ohyes",
"scripts": {
"user": "yarn workspace @housepital/user",
"doctor": "yarn workspace @housepital/doctor",
"hospital-desk": "yarn workspace @housepital/hospital-desk",
"center119": "yarn workspace @housepital/center119",
"pharmacy": "yarn workspace @housepital/pharmacy",
"server": "yarn workspace @housepital/server"
},
"private": true,
"workspaces": {
"packages": [
"packages/apps/*",
"packages/js-services/*",
"packages/common",
"packages/shared",
"packages/server"
],
"nohoist": []
},
"dependencies": {
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@nivo/core": "^0.83.0",
"@nivo/line": "^0.83.0",
"@react-icons/all-files": "^4.1.0",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-query-devtools": "^4.32.5",
"axios": "^1.5.0",
"dotenv": "^16.3.1",
"firebase": "^10.1.0",
"framer-motion": "^10.15.0",
"js-cookie": "^3.0.5",
"react-hook-form": "^7.45.4",
"react-icons": "^4.10.1",
"react-redux": "^8.1.2",
"react-router-dom": "^6.14.2",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@jest/globals": "^29.6.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"babel-loader": "^9.1.3",
"dotenv": "^16.3.1",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.3.0",
"firebase-admin": "^11.10.1",
"html-webpack-plugin": "^5.5.3",
"prettier": "^3.0.1",
"react-daum-postcode": "^3.1.3",
"react-refresh": "^0.14.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}