1 Star 2 Fork 0

theajack / tc-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
theajack 提交于 2022-11-29 10:15 . feat: 1
{
"name": "tc-editor",
"version": "1.0.4",
"description": "A simple code editor js library 功能强大的轻量级代码编辑器",
"main": "index.html",
"author": "theajack <contact@theajack.com>",
"license": "MIT",
"keywords": [
"code-editor",
"js-editor",
"代码编辑器"
],
"scripts": {
"build": "webpack --config webpack-config/build.js",
"dev": "webpack-dev-server --open --config webpack-config/dev.js",
"publish": "npm publish npm",
"lint": "eslint src --ext js"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"chalk": "^3.0.0",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^3.4.2",
"csslint": "^1.0.5",
"easy-dom-util": "0.0.27",
"eslint": "^6.7.2",
"eslint-loader": "^3.0.3",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-rename": "^1.4.0",
"htmlhint": "^0.11.0",
"husky": "^3.1.0",
"jshint": "^2.11.0",
"recast": "^0.18.2",
"run-node-webpack-plugin": "^1.3.0",
"style-loader": "^1.1.3",
"vuepress": "^1.2.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {}
}
JavaScript
1
https://gitee.com/theajack/tc-editor.git
git@gitee.com:theajack/tc-editor.git
theajack
tc-editor
tc-editor
master

搜索帮助