8 Star 117 Fork 28

易阳 / am-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
Yi Yang 提交于 2023-03-18 12:02 . docs
{
"name": "am-editor",
"private": true,
"license": "MIT",
"workspaces": [
"packages/*",
"plugins/*"
],
"scripts": {
"start": "dumi dev",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"build": "node ./scripts/build",
"deploy": "npm run docs:build && npm run docs:deploy",
"release": "npm run build && lerna publish",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"test": "umi-test",
"test:coverage": "umi-test --coverage"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"author": "me@aomao.com",
"homepage": "https://github.com/big-camel/am-editor#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/big-camel/am-editor.git"
},
"bugs": {
"url": "https://github.com/big-camel/am-editor/issues"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"devDependencies": {
"@umijs/test": "^3.0.5",
"antd": "^4.15.5",
"dumi": "^1.1.17",
"father-build": "^1.19.4",
"gh-pages": "^3.0.0",
"lerna": "^3.22.1",
"lint-staged": "^10.0.7",
"prettier": "2.3.1",
"reconnecting-websocket": "^4.4.0",
"rollup-plugin-vue": "^6.0.0",
"yorkie": "^2.0.0"
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"markdown-it-container": "^3.0.0"
}
}
TypeScript
1
https://gitee.com/aomao/am-editor.git
git@gitee.com:aomao/am-editor.git
aomao
am-editor
am-editor
master

搜索帮助