forked from wisekaa03/editly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 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
49
50
51
52
53
54
{
"name": "editly",
"description": "Simple, sexy, declarative video editing",
"version": "0.14.2",
"author": "Mikael Finstad <[email protected]>",
"contributors": [
"Patrick Connolly <[email protected]> (https://github.com/patcon)",
"Skayo <[email protected]> (https://skayo.dev)"
],
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"bin": {
"editly": "cli.js"
},
"license": "MIT",
"scripts": {
"test": "node test.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mifi/editly.git"
},
"dependencies": {
"canvas": "^2.11.2",
"compare-versions": "^6.1.0",
"execa": "^8.0.1",
"fabric": "^5.3.0",
"file-type": "^18.5.0",
"file-url": "^4.0.0",
"fs-extra": "^11.1.1",
"gl": "^6.0.2",
"gl-buffer": "^2.1.2",
"gl-shader": "^4.3.1",
"gl-texture2d": "^2.1.0",
"gl-transition": "^1.13.0",
"gl-transitions": "^1.43.0",
"json5": "^2.2.3",
"lodash-es": "^4.17.21",
"meow": "^11.0.0",
"nanoid": "^4.0.2",
"ndarray": "^1.0.19",
"p-map": "^6.0.0",
"url": "^0.11.3"
},
"devDependencies": {
"@types/fabric": "^5.3.5",
"@types/gl-texture2d": "^2.1.5",
"eslint": "^8.52.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0"
}
}