代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/vue-devtools 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "vue-devtools",
"version": "5.3.4",
"description": "devtools for Vue.js!",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "cross-env PORT=8100 npm run dev:shell",
"dev:shell": "cd packages/shell-dev && webpack-dev-server --inline --hot --no-info",
"dev:chrome": "cd packages/shell-chrome && webpack --watch --hide-modules",
"dev:chrome:prod": "cd packages/shell-chrome && cross-env NODE_ENV=production webpack --watch --hide-modules",
"lint": "eslint --ext=js,vue packages/app-backend/src packages/app-frontend/src packages/shared-utils/src packages/shell-chrome/src packages/shell-dev/src packages/shell-electron/src",
"build": "cd packages/shell-chrome && cross-env NODE_ENV=production webpack --progress --hide-modules",
"run:firefox": "web-ext run -s packages/shell-chrome -a dist -i src",
"zip": "npm run zip:chrome && npm run zip:firefox",
"zip:chrome": "cd packages && zip -r -FS ../dist/chrome.zip shell-chrome -x *src/* -x *webpack.config.js",
"zip:firefox": "web-ext build -s packages/shell-chrome -a dist -i src --overwrite-dest",
"sign:firefox": "cross-env WEB_EXT_API_KEY=VUE_DEVTOOLS_AMO_KEY WEB_EXT_API_SECRET=VUE_DEVTOOLS_AMO_SECRET web-ext sign -s packages/shell-chrome -a dist -i src --id {f0beaa66-17d0-42e9-b1c9-c52da6252db8}",
"release": "npm run test && node release.js && npm run build && npm run zip && npm run pub",
"release:beta": "cross-env RELEASE_CHANNEL=beta npm run release && npm run sign:firefox && npm run pub",
"pub": "cd packages/shell-electron && npm publish",
"test": "npm run lint && npm run test:e2e",
"test:e2e": "cross-env PORT=4040 start-server-and-test dev:shell http://localhost:4040 test:e2e:run",
"test:e2e:run": "cypress run --config baseUrl=http://localhost:4040",
"test:open": "cypress open --config baseUrl=http://localhost:8100"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-devtools.git"
},
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-devtools/issues"
},
"homepage": "https://github.com/vuejs/vue-devtools#readme",
"devDependencies": {
"autoprefixer": "^9.1.5",
"cross-env": "^5.2.0",
"cypress": "^3.1.0",
"eslint": "^5.6.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-cypress": "^2.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"inquirer": "^6.2.0",
"semver": "^5.5.1",
"start-server-and-test": "^1.7.1"
},
"resolutions": {
"cypress": "=3.4.1"
},
"engines": {
"node": ">=8.10"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。