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-08-05 02:09:35 +00:00
|
|
|
"@babel/core": "^7.25.2",
|
2024-07-29 02:22:03 +00:00
|
|
|
"@babel/eslint-parser": "^7.25.1",
|
2024-08-05 02:09:35 +00:00
|
|
|
"@babel/preset-env": "^7.25.3",
|
2024-08-05 02:14:12 +00:00
|
|
|
"autoprefixer": "^10.4.20",
|
2023-07-10 02:27:06 +00:00
|
|
|
"babel-loader": "^9.1.3",
|
2024-05-27 07:44:08 +00:00
|
|
|
"css-loader": "^7.1.2",
|
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",
|
2024-05-27 07:43:08 +00:00
|
|
|
"eslint-webpack-plugin": "^4.2.0",
|
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-04-17 05:47:06 +00:00
|
|
|
"mini-css-extract-plugin": "^2.9.0",
|
2024-08-12 02:09:03 +00:00
|
|
|
"postcss": "^8.4.41",
|
2024-03-04 03:59:58 +00:00
|
|
|
"postcss-loader": "^8.1.1",
|
2023-10-02 02:29:32 +00:00
|
|
|
"postcss-scss": "^4.0.9",
|
2024-07-15 09:02:32 +00:00
|
|
|
"sass": "^1.77.8",
|
2024-04-17 05:46:51 +00:00
|
|
|
"sass-loader": "^14.2.1",
|
2024-04-15 10:55:46 +00:00
|
|
|
"style-loader": "^4.0.0",
|
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-05-27 07:44:05 +00:00
|
|
|
"stylelint-webpack-plugin": "^5.0.1",
|
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-07-15 09:03:29 +00:00
|
|
|
"webpack": "^5.93.0",
|
2023-06-12 03:12:33 +00:00
|
|
|
"webpack-cli": "^5.1.4",
|
2024-07-15 09:48:12 +00:00
|
|
|
"webpack-dev-server": "^5.0.4",
|
2022-03-14 03:01:51 +00:00
|
|
|
"webpack-manifest-plugin": "^5.0.0",
|
2024-07-15 09:54:37 +00:00
|
|
|
"webpack-merge": "^6.0.1"
|
2017-03-31 18:21:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-19 02:39:37 +00:00
|
|
|
"@fontsource/atkinson-hyperlegible": "^5.0.21",
|
|
|
|
"@fontsource/eb-garamond": "^5.0.19",
|
|
|
|
"@fontsource/montserrat": "^5.0.19",
|
|
|
|
"@fontsource/oswald": "^5.0.21",
|
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",
|
2024-07-15 09:02:38 +00:00
|
|
|
"highlight.js": "^11.10.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",
|
2024-06-24 02:02:56 +00:00
|
|
|
"jr-qrcode": "^1.2.1",
|
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
|
|
|
}
|
|
|
|
}
|