oneuptime/CommonUI/package.json
Simon Larsen a12d16b2a1
add icons
2022-06-12 20:40:59 +01:00

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"
}
}