2016-03-08 16:02:34 +00:00
|
|
|
{
|
|
|
|
"name": "wallabag",
|
2022-05-23 06:04:16 +00:00
|
|
|
"version": "2.5.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": {
|
2022-05-23 06:04:16 +00:00
|
|
|
"node": ">=16"
|
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",
|
|
|
|
"homepage": "http://www.cdetc.fr",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Thomas Citharel",
|
|
|
|
"homepage": "http://tcit.fr",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jérémy Benoist",
|
|
|
|
"homepage": "http://www.j0k3r.net",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/wallabag/wallabag/issues"
|
2016-06-09 17:02:38 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-17 03:01:59 +00:00
|
|
|
"@babel/core": "^7.22.9",
|
2023-07-17 02:44:29 +00:00
|
|
|
"@babel/eslint-parser": "^7.22.9",
|
2023-07-17 02:49:37 +00:00
|
|
|
"@babel/preset-env": "^7.22.9",
|
2023-03-24 22:52:27 +00:00
|
|
|
"autoprefixer": "^10.4.14",
|
2023-07-10 02:27:06 +00:00
|
|
|
"babel-loader": "^9.1.3",
|
2023-05-29 03:32:21 +00:00
|
|
|
"css-loader": "^6.8.1",
|
2023-07-17 03:08:36 +00:00
|
|
|
"eslint": "^8.45.0",
|
2022-01-05 20:37:45 +00:00
|
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
2023-01-23 03:07:37 +00:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
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",
|
2023-05-22 02:58:26 +00:00
|
|
|
"mini-css-extract-plugin": "^2.7.6",
|
2023-05-22 03:14:52 +00:00
|
|
|
"node-sass": "^9.0.0",
|
2023-07-24 02:02:41 +00:00
|
|
|
"postcss": "^8.4.27",
|
2023-06-12 02:57:01 +00:00
|
|
|
"postcss-loader": "^7.3.3",
|
2022-11-28 03:01:03 +00:00
|
|
|
"postcss-scss": "^4.0.6",
|
2023-07-24 02:20:15 +00:00
|
|
|
"sass": "^1.64.1",
|
2023-06-12 03:13:11 +00:00
|
|
|
"sass-loader": "^13.3.2",
|
2023-05-22 02:57:01 +00:00
|
|
|
"style-loader": "^3.3.3",
|
2023-07-24 02:14:06 +00:00
|
|
|
"stylelint": "^15.10.2",
|
2023-07-10 02:26:03 +00:00
|
|
|
"stylelint-config-standard": "^34.0.0",
|
2023-07-03 02:02:05 +00:00
|
|
|
"stylelint-config-standard-scss": "^10.0.0",
|
2023-06-12 03:08:53 +00:00
|
|
|
"stylelint-scss": "^5.0.1",
|
2023-04-17 03:20:13 +00:00
|
|
|
"stylelint-webpack-plugin": "^4.1.1",
|
2023-05-22 02:59:37 +00:00
|
|
|
"terser-webpack-plugin": "^5.3.9",
|
2020-10-10 12:30:16 +00:00
|
|
|
"url-loader": "^4.1.1",
|
2023-07-24 02:20:17 +00:00
|
|
|
"webpack": "^5.88.2",
|
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-05-29 02:57:06 +00:00
|
|
|
"webpack-merge": "^5.9.0"
|
2017-03-31 18:21:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
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-05-01 02:57:59 +00:00
|
|
|
"highlight.js": "^11.8.0",
|
2017-03-31 18:21:41 +00:00
|
|
|
"icomoon-free-npm": "^0.0.0",
|
2023-05-15 02:58:37 +00:00
|
|
|
"jquery": "^3.7.0",
|
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",
|
2017-03-31 18:21:41 +00:00
|
|
|
"materialize-css": "^0.98.1",
|
2022-06-13 02:03:18 +00:00
|
|
|
"mathjax": "^3.2.2",
|
2017-03-31 18:21:41 +00:00
|
|
|
"mousetrap": "^1.6.0",
|
|
|
|
"ptsans-npm-webfont": "^0.0.4",
|
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
|
|
|
}
|
|
|
|
}
|