1 Star 0 Fork 0

城北徐公/flyCut

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
x007xyz 提交于 2024-09-20 20:17 . 上传资源持久化
{
"name": "fly-cut",
"type": "module",
"version": "0.0.0",
"private": true,
"description": "About A web-based video editing tool implemented with WebCodecs, similar to CapCut Web.使用webcodecs实现的Web端视频编辑工具,类似剪映Web版。",
"license": "Apache 2.0",
"homepage": "https://github.com/x007xyz/fly-cut.git",
"keywords": [
"WebCodecs",
"video-editor",
"video-processing",
"video-cut",
"video-clip"
],
"scripts": {
"dev": "vite",
"dev-ssl": "vite",
"preview": "vite preview",
"test:unit": "vitest --environment jsdom --root src/",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky install"
},
"dependencies": {
"@ckpack/vue-color": "^1.4.1",
"@element-plus/icons-vue": "^2.0.10",
"@vueuse/core": "11.0.3",
"@webav/av-canvas": "0.15.0",
"@webav/av-cliper": "0.15.0",
"element-plus": "^2.2.29",
"lodash-es": "^4.17.21",
"mime": "^4.0.4",
"opfs-tools": "0.6.1",
"pinia": "^2.0.28",
"pinia-plugin-persistedstate": "^4.0.2",
"vue": "^3.4.37",
"vue-hooks-plus": "2.2.1",
"vue-router": "^4.1.6",
"vue3-moveable": "0.28.0",
"wavesurfer.js": "^7.7.11"
},
"devDependencies": {
"@antfu/eslint-config": "^3.5.0",
"@types/jsdom": "^20.0.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "22.5.4",
"@types/webpack-env": "^1.18.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vue-hooks-plus/resolvers": "^1.2.1",
"autoprefixer": "^10.4.13",
"eslint": "^9.10.0",
"husky": "^8.0.3",
"jsdom": "^20.0.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"sass": "^1.75.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.3",
"unplugin-auto-import": "0.18.2",
"unplugin-icons": "0.19.3",
"unplugin-vue-components": "0.27.4",
"vite": "^5.4.1",
"vite-plugin-vue-devtools": "7.4.4",
"vitest": "2.0.5",
"vue-tsc": "^2.0.29"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/HeroYx/fly-cut.git
git@gitee.com:HeroYx/fly-cut.git
HeroYx
fly-cut
flyCut
2.0

搜索帮助