chore: switch to pnpm and update dependencies
This commit is contained in:
parent
8e07ecc704
commit
e19311eb6f
|
|
@ -69,8 +69,8 @@ RSSHub Radar 是 [RSSHub](https://github.com/DIYgod/RSSHub) 的衍生项目,
|
|||
**安装依赖并构建项目:**
|
||||
|
||||
```
|
||||
yarn
|
||||
yarn build
|
||||
pnpm i
|
||||
pnpm build
|
||||
```
|
||||
|
||||
或者使用 npm
|
||||
|
|
|
|||
47
package.json
47
package.json
|
|
@ -29,46 +29,47 @@
|
|||
},
|
||||
"homepage": "https://github.com/DIYgod/RSSHub-Radar#readme",
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.15.5",
|
||||
"@babel/preset-env": "7.15.6",
|
||||
"autoprefixer": "10.3.6",
|
||||
"babel-loader": "8.2.2",
|
||||
"@babel/core": "7.19.6",
|
||||
"@babel/preset-env": "7.19.4",
|
||||
"autoprefixer": "10.4.12",
|
||||
"babel-loader": "8.2.5",
|
||||
"babel-plugin-component": "1.1.1",
|
||||
"copy-webpack-plugin": "9.0.1",
|
||||
"css-loader": "6.3.0",
|
||||
"cssnano": "5.0.8",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"copy-webpack-plugin": "11.0.0",
|
||||
"css-loader": "6.7.1",
|
||||
"cssnano": "5.1.13",
|
||||
"eslint": "8.26.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-loader": "4.0.2",
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"file-loader": "6.2.0",
|
||||
"less": "4.1.1",
|
||||
"less-loader": "10.0.1",
|
||||
"mini-css-extract-plugin": "2.3.0",
|
||||
"node-sass": "^6.0.1",
|
||||
"postcss-loader": "6.1.1",
|
||||
"prettier": "2.4.1",
|
||||
"less": "4.1.3",
|
||||
"less-loader": "11.1.0",
|
||||
"mini-css-extract-plugin": "2.6.1",
|
||||
"node-sass": "^7.0.3",
|
||||
"postcss-loader": "7.0.1",
|
||||
"prettier": "2.7.1",
|
||||
"prettier-check": "2.0.0",
|
||||
"pretty-quick": "3.1.1",
|
||||
"sass-loader": "12.1.0",
|
||||
"pretty-quick": "3.1.3",
|
||||
"sass-loader": "13.1.0",
|
||||
"svg-inline-loader": "0.8.2",
|
||||
"template-string-optimize-loader": "3.0.0",
|
||||
"url-loader": "4.1.1",
|
||||
"vue": "2.6.14",
|
||||
"vue-loader": "15.9.8",
|
||||
"vue-style-loader": "^4.1.3",
|
||||
"vue-template-compiler": "2.6.14",
|
||||
"webpack": "5.54.0",
|
||||
"webpack-cli": "4.8.0",
|
||||
"webpack": "5.74.0",
|
||||
"webpack-cli": "4.10.0",
|
||||
"yorkie": "2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"buffer": "^6.0.3",
|
||||
"clipboard": "2.0.8",
|
||||
"element-ui": "2.15.6",
|
||||
"clipboard": "2.0.11",
|
||||
"element-ui": "2.15.10",
|
||||
"https-browserify": "^1.0.0",
|
||||
"i18n-js": "^4.0.0-alpha.14",
|
||||
"md5.js": "^1.3.5",
|
||||
"psl": "1.8.0",
|
||||
"psl": "1.9.0",
|
||||
"route-recognizer": "0.3.4",
|
||||
"rss-parser": "3.12.0",
|
||||
"stream-browserify": "^3.0.0",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue