1 Star 0 Fork 0

宋先生 / clash-nyanpasu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.44 KB
一键复制 编辑 原始数据 按行查看 历史
renovate[bot] 提交于 2024-06-18 03:56 . chore(deps): update pnpm to v9.4.0
{
"name": "@nyanpasu/monorepo",
"version": "1.5.1",
"repository": "https://github.com/LibNyanpasu/clash-nyanpasu.git",
"license": "GPL-3.0",
"type": "module",
"scripts": {
"dev": "run-p web:devtools tauri:dev",
"dev:diff": "run-p web:devtools tauri:diff",
"build": "tauri build -c ./backend/tauri/tauri.conf.json",
"build:nightly": "tauri build -f nightly -c ./backend/tauri/tauri.nightly.conf.json",
"tauri": "tauri",
"tauri:dev": "tauri dev -c ./backend/tauri/tauri.conf.json",
"tauri:diff": "tauri dev -f verge-dev deadlock-detection -c ./backend/tauri/tauri.conf.json",
"tauri:preview": "pnpm prepare:preview && tauri dev -f verge-dev deadlock-detection -c ./backend/tauri/tauri.preview.conf.json",
"web:dev": "pnpm --filter=@nyanpasu/nyanpasu dev",
"web:build": "pnpm --filter=@nyanpasu/nyanpasu build",
"web:serve": "pnpm --filter=@nyanpasu/nyanpasu preview",
"web:devtools": "pnpm react-devtools",
"lint": "run-s lint:*",
"lint:prettier": "prettier --check .",
"lint:eslint": "eslint --cache .",
"lint:styles": "stylelint --cache --allow-empty-input \"**/*.{css,scss}\"",
"lint:ts": "tsc --noEmit",
"lint:clippy": "cargo clippy --manifest-path ./backend/Cargo.toml --all-targets --all-features",
"lint:rustfmt": "cargo fmt --manifest-path ./backend/Cargo.toml --all -- --check",
"test": "run-p test:*",
"test:backend": "cargo test --manifest-path ./backend/Cargo.toml --all-features",
"fmt": "run-p fmt:*",
"fmt:backend": "cargo fmt --manifest-path ./backend/Cargo.toml --all",
"fmt:prettier": "prettier --write .",
"check": "pnpm generate:manifest && tsx scripts/check.ts",
"updater": "tsx scripts/updater.ts",
"updater:nightly": "tsx scripts/updater-nightly.ts",
"send-notify": "tsx scripts/telegram-notify.ts",
"send-notify:nightly": "tsx scripts/telegram-notify.ts --nightly",
"publish": "tsx scripts/publish.ts",
"portable": "tsx scripts/portable.ts",
"upload:osx-aarch64": "tsx scripts/osx-aarch64-upload.ts",
"generate:manifest": "run-p generate:manifest:*",
"generate:manifest:latest-version": "tsx scripts/generate-latest-version.ts",
"prepare": "husky",
"prepare:nightly": "tsx scripts/prepare-nightly.ts",
"prepare:release": "tsx scripts/prepare-release.ts",
"prepare:preview": "tsx scripts/prepare-preview.ts"
},
"prettier": {
"endOfLine": "lf",
"plugins": [
"prettier-plugin-toml"
],
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"overrides": [
{
"files": [
"tsconfig.json",
"jsconfig.json"
],
"options": {
"parser": "jsonc"
}
}
]
},
"dependencies": {
"husky": "9.0.11",
"lodash-es": "4.17.21"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@tauri-apps/cli": "1.5.14",
"@types/fs-extra": "11.0.4",
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.4",
"autoprefixer": "10.4.19",
"conventional-changelog-conventionalcommits": "8.0.0",
"cross-env": "7.0.3",
"dedent": "1.5.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-react": "7.34.2",
"lint-staged": "15.2.7",
"npm-run-all2": "6.2.0",
"postcss": "8.4.38",
"postcss-html": "1.7.0",
"postcss-import": "16.1.0",
"postcss-scss": "4.0.9",
"prettier": "3.3.2",
"prettier-plugin-toml": "2.0.1",
"react-devtools": "5.2.0",
"stylelint": "16.6.1",
"stylelint-config-html": "1.1.0",
"stylelint-config-recess-order": "5.0.1",
"stylelint-config-standard": "36.0.0",
"stylelint-declaration-block-no-ignored-properties": "2.8.0",
"stylelint-order": "6.0.4",
"stylelint-scss": "6.3.1",
"tailwindcss": "3.4.4",
"tsx": "4.15.6",
"typescript": "5.4.5"
},
"packageManager": "pnpm@9.4.0",
"engines": {
"node": "22.3.0"
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"react": "npm:react@rc",
"react-dom": "npm:react-dom@rc",
"vite-plugin-monaco-editor": "npm:vite-plugin-monaco-editor-new@1.1.3"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xgsong/clash-nyanpasu.git
git@gitee.com:xgsong/clash-nyanpasu.git
xgsong
clash-nyanpasu
clash-nyanpasu
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891