2022-01-18 13:37:19 +00:00
|
|
|
{
|
|
|
|
"name": "common-ui",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
2022-02-21 13:57:19 +00:00
|
|
|
"license": "ISC",
|
2022-02-25 13:25:16 +00:00
|
|
|
"type": "module",
|
2022-02-21 13:57:19 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.3.0",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.0.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.0.0",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.17",
|
|
|
|
"react": "^17.0.2"
|
|
|
|
}
|
2022-01-18 13:37:19 +00:00
|
|
|
}
|