1 Star 0 Fork 90

opendsl/vConsole

forked from 腾讯开源/vConsole 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
Maiz 提交于 2021-01-14 14:50 . feat: v3.4.0 released
{
"name": "vconsole",
"version": "3.4.0",
"description": "A lightweight, extendable front-end developer tool for mobile web page.",
"homepage": "https://github.com/Tencent/vConsole",
"main": "dist/vconsole.min.js",
"typings": "dist/vconsole.min.d.ts",
"scripts": {
"test": "mocha",
"build": "webpack",
"dev": "webpack-dev-server --config webpack.dev.config"
},
"keywords": [
"console",
"debug",
"mobile"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Tencent/vConsole.git"
},
"dependencies": {
"mutation-observer": "^1.0.3",
"transitionEnd": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.4",
"chai": "^4.2.0",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^3.6.0",
"html-loader": "^0.5.5",
"jsdom": "^15.2.1",
"json-loader": "^0.5.7",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"mocha": "^5.2.0",
"style-loader": "^1.3.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"author": "Tencent",
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/imflyfish/vConsole.git
git@gitee.com:imflyfish/vConsole.git
imflyfish
vConsole
vConsole
master

搜索帮助