1 Star 0 Fork 0

liangcaiyuan/vue-devtools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.14 KB
一键复制 编辑 原始数据 按行查看 历史
尤雨溪 提交于 2017-10-12 23:01 . bump deps
{
"name": "vue-devtools",
"version": "3.1.5",
"description": "devtools for Vue.js!",
"main": "index.js",
"scripts": {
"dev": "cd shells/dev && webpack-dev-server --inline --hot --no-info",
"dev:chrome": "cd shells/chrome && webpack --watch --hide-modules",
"dev:safari": "cd shells/safari && webpack --watch --hide-modules",
"lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src && eslint shells/safari/src",
"build": "cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules",
"build:safari": "cd shells/safari && NODE_ENV=production webpack --progress --hide-modules -p",
"run:firefox": "web-ext run -s shells/chrome -a dist -i src",
"zip": "npm run zip:chrome && npm run zip:firefox",
"zip:chrome": "cd shells && zip -r -FS ../dist/chrome.zip chrome -x *src/* -x *webpack.config.js",
"zip:firefox": "web-ext build -s shells/chrome -a dist -i src",
"release": "npm run test && npm run build && npm run zip",
"test": "npm run lint && bash test/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-devtools.git"
},
"keywords": [
"vue",
"devtools"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-devtools/issues"
},
"homepage": "https://github.com/vuejs/vue-devtools#readme",
"devDependencies": {
"buble": "^0.16.0",
"buble-loader": "^0.4.0",
"chromedriver": "^2.25.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.1",
"eslint": "^3.19.0",
"eslint-plugin-vue-libs": "^1.2.0",
"file-loader": "^1.1.5",
"friendly-errors-webpack-plugin": "^1.1.2",
"nightwatch": "^0.9.4",
"nightwatch-helpers": "^1.2.0",
"selenium-server": "2.52.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.6.2",
"vue-loader": "^13.3.0",
"vue-template-compiler": "^2.0.0",
"webpack": "^3.7.0",
"webpack-dev-server": "^2.9.1"
},
"dependencies": {
"circular-json-es6": "^2.0.0",
"lodash.debounce": "^4.0.6",
"lodash.groupby": "^4.6.0",
"vue": "^2.0.0",
"vuex": "^3.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/liangcaiyuan0806/vue-devtools.git
git@gitee.com:liangcaiyuan0806/vue-devtools.git
liangcaiyuan0806
vue-devtools
vue-devtools
master

搜索帮助