2022-01-18 13:37:19 +00:00
|
|
|
{
|
2022-05-10 19:28:56 +00:00
|
|
|
"name": "common-ui",
|
2022-01-18 13:37:19 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2022-03-02 11:18:11 +00:00
|
|
|
"main": "index.ts",
|
2022-01-18 13:37:19 +00:00
|
|
|
"scripts": {
|
2022-03-25 20:24:05 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"compile": "tsc"
|
2022-01-18 13:37:19 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
2022-04-30 13:25:36 +00:00
|
|
|
"license": "MIT",
|
2022-02-25 13:25:16 +00:00
|
|
|
"type": "module",
|
2022-02-21 13:57:19 +00:00
|
|
|
"dependencies": {
|
2022-06-12 19:40:59 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.1",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
2022-03-22 10:34:57 +00:00
|
|
|
"@fortawesome/react-fontawesome": "^0.1.18",
|
2022-05-18 11:17:18 +00:00
|
|
|
"bootstrap": "^5.2.0-beta1",
|
2022-04-10 22:04:03 +00:00
|
|
|
"Common": "file:../Common",
|
2022-05-13 11:24:45 +00:00
|
|
|
"formik": "^2.2.9",
|
2022-05-19 21:12:22 +00:00
|
|
|
"history": "^5.3.0",
|
2022-03-25 20:24:05 +00:00
|
|
|
"prop-types": "^15.8.1",
|
2022-05-08 12:27:23 +00:00
|
|
|
"react": "^18.1.0",
|
2022-05-17 21:24:11 +00:00
|
|
|
"react-dom": "^18.1.0",
|
2022-03-27 11:13:30 +00:00
|
|
|
"react-router": "^6.2.2",
|
2022-05-25 10:41:16 +00:00
|
|
|
"react-router-dom": "^6.3.0",
|
2022-06-11 20:43:24 +00:00
|
|
|
"react-spinners": "^0.12.0",
|
2022-05-08 17:59:00 +00:00
|
|
|
"redux": "^4.2.0",
|
2022-05-13 10:50:24 +00:00
|
|
|
"universal-cookie": "^4.0.4",
|
2022-05-13 11:24:45 +00:00
|
|
|
"web-vitals": "^2.1.4",
|
|
|
|
"yup": "^0.32.11"
|
2022-03-25 20:24:05 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-17 21:24:11 +00:00
|
|
|
"@types/node": "^17.0.23",
|
2022-06-11 19:41:13 +00:00
|
|
|
"@types/react": "^18.0.9"
|
2022-02-21 13:57:19 +00:00
|
|
|
}
|
2022-01-18 13:37:19 +00:00
|
|
|
}
|