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

28 lines
665 B
JSON

{
"name": "fedihub-website",
"version": "0.0.0",
"description": "Our website",
"main": "src/assets/javascripts/index.js",
"repository": "https://github.com/fedihubcom/website.git",
"author": "Alex Kotov <kotovalexarian@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"build": "webpack",
"start": "webpack --watch"
},
"devDependencies": {
"css-loader": "^5.0.0",
"mini-css-extract-plugin": "^1.0.0",
"sass": "^1.27.0",
"sass-loader": "^10.0.3",
"webpack": "^5.1.1",
"webpack-cli": "^4.0.0"
},
"dependencies": {
"bootstrap": "^4.5.3",
"jquery": "^3.5.1",
"popper.js": "^1.16.1"
}
}