1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/refline-refline.js

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 1.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
bplok20010 Отправлено 12.11.2022 16:00 a19c563
{
"name": "refline.js",
"version": "0.10.0",
"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"
]
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/refline-refline.js.git
git@api.gitlife.ru:oschina-mirror/refline-refline.js.git
oschina-mirror
refline-refline.js
refline-refline.js
master