1 Star 0 Fork 115

hhp / F2

forked from antv / F2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.47 KB
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
索丘 提交于 2022-09-02 14:12 . chore: 修改 beta 的发布参数 (#1580)
{
"name": "f2",
"private": true,
"description": "Charts for mobile visualization.",
"keywords": [
"f2",
"charts",
"mobile",
"visualization",
"data visualization",
"canvas",
"2d draw",
"mobile visualization",
"interactive"
],
"homepage": "https://github.com/antvis/f2",
"bugs": {
"url": "https://github.com/antvis/f2/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/antvis/f2"
},
"author": "https://github.com/orgs/antvis/people",
"workspaces": [
"packages/*"
],
"scripts": {
"beta": "npm run build && npm run test && lerna publish --canary --preid beta",
"bootstrap": "lerna bootstrap",
"build": "father build",
"build-ci": "CI=true npm run build",
"build-watch": "CI=true father build -w",
"changelog": "generate-changelog",
"ci": "npm run lint && npm run build && npm run test",
"clean": "lerna clean",
"coverage": "jest --coverage",
"dev": "npm run test-watch",
"lint": "eslint ./",
"lint-fix": "eslint --fix ./",
"prettier": "prettier --write './packages/**/*.{ts,tsx}'",
"publish": "npm run build && npm run test && lerna publish",
"refresh": "lerna clean && yarn && lerna bootstrap",
"site:build": "cd ./packages/site && npm run site:build",
"site:clean": "cd ./packages/site && npm run site:clean",
"site:deploy": "cd ./packages/site && npm run site:deploy",
"site:develop": "cd ./packages/site && npm run site:develop",
"site:start": "cd ./packages/site && npm run site:start",
"snapshot": "jest --updateSnapshot",
"test": "jest",
"test-cov": "jest --coverage",
"test-live": "npm run test-watch packages",
"test-watch": "DEBUG_MODE=1 jest --watch"
},
"pre-commit": {
"run": [
"lint",
"test"
],
"silent": false
},
"resolutions": {
"monaco-editor": "0.20.0",
"monaco-editor-webpack-plugin": "1.9.1",
"react-monaco-editor": "0.34.0",
"signal-exit": "3.0.3"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/jest-image-snapshot": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"canvas-to-buffer": "^1.1.1",
"eslint": "^7.32.0",
"father": "^2.30.0",
"generate-changelog": "^1.8.0",
"jest": "^26.6.3",
"jest-electron": "^0.1.12",
"jest-image-snapshot": "^4.5.1",
"lerna": "^3.22.1",
"pre-commit": "^1.2.2",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
}
}
JavaScript
1
https://gitee.com/familyhhp/f2.git
git@gitee.com:familyhhp/f2.git
familyhhp
f2
F2
master

搜索帮助