2022-01-18 13:37:19 +00:00
|
|
|
{
|
|
|
|
"name": "common-ui",
|
|
|
|
"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-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": {
|
2022-03-22 10:34:57 +00:00
|
|
|
"@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",
|
2022-03-25 20:24:05 +00:00
|
|
|
"@types/react": "^17.0.43",
|
|
|
|
"common": "file:../common",
|
|
|
|
"prop-types": "^15.8.1",
|
2022-03-27 10:19:20 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"universal-cookie": "^4.0.4"
|
2022-03-25 20:24:05 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^17.0.23"
|
2022-02-21 13:57:19 +00:00
|
|
|
}
|
2022-01-18 13:37:19 +00:00
|
|
|
}
|