-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "cursor-for-video",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"revideo:serve": "revideo serve --projectFile ./revideo/project.ts",
"revideo:editor": "revideo editor --projectFile ./revideo/project.ts"
},
"dependencies": {
"@deepgram/sdk": "^3.8.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@revideo/2d": "^0.5.11-beta.1106+9c3bdcff",
"@revideo/core": "^0.5.11-beta.1106+9c3bdcff",
"@revideo/player-react": "^0.5.11-beta.1106+9c3bdcff",
"class-variance-authority": "^0.7.0",
"diff": "^7.0.0",
"lucide-react": "^0.378.0",
"next": "^14.2.13",
"openai": "^4.67.1",
"p-limit": "^3",
"react": "^18",
"react-dom": "^18",
"react-json-editor-ajrm": "^2.5.14",
"react-resizable-panels": "^2.1.4",
"replicate": "^1.0.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@revideo/cli": "^0.5.11-beta.1106+9c3bdcff",
"@revideo/ui": "^0.5.11-beta.1106+9c3bdcff",
"@types/diff": "^5.2.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-json-editor-ajrm": "^2.5.6",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}