1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
fedihub-website/package.json

20 lines
453 B
JSON

{
"name": "fedihub-registry",
"version": "0.0.0",
"description": "User registry",
"main": "src/index.js",
"repository": "https://github.com/fedihubcom/registry.git",
"author": "Alex Kotov <kotovalexarian@gmail.com>",
"license": "MIT",
"private": true,
"devDependencies": {
"webpack": "^5.1.1",
"webpack-cli": "^4.0.0"
},
"dependencies": {
"bootstrap": "^4.5.3",
"jquery": "^3.5.1",
"popper.js": "^1.16.1"
}
}