2016-03-08 17:02:34 +01:00
|
|
|
{
|
|
|
|
"name": "wallabag",
|
2018-09-07 14:20:02 +02:00
|
|
|
"version": "2.3.3",
|
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": {
|
2020-08-25 12:22:29 +02:00
|
|
|
"node": ">=12"
|
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",
|
|
|
|
"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 19:02:38 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-01 04:05:48 +01:00
|
|
|
"@babel/core": "^7.13.8",
|
2021-03-02 04:00:48 +01:00
|
|
|
"@babel/preset-env": "^7.13.9",
|
2021-03-08 04:03:58 +01:00
|
|
|
"autoprefixer": "^10.2.5",
|
2020-08-25 12:22:29 +02:00
|
|
|
"babel-eslint": "^10.1.0",
|
2020-11-27 16:00:30 +01:00
|
|
|
"babel-loader": "^8.2.2",
|
2021-03-02 04:01:03 +01:00
|
|
|
"css-loader": "^5.1.1",
|
2021-03-01 04:06:12 +01:00
|
|
|
"eslint": "^7.21.0",
|
2020-11-09 05:43:20 +01:00
|
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
2020-08-25 12:22:29 +02:00
|
|
|
"eslint-loader": "^4.0.2",
|
2020-09-28 04:54:45 +02:00
|
|
|
"eslint-plugin-import": "^2.22.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",
|
2021-02-26 04:05:05 +01:00
|
|
|
"mini-css-extract-plugin": "^1.3.9",
|
2020-11-03 07:59:42 +01:00
|
|
|
"node-sass": "^5.0.0",
|
2021-03-04 04:02:45 +01:00
|
|
|
"postcss": "^8.2.7",
|
2021-03-08 04:03:44 +01:00
|
|
|
"postcss-loader": "^5.1.0",
|
2021-02-19 08:28:58 +01:00
|
|
|
"sass": "^1.32.8",
|
2021-02-09 04:04:17 +01:00
|
|
|
"sass-loader": "^11.0.1",
|
2020-10-14 16:16:56 +02:00
|
|
|
"style-loader": "^2.0.0",
|
2021-03-08 04:03:30 +01:00
|
|
|
"stylelint": "^13.12.0",
|
2020-11-11 09:48:04 +01:00
|
|
|
"stylelint-config-standard": "^20.0.0",
|
2021-02-09 04:04:30 +01:00
|
|
|
"stylelint-scss": "^3.19.0",
|
2020-11-11 09:48:04 +01:00
|
|
|
"stylelint-webpack-plugin": "^2.1.1",
|
2020-10-10 14:30:16 +02:00
|
|
|
"url-loader": "^4.1.1",
|
2021-03-04 04:03:04 +01:00
|
|
|
"webpack": "^5.24.3",
|
2021-02-08 11:09:07 +01:00
|
|
|
"webpack-cli": "^4.5.0",
|
2021-01-14 04:04:59 +01:00
|
|
|
"webpack-dev-server": "^3.11.2",
|
2020-12-03 04:05:13 +01:00
|
|
|
"webpack-manifest-plugin": "^3.0.0",
|
2020-12-23 04:05:14 +01:00
|
|
|
"webpack-merge": "^5.7.3"
|
2017-03-31 20:21:41 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-08-25 15:09:25 +02:00
|
|
|
"annotator": "wallabag/annotator#master",
|
2021-03-08 04:04:05 +01:00
|
|
|
"clipboard": "^2.0.7",
|
2017-03-31 20:21:41 +02:00
|
|
|
"hammerjs": "^2.0.8",
|
2021-02-09 04:04:06 +01:00
|
|
|
"highlight.js": "^10.6.0",
|
2017-03-31 20:21:41 +02:00
|
|
|
"icomoon-free-npm": "^0.0.0",
|
2021-03-03 04:05:23 +01:00
|
|
|
"jquery": "^3.6.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",
|
2020-09-14 05:33:47 +02:00
|
|
|
"material-design-icons-iconfont": "^6.1.0",
|
2017-03-31 20:21:41 +02:00
|
|
|
"materialize-css": "^0.98.1",
|
2020-09-14 04:55:15 +02:00
|
|
|
"mathjax": "^3.1.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
|
|
|
}
|
|
|
|
}
|