2016-03-08 16:02:34 +00:00
|
|
|
{
|
|
|
|
"name": "wallabag",
|
2018-09-07 12:20:02 +00:00
|
|
|
"version": "2.3.3",
|
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": {
|
2020-08-25 10:22:29 +00:00
|
|
|
"node": ">=12"
|
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": {
|
2021-03-30 02:01:18 +00:00
|
|
|
"@babel/core": "^7.13.14",
|
2021-06-27 15:34:25 +00:00
|
|
|
"@babel/eslint-parser": "^7.13.14",
|
|
|
|
"@babel/preset-env": "^7.14.4",
|
2021-03-08 03:03:58 +00:00
|
|
|
"autoprefixer": "^10.2.5",
|
2020-11-27 15:00:30 +00:00
|
|
|
"babel-loader": "^8.2.2",
|
2021-06-27 15:34:25 +00:00
|
|
|
"css-loader": "^5.2.6",
|
|
|
|
"eslint": "^7.27.0",
|
2020-11-09 04:43:20 +00:00
|
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
2020-09-28 02:54:45 +00:00
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2021-06-27 15:34:25 +00:00
|
|
|
"eslint-webpack-plugin": "^2.5.4",
|
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",
|
2021-03-29 02:02:27 +00:00
|
|
|
"mini-css-extract-plugin": "^1.4.0",
|
2021-06-27 15:34:25 +00:00
|
|
|
"node-sass": "^6.0.0",
|
2021-03-04 03:02:45 +00:00
|
|
|
"postcss": "^8.2.7",
|
2021-03-12 03:03:55 +00:00
|
|
|
"postcss-loader": "^5.2.0",
|
2021-02-19 07:28:58 +00:00
|
|
|
"sass": "^1.32.8",
|
2021-02-09 03:04:17 +00:00
|
|
|
"sass-loader": "^11.0.1",
|
2020-10-14 14:16:56 +00:00
|
|
|
"style-loader": "^2.0.0",
|
2021-03-08 03:03:30 +00:00
|
|
|
"stylelint": "^13.12.0",
|
2021-03-09 03:04:28 +00:00
|
|
|
"stylelint-config-standard": "^21.0.0",
|
2021-02-09 03:04:30 +00:00
|
|
|
"stylelint-scss": "^3.19.0",
|
2020-11-11 08:48:04 +00:00
|
|
|
"stylelint-webpack-plugin": "^2.1.1",
|
2020-10-10 12:30:16 +00:00
|
|
|
"url-loader": "^4.1.1",
|
2021-05-14 19:33:42 +00:00
|
|
|
"webpack": "^5.37.0",
|
2021-03-29 02:02:35 +00:00
|
|
|
"webpack-cli": "^4.6.0",
|
2021-01-14 03:04:59 +00:00
|
|
|
"webpack-dev-server": "^3.11.2",
|
2021-03-11 03:02:57 +00:00
|
|
|
"webpack-manifest-plugin": "^3.1.0",
|
2020-12-23 03:05:14 +00:00
|
|
|
"webpack-merge": "^5.7.3"
|
2017-03-31 18:21:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-08-25 13:09:25 +00:00
|
|
|
"annotator": "wallabag/annotator#master",
|
2021-03-11 03:02:44 +00:00
|
|
|
"clipboard": "^2.0.8",
|
2017-03-31 18:21:41 +00:00
|
|
|
"hammerjs": "^2.0.8",
|
2021-03-22 03:03:28 +00:00
|
|
|
"highlight.js": "^10.7.1",
|
2017-03-31 18:21:41 +00:00
|
|
|
"icomoon-free-npm": "^0.0.0",
|
2021-03-03 03:05:23 +00:00
|
|
|
"jquery": "^3.6.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",
|
2020-09-14 03:33:47 +00:00
|
|
|
"material-design-icons-iconfont": "^6.1.0",
|
2017-03-31 18:21:41 +00:00
|
|
|
"materialize-css": "^0.98.1",
|
2020-09-14 02:55:15 +00:00
|
|
|
"mathjax": "^3.1.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
|
|
|
}
|
|
|
|
}
|