mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-23 07:42:10 +00:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "common-ui",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"compile": "tsc"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.18",
|
|
"bootstrap": "^5.2.0-beta1",
|
|
"Common": "file:../Common",
|
|
"formik": "^2.2.9",
|
|
"history": "^5.3.0",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"react-router": "^6.2.2",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-spinners": "^0.12.0",
|
|
"redux": "^4.2.0",
|
|
"universal-cookie": "^4.0.4",
|
|
"web-vitals": "^2.1.4",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.23",
|
|
"@types/react": "^18.0.9"
|
|
}
|
|
}
|