83 lines
2.5 KiB
JSON
83 lines
2.5 KiB
JSON
{
|
|
"name": "rsshub-radar",
|
|
"version": "0.0.1",
|
|
"description": "Browser extension to detect available RSS and RSSHub for current page",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "webpack -w --mode=production --progress",
|
|
"build": "webpack --mode=production --progress",
|
|
"release": "npm run build && mkdir release && zip -r release/radar.zip dist",
|
|
"format": "eslint \"**/*.js\" --fix && prettier \"**/*.{js,scss,less}\" --write",
|
|
"format:staged": "eslint \"**/*.js\" --fix && pretty-quick --staged --verbose --pattern \"**/*.{js,scss,less}\"",
|
|
"format:check": "eslint \"**/*.js\" && prettier-check \"**/*.{js,scss,less}\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DIYgod/RSSHub-Radar.git"
|
|
},
|
|
"keywords": [
|
|
"rsshub",
|
|
"rss"
|
|
],
|
|
"gitHooks": {
|
|
"pre-commit": "npm run format:staged"
|
|
},
|
|
"author": "DIYgod",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/DIYgod/RSSHub-Radar/issues"
|
|
},
|
|
"homepage": "https://github.com/DIYgod/RSSHub-Radar#readme",
|
|
"devDependencies": {
|
|
"@babel/core": "7.20.12",
|
|
"@babel/preset-env": "7.20.2",
|
|
"autoprefixer": "10.4.13",
|
|
"babel-loader": "9.1.2",
|
|
"babel-plugin-component": "1.1.1",
|
|
"copy-webpack-plugin": "11.0.0",
|
|
"css-loader": "6.7.3",
|
|
"cssnano": "5.1.14",
|
|
"eslint": "8.32.0",
|
|
"eslint-config-prettier": "8.6.0",
|
|
"eslint-loader": "4.0.2",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"file-loader": "6.2.0",
|
|
"less": "4.1.3",
|
|
"less-loader": "11.1.0",
|
|
"mini-css-extract-plugin": "2.7.2",
|
|
"node-sass": "^8.0.0",
|
|
"postcss-loader": "7.0.2",
|
|
"prettier": "2.8.3",
|
|
"prettier-check": "2.0.0",
|
|
"pretty-quick": "3.1.3",
|
|
"sass-loader": "13.2.0",
|
|
"svg-inline-loader": "0.8.2",
|
|
"template-string-optimize-loader": "3.0.0",
|
|
"url-loader": "4.1.1",
|
|
"vue-loader": "15.10.1",
|
|
"vue-style-loader": "^4.1.3",
|
|
"vue-template-compiler": "2.7.14",
|
|
"webpack": "5.75.0",
|
|
"webpack-cli": "5.0.1",
|
|
"yorkie": "2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"clipboard": "2.0.11",
|
|
"element-ui": "2.15.12",
|
|
"https-browserify": "^1.0.0",
|
|
"i18n-js": "^4.2.2",
|
|
"md5.js": "^1.3.5",
|
|
"process": "^0.11.10",
|
|
"psl": "1.9.0",
|
|
"route-recognizer": "0.3.4",
|
|
"rss-parser": "3.12.0",
|
|
"stream-browserify": "^3.0.0",
|
|
"stream-http": "^3.2.0",
|
|
"timers-browserify": "^2.0.12",
|
|
"url": "^0.11.0",
|
|
"vue": "2",
|
|
"vue-router": "3.6.5"
|
|
}
|
|
}
|