1 Star 0 Fork 25

errorone/refline.js

forked from refline/refline.js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
bplok20010 提交于 2021-08-22 22:36 . chore(release): v0.8.1
{
"name": "refline.js",
"version": "0.8.1",
"description": "refline.js是完全不依赖设计器环境的参考线组件,方便各种设计器快速接入,支持参考线匹配及吸附功能。",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/lib/index.d.ts",
"dependencies": {},
"devDependencies": {
"@babel/runtime": "^7.12.5",
"@types/jest": "^25.1.4",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-search-and-replace": "^1.0.1",
"babel-plugin-transform-define": "^2.0.0",
"babel-preset-packez": "^1.3.0",
"jest": "^25.1.0",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"react": "^16.13.1",
"rimraf": "^3.0.2",
"transform-es": "^5.6.1",
"typescript": "^4.1.3"
},
"files": [
"dist",
"*.md"
],
"scripts": {
"dev": "tsc -w",
"test": "jest",
"build": "run-s clean tsc cjs esm",
"cjs": "transform-es src -d dist/cjs -c -t cjs",
"esm": "transform-es src -d dist/esm -c -t esm",
"tsc": "tsc",
"clean": "rimraf dist",
"prepublishOnly": "run-s test build"
},
"repository": {
"type": "git",
"url": "https://github.com/refline/refline.js.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"refline",
"refline.js"
],
"author": "nobo.zhou@foxmail.com",
"license": "MIT",
"browserslist": [
">0.25%",
"not dead",
"not ie <= 10",
"not op_mini all"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/errorone/refline.js.git
git@gitee.com:errorone/refline.js.git
errorone
refline.js
refline.js
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385