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": {
|
2022-05-23 08:04:16 +02:00
|
|
|
"node": ">=16"
|
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": {
|
2023-07-17 05:01:59 +02:00
|
|
|
"@babel/core": "^7.22.9",
|
2023-08-14 04:43:07 +02:00
|
|
|
"@babel/eslint-parser": "^7.22.10",
|
2023-08-14 04:51:35 +02:00
|
|
|
"@babel/preset-env": "^7.22.10",
|
2023-08-14 05:10:09 +02:00
|
|
|
"autoprefixer": "^10.4.15",
|
2023-07-10 04:27:06 +02:00
|
|
|
"babel-loader": "^9.1.3",
|
2023-05-29 05:32:21 +02:00
|
|
|
"css-loader": "^6.8.1",
|
2023-07-31 04:33:21 +02:00
|
|
|
"eslint": "^8.46.0",
|
2022-01-05 21:37:45 +01:00
|
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
2023-07-31 04:27:52 +02:00
|
|
|
"eslint-plugin-import": "^2.28.0",
|
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",
|
2023-05-22 04:58:26 +02:00
|
|
|
"mini-css-extract-plugin": "^2.7.6",
|
2023-05-22 05:14:52 +02:00
|
|
|
"node-sass": "^9.0.0",
|
2023-07-24 04:02:41 +02:00
|
|
|
"postcss": "^8.4.27",
|
2023-06-12 04:57:01 +02:00
|
|
|
"postcss-loader": "^7.3.3",
|
2022-11-28 04:01:03 +01:00
|
|
|
"postcss-scss": "^4.0.6",
|
2023-08-14 04:42:52 +02:00
|
|
|
"sass": "^1.65.1",
|
2023-06-12 05:13:11 +02:00
|
|
|
"sass-loader": "^13.3.2",
|
2023-05-22 04:57:01 +02:00
|
|
|
"style-loader": "^3.3.3",
|
2023-07-24 04:14:06 +02:00
|
|
|
"stylelint": "^15.10.2",
|
2023-07-10 04:26:03 +02:00
|
|
|
"stylelint-config-standard": "^34.0.0",
|
2023-07-03 04:02:05 +02:00
|
|
|
"stylelint-config-standard-scss": "^10.0.0",
|
2023-08-14 04:43:55 +02:00
|
|
|
"stylelint-scss": "^5.1.0",
|
2023-04-17 05:20:13 +02:00
|
|
|
"stylelint-webpack-plugin": "^4.1.1",
|
2023-05-22 04:59:37 +02:00
|
|
|
"terser-webpack-plugin": "^5.3.9",
|
2020-10-10 14:30:16 +02:00
|
|
|
"url-loader": "^4.1.1",
|
2023-07-24 04:20:17 +02:00
|
|
|
"webpack": "^5.88.2",
|
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-05-29 04:57:06 +02:00
|
|
|
"webpack-merge": "^5.9.0"
|
2017-03-31 20:21:41 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
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-05-01 04:57:59 +02:00
|
|
|
"highlight.js": "^11.8.0",
|
2017-03-31 20:21:41 +02:00
|
|
|
"icomoon-free-npm": "^0.0.0",
|
2023-05-15 04:58:37 +02:00
|
|
|
"jquery": "^3.7.0",
|
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",
|
|
|
|
"ptsans-npm-webfont": "^0.0.4",
|
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
|
|
|
}
|
|
|
|
}
|