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
Raw Normal View History

2020-10-15 18:08:34 +00:00
{
2020-10-21 07:35:07 +00:00
"name": "fedihub-website",
2020-10-15 18:08:34 +00:00
"version": "0.0.0",
2020-10-21 07:35:07 +00:00
"description": "Our website",
2020-10-15 20:54:37 +00:00
"main": "src/assets/javascripts/index.js",
2020-10-21 07:35:07 +00:00
"repository": "https://github.com/fedihubcom/website.git",
2020-10-15 18:08:34 +00:00
"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": {
2020-10-15 20:39:01 +00:00
"css-loader": "^5.0.0",
"mini-css-extract-plugin": "^1.0.0",
2020-10-15 20:45:15 +00:00
"sass": "^1.27.0",
"sass-loader": "^10.0.3",
"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
}