-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "lazy-cut",
"version": "1.0.0",
"description": "基于 Cursor(GPT-3.5)辅助生成的简单抖音视频生成工具。",
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coder-xiaotian/layzy-cut.git"
},
"keywords": [
"ffmpeg"
],
"author": "xiaotian",
"license": "MIT",
"bugs": {
"url": "https://github.com/coder-xiaotian/layzy-cut/issues"
},
"homepage": "https://github.com/coder-xiaotian/layzy-cut#readme",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@ffmpeg/core": "^0.11.0",
"@ffmpeg/ffmpeg": "^0.11.6",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"@types/node": "20.3.0",
"@types/react": "18.2.11",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"classnames": "^2.3.2",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"file-saver": "^2.0.5",
"hh-mm-ss": "^1.2.0",
"material-ui-popup-state": "^5.0.9",
"next": "13.4.9",
"notistack": "^3.0.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"use-client": "1.0.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.9",
"@types/file-saver": "^2.0.5",
"@types/hh-mm-ss": "^1.2.1",
"cross-env": "^7.0.3"
}
}