mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
bc491e3712
Bumps [sass](https://github.com/sass/dart-sass) from 1.65.1 to 1.66.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.65.1...1.66.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
99 lines
2.6 KiB
JSON
99 lines
2.6 KiB
JSON
{
|
|
"name": "wallabag",
|
|
"version": "2.6.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": "https://nicolas.loeuillet.org",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Thomas Citharel",
|
|
"homepage": "https://tcit.fr",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Jérémy Benoist",
|
|
"homepage": "https://www.j0k3r.net",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Kevin Decherf",
|
|
"homepage": "https://kdecherf.com/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wallabag/wallabag/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.10",
|
|
"@babel/eslint-parser": "^7.22.10",
|
|
"@babel/preset-env": "^7.22.10",
|
|
"autoprefixer": "^10.4.15",
|
|
"babel-loader": "^9.1.3",
|
|
"css-loader": "^6.8.1",
|
|
"eslint": "^8.47.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-webpack-plugin": "^4.0.1",
|
|
"file-loader": "^6.2.0",
|
|
"lato-font": "^3.0.0",
|
|
"mini-css-extract-plugin": "^2.7.6",
|
|
"node-sass": "^9.0.0",
|
|
"postcss": "^8.4.28",
|
|
"postcss-loader": "^7.3.3",
|
|
"postcss-scss": "^4.0.7",
|
|
"sass": "^1.66.1",
|
|
"sass-loader": "^13.3.2",
|
|
"style-loader": "^3.3.3",
|
|
"stylelint": "^15.10.3",
|
|
"stylelint-config-standard": "^34.0.0",
|
|
"stylelint-config-standard-scss": "^10.0.0",
|
|
"stylelint-scss": "^5.1.0",
|
|
"stylelint-webpack-plugin": "^4.1.1",
|
|
"terser-webpack-plugin": "^5.3.9",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1",
|
|
"webpack-manifest-plugin": "^5.0.0",
|
|
"webpack-merge": "^5.9.0"
|
|
},
|
|
"dependencies": {
|
|
"annotator": "wallabag/annotator#master",
|
|
"clipboard": "^2.0.11",
|
|
"hammerjs": "^2.0.8",
|
|
"highlight.js": "^11.8.0",
|
|
"icomoon-free-npm": "^0.0.0",
|
|
"jquery": "^3.7.0",
|
|
"jquery.cookie": "^1.4.1",
|
|
"jr-qrcode": "^1.0.7",
|
|
"material-design-icons-iconfont": "^6.7.0",
|
|
"materialize-css": "^0.100.2",
|
|
"mathjax": "^3.2.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"
|
|
}
|
|
}
|