-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 790 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 790 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
30
{
"name": "talks",
"private": true,
"version": "0.0.0",
"scripts": {
"serve": "vite",
"build": "tsc && vite build"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@lezer/cpp": "^1.1.3",
"@lezer/java": "^1.1.3",
"@lezer/markdown": "^1.4.3",
"@lezer/python": "^1.1.18",
"@lezer/rust": "^1.0.2",
"@motion-canvas/2d": "^3.11.0",
"@motion-canvas/core": "^3.11.0",
"@motion-canvas/ffmpeg": "^1.1.0",
"@uiw/codemirror-theme-gruvbox-dark": "^4.23.6",
"@uiw/codemirror-theme-monokai": "^4.23.6",
"@uiw/codemirror-themes-all": "^4.23.12",
"code-fns": "^0.11.0"
},
"devDependencies": {
"@motion-canvas/ui": "^3.11.0",
"@motion-canvas/vite-plugin": "^3.11.0",
"typescript": "^4.9.5",
"vite": "^4.1.4"
}
}