1 Star 0 Fork 4

小蚂蚁/timeline

forked from losting/timeline 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
losting 提交于 2024-05-11 15:48 . chore: release v4.0.0
{
"name": "@losting/timeline",
"version": "4.0.0",
"description": "Canvas timeline supports zooming, dragging, infinite scrolling, and custom control levels.",
"type": "module",
"main": "./dist/timeline.umd.js",
"module": "./dist/timeline.es.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./dist/timeline.es.js",
"require": "./dist/timeline.umd.js",
"types": "./index.d.ts"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"release": "release-it"
},
"files": [
"dist",
"index.d.ts",
"LICENSE",
"README.md",
"example/demo.png"
],
"keywords": [
"timeline",
"media timeline",
"video timeline",
"canvas timeline",
"tl",
"时间轴"
],
"author": "losting",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/thelostword/timeline.git"
},
"bugs": {
"url": "https://github.com/thelostword/timeline/issues"
},
"homepage": "https://github.com/thelostword/timeline#readme",
"devDependencies": {
"dayjs": "^1.11.11",
"mitt": "^3.0.1",
"release-it": "^17.2.1",
"typescript": "^5.4.5",
"vite": "^5.1.6"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/rencp_home/timeline.git
git@gitee.com:rencp_home/timeline.git
rencp_home
timeline
timeline
main

搜索帮助