2016-03-08 16:02:34 +00:00
|
|
|
{
|
|
|
|
"name": "wallabag",
|
2023-07-31 09:51:54 +00:00
|
|
|
"version": "2.6.0",
|
2016-03-08 16:02:34 +00:00
|
|
|
"description": "wallabag is a self hostable application for saving web pages",
|
|
|
|
"private": true,
|
|
|
|
"directories": {
|
|
|
|
"doc": "docs"
|
|
|
|
},
|
|
|
|
"engines": {
|
2023-12-27 22:00:49 +00:00
|
|
|
"node": ">=20"
|
2016-03-08 16:02:34 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/wallabag/wallabag"
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Lœuillet",
|
|
|
|
"email": "nicolas@loeuillet.org",
|
2023-07-31 09:51:54 +00:00
|
|
|
"homepage": "https://nicolas.loeuillet.org",
|
2016-03-08 16:02:34 +00:00
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Thomas Citharel",
|
2023-07-31 09:51:54 +00:00
|
|
|
"homepage": "https://tcit.fr",
|
2016-03-08 16:02:34 +00:00
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jérémy Benoist",
|
2023-07-31 09:51:54 +00:00
|
|
|
"homepage": "https://www.j0k3r.net",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Kevin Decherf",
|
|
|
|
"homepage": "https://kdecherf.com/",
|
2016-03-08 16:02:34 +00:00
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/wallabag/wallabag/issues"
|
2016-06-09 17:02:38 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-03-04 03:58:54 +00:00
|
|
|
"@babel/core": "^7.24.0",
|
2024-02-05 03:13:09 +00:00
|
|
|
"@babel/eslint-parser": "^7.23.10",
|
2024-03-04 03:58:54 +00:00
|
|
|
"@babel/preset-env": "^7.24.0",
|
2024-01-22 04:00:56 +00:00
|
|
|
"autoprefixer": "^10.4.17",
|
2023-07-10 02:27:06 +00:00
|
|
|
"babel-loader": "^9.1.3",
|
2024-02-05 03:23:41 +00:00
|
|
|
"css-loader": "^6.10.0",
|
2024-02-26 03:36:08 +00:00
|
|
|
"eslint": "^8.57.0",
|
2022-01-05 20:37:45 +00:00
|
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
2023-12-18 03:48:23 +00:00
|
|
|
"eslint-plugin-import": "^2.29.1",
|
2023-04-17 02:57:26 +00:00
|
|
|
"eslint-webpack-plugin": "^4.0.1",
|
2020-10-28 03:03:55 +00:00
|
|
|
"file-loader": "^6.2.0",
|
2017-03-31 18:21:41 +00:00
|
|
|
"lato-font": "^3.0.0",
|
2024-02-05 03:23:42 +00:00
|
|
|
"mini-css-extract-plugin": "^2.8.0",
|
2024-02-13 06:15:22 +00:00
|
|
|
"postcss": "^8.4.35",
|
2024-02-05 03:13:37 +00:00
|
|
|
"postcss-loader": "^8.1.0",
|
2023-10-02 02:29:32 +00:00
|
|
|
"postcss-scss": "^4.0.9",
|
2024-02-26 03:28:31 +00:00
|
|
|
"sass": "^1.71.1",
|
2024-02-26 03:33:25 +00:00
|
|
|
"sass-loader": "^14.1.1",
|
2024-01-15 03:54:03 +00:00
|
|
|
"style-loader": "^3.3.4",
|
2023-10-23 02:23:37 +00:00
|
|
|
"stylelint": "^15.11.0",
|
2023-07-10 02:26:03 +00:00
|
|
|
"stylelint-config-standard": "^34.0.0",
|
2023-11-06 03:24:19 +00:00
|
|
|
"stylelint-config-standard-scss": "^11.1.0",
|
2023-12-11 03:29:46 +00:00
|
|
|
"stylelint-scss": "^5.3.2",
|
2024-02-05 03:28:57 +00:00
|
|
|
"stylelint-webpack-plugin": "^5.0.0",
|
2024-01-01 03:54:51 +00:00
|
|
|
"terser-webpack-plugin": "^5.3.10",
|
2020-10-10 12:30:16 +00:00
|
|
|
"url-loader": "^4.1.1",
|
2024-02-26 03:28:58 +00:00
|
|
|
"webpack": "^5.90.3",
|
2023-06-12 03:12:33 +00:00
|
|
|
"webpack-cli": "^5.1.4",
|
2023-06-12 02:57:33 +00:00
|
|
|
"webpack-dev-server": "^4.15.1",
|
2022-03-14 03:01:51 +00:00
|
|
|
"webpack-manifest-plugin": "^5.0.0",
|
2023-10-23 02:32:46 +00:00
|
|
|
"webpack-merge": "^5.10.0"
|
2017-03-31 18:21:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-11 03:29:35 +00:00
|
|
|
"@fontsource/atkinson-hyperlegible": "^5.0.18",
|
|
|
|
"@fontsource/eb-garamond": "^5.0.16",
|
|
|
|
"@fontsource/montserrat": "^5.0.16",
|
|
|
|
"@fontsource/oswald": "^5.0.18",
|
2020-08-25 13:09:25 +00:00
|
|
|
"annotator": "wallabag/annotator#master",
|
2022-05-09 02:26:30 +00:00
|
|
|
"clipboard": "^2.0.11",
|
2017-03-31 18:21:41 +00:00
|
|
|
"hammerjs": "^2.0.8",
|
2023-10-16 02:07:40 +00:00
|
|
|
"highlight.js": "^11.9.0",
|
2017-03-31 18:21:41 +00:00
|
|
|
"icomoon-free-npm": "^0.0.0",
|
2023-09-04 02:15:00 +00:00
|
|
|
"jquery": "^3.7.1",
|
2016-10-04 10:14:28 +00:00
|
|
|
"jquery.cookie": "^1.4.1",
|
2017-03-31 18:21:41 +00:00
|
|
|
"jr-qrcode": "^1.0.7",
|
2022-04-25 02:55:58 +00:00
|
|
|
"material-design-icons-iconfont": "^6.7.0",
|
2023-07-31 09:51:54 +00:00
|
|
|
"materialize-css": "^0.100.2",
|
2022-06-13 02:03:18 +00:00
|
|
|
"mathjax": "^3.2.2",
|
2017-03-31 18:21:41 +00:00
|
|
|
"mousetrap": "^1.6.0",
|
2023-07-29 10:26:44 +00:00
|
|
|
"open-dyslexic": "^1.0.3",
|
2020-08-25 10:22:29 +00:00
|
|
|
"roboto-fontface": "^0.10.0",
|
2017-03-31 18:21:41 +00:00
|
|
|
"waypoints": "^4.0.1"
|
2016-10-31 15:16:41 +00:00
|
|
|
},
|
2017-03-31 18:21:41 +00:00
|
|
|
"scripts": {
|
2020-10-08 08:08:51 +00:00
|
|
|
"watch": "webpack-dev-server --env=dev",
|
|
|
|
"build:dev": "webpack --env=dev",
|
|
|
|
"build:prod": "webpack --env=prod"
|
2016-03-08 16:02:34 +00:00
|
|
|
}
|
|
|
|
}
|