代码拉取完成,页面将自动刷新
同步操作将从 wendraw/toyed-browser-client 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "toyed-browser-client",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run build && electron ./dist/main.js",
"wp": "webpack",
"wp:watch": "webpack --watch",
"tsc": "tsc",
"tsc:watch": "tsc --watch",
"build": "npm run tsc && npm run wp",
"lint": "eslint --fix -c .eslintrc.js --ext .ts ./src",
"prepare": "husky install",
"test": "jest",
"test:coverage": "jest --collect-coverage"
},
"lint-staged": {
"*.js": [
"npm run lint",
"prettier --write",
"git add"
],
"*.ts?(x)": [
"npm run lint",
"prettier --parser=typescript --write",
"git add"
]
},
"dependencies": {
"deasync": "^0.1.22",
"net": "^1.0.2"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/deasync": "^0.1.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.6.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"babel-loader": "^8.2.2",
"electron": "^13.1.7",
"electron-rebuild": "^3.1.1",
"electron-reloader": "^1.2.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^7.0.0",
"jest": "^27.0.6",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"ts-jest": "^27.0.4",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2"
},
"keywords": [],
"author": "wendraw",
"license": "MIT"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。