mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-13 04:21:19 +00:00
9a8f298f8c
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.1 to 5.3.3. - [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.3) --- updated-dependencies: - dependency-name: terser-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
93 lines
2.4 KiB
JSON
93 lines
2.4 KiB
JSON
{
|
|
"name": "wallabag",
|
|
"version": "2.5.0",
|
|
"description": "wallabag is a self hostable application for saving web pages",
|
|
"private": true,
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"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.18.2",
|
|
"@babel/eslint-parser": "^7.18.2",
|
|
"@babel/preset-env": "^7.18.2",
|
|
"autoprefixer": "^10.4.7",
|
|
"babel-loader": "^8.2.5",
|
|
"css-loader": "^6.7.1",
|
|
"eslint": "^8.16.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-webpack-plugin": "^3.1.1",
|
|
"file-loader": "^6.2.0",
|
|
"lato-font": "^3.0.0",
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
"node-sass": "^7.0.1",
|
|
"postcss": "^8.4.14",
|
|
"postcss-loader": "^7.0.0",
|
|
"postcss-scss": "^4.0.4",
|
|
"sass": "^1.52.1",
|
|
"sass-loader": "^13.0.0",
|
|
"style-loader": "^3.3.1",
|
|
"stylelint": "^14.8.5",
|
|
"stylelint-config-standard": "^25.0.0",
|
|
"stylelint-scss": "^4.2.0",
|
|
"stylelint-webpack-plugin": "^3.3.0",
|
|
"terser-webpack-plugin": "^5.3.3",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.72.1",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.9.0",
|
|
"webpack-manifest-plugin": "^5.0.0",
|
|
"webpack-merge": "^5.7.3"
|
|
},
|
|
"dependencies": {
|
|
"annotator": "wallabag/annotator#master",
|
|
"clipboard": "^2.0.11",
|
|
"hammerjs": "^2.0.8",
|
|
"highlight.js": "^11.5.1",
|
|
"icomoon-free-npm": "^0.0.0",
|
|
"jquery": "^3.6.0",
|
|
"jquery.cookie": "^1.4.1",
|
|
"jr-qrcode": "^1.0.7",
|
|
"material-design-icons-iconfont": "^6.7.0",
|
|
"materialize-css": "^0.98.1",
|
|
"mathjax": "^3.2.1",
|
|
"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"
|
|
}
|
|
}
|