mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
20 lines
523 B
JSON
20 lines
523 B
JSON
{
|
|
"name": "common-ui",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.18",
|
|
"react": "^17.0.2"
|
|
}
|
|
}
|