-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (40 loc) · 1.06 KB
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
{
"name": "my-animation",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "vite",
"serve": "vite",
"build": "tsc && vite build"
},
"dependencies": {
"@motion-canvas/core": "^3.17.2",
"@motion-canvas/2d": "^3.17.2",
"@motion-canvas/ffmpeg": "^1.1.0",
"@codemirror/language": "^6.10.1",
"@lezer/java": "^1.1.1",
"@lezer/javascript": "^1.4.13",
"@lezer/python": "^1.1.11",
"@lezer/rust": "^1.0.2",
"@lezer/yaml": "^1.0.2",
"@lezer/html": "^1.3.13",
"@lezer/css": "^1.3.3",
"@lezer/cpp": "1.1.5",
"@lezer/markdown": "^1.6.3",
"@lezer/json": "^1.0.3",
"@lezer/xml": "^1.0.6",
"@types/three": "^0.149.0",
"three": "^0.149.0"
},
"devDependencies": {
"@motion-canvas/ui": "^3.17.2",
"@motion-canvas/vite-plugin": "^3.17.2",
"typescript": "^5.2.2",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.2.4",
"vite": "^4.0.0"
}
}