-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 831 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 831 Bytes
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
{
"name": "ph-launch",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "vite",
"serve": "vite",
"build": "tsc && vite build",
"render": "tsc && node dist/render.js"
},
"dependencies": {
"@codemirror/theme-one-dark": "^6.1.2",
"@lezer/javascript": "^1.4.17",
"@revideo/2d": "0.4.8-alpha.1036+f2f2a1b1",
"@revideo/core": "0.4.8-alpha.1036+f2f2a1b1",
"@revideo/ffmpeg": "0.4.8-alpha.1036+f2f2a1b1",
"@revideo/renderer": "0.4.8-alpha.1036+f2f2a1b1",
"@revideo/vite-plugin": "0.4.8-alpha.1036+f2f2a1b1",
"@uiw/codemirror-theme-vscode": "^4.23.0",
"i": "^0.3.7",
"npm": "^10.8.2"
},
"devDependencies": {
"@revideo/cli": "0.4.8-alpha.1036+f2f2a1b1",
"@revideo/ui": "0.4.8-alpha.1036+f2f2a1b1",
"typescript": "^5.2.2",
"vite": "^4.5"
}
}