mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-05 00:23:21 +00:00
0a553681af
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.2.0...v1.2.1) Signed-off-by: dependabot[bot] <support@github.com>
88 lines
2.3 KiB
JSON
88 lines
2.3 KiB
JSON
{
|
|
"name": "wallabag",
|
|
"version": "2.3.3",
|
|
"description": "wallabag is a self hostable application for saving web pages",
|
|
"private": true,
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wallabag/wallabag"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Nicolas Lœuillet",
|
|
"email": "nicolas@loeuillet.org",
|
|
"homepage": "http://www.cdetc.fr",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Thomas Citharel",
|
|
"homepage": "http://tcit.fr",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Jérémy Benoist",
|
|
"homepage": "http://www.j0k3r.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wallabag/wallabag/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"autoprefixer": "^9.8.6",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.1.0",
|
|
"css-loader": "^4.3.0",
|
|
"eslint": "^7.12.1",
|
|
"eslint-config-airbnb-base": "^14.2.0",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"file-loader": "^6.2.0",
|
|
"lato-font": "^3.0.0",
|
|
"mini-css-extract-plugin": "^1.2.1",
|
|
"node-sass": "^4.14.1",
|
|
"postcss-loader": "^3.0.0",
|
|
"sass-loader": "^10.0.4",
|
|
"style-loader": "^2.0.0",
|
|
"stylelint": "^7.9.0",
|
|
"stylelint-config-standard": "^16.0.0",
|
|
"stylelint-webpack-plugin": "^1.0.0",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.0",
|
|
"webpack-manifest-plugin": "^2.2.0",
|
|
"webpack-merge": "^5.2.0"
|
|
},
|
|
"dependencies": {
|
|
"annotator": "wallabag/annotator#master",
|
|
"clipboard": "^2.0.4",
|
|
"hammerjs": "^2.0.8",
|
|
"highlight.js": "^10.3.1",
|
|
"icomoon-free-npm": "^0.0.0",
|
|
"jquery": "^3.5.0",
|
|
"jquery.cookie": "^1.4.1",
|
|
"jr-qrcode": "^1.0.7",
|
|
"material-design-icons-iconfont": "^6.1.0",
|
|
"materialize-css": "^0.98.1",
|
|
"mathjax": "^3.1.2",
|
|
"mousetrap": "^1.6.0",
|
|
"ptsans-npm-webfont": "^0.0.4",
|
|
"roboto-fontface": "^0.10.0",
|
|
"waypoints": "^4.0.1"
|
|
},
|
|
"scripts": {
|
|
"watch": "webpack-dev-server --env=dev",
|
|
"build:dev": "webpack --env=dev",
|
|
"build:prod": "webpack --env=prod"
|
|
}
|
|
}
|