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