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

24 lines
535 B
JSON
Raw Normal View History

2020-10-15 18:08:34 +00:00
{
"name": "fedihub-registry",
"version": "0.0.0",
"description": "User registry",
2020-10-15 20:00:15 +00:00
"main": "src/assets/index.js",
2020-10-15 18:08:34 +00:00
"repository": "https://github.com/fedihubcom/registry.git",
"author": "Alex Kotov <kotovalexarian@gmail.com>",
"license": "MIT",
"private": true,
2020-10-15 19:23:03 +00:00
"scripts": {
"build": "webpack",
"start": "webpack --watch"
},
"devDependencies": {
"webpack": "^5.1.1",
"webpack-cli": "^4.0.0"
2020-10-15 19:08:30 +00:00
},
"dependencies": {
"bootstrap": "^4.5.3",
"jquery": "^3.5.1",
"popper.js": "^1.16.1"
}
2020-10-15 18:08:34 +00:00
}