2022-01-18 13:37:19 +00:00
|
|
|
{
|
2022-04-11 13:11:16 +00:00
|
|
|
"name": "CommonUI",
|
2022-01-18 13:37:19 +00:00
|
|
|
"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-04-30 13:25:36 +00:00
|
|
|
"license": "MIT",
|
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",
|
2022-04-10 22:04:03 +00:00
|
|
|
"Common": "file:../Common",
|
2022-03-25 20:24:05 +00:00
|
|
|
"prop-types": "^15.8.1",
|
2022-03-27 10:19:20 +00:00
|
|
|
"react": "^17.0.2",
|
2022-03-27 11:13:30 +00:00
|
|
|
"react-router": "^6.2.2",
|
2022-03-27 10:19:20 +00:00
|
|
|
"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
|
|
|
}
|