-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.32 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.32 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
42
43
44
45
46
47
48
49
50
{
"name": "lwc-ffmpeg",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-typescript": "^7.1.0",
"@lwc/babel-plugin-component": "^0.34.0",
"@lwc/compiler": "^0.34.0",
"@types/tone": "https://github.com/Tonejs/TypeScript.git",
"babel-loader": "^8.0.5",
"redux-logger": "^3.0.6",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@lwc/engine": "^0.33.26",
"@lwc/wire-service": "^0.33.26",
"audiobuffer-to-wav": "^1.0.0",
"av": "^0.4.9",
"file-saver": "^2.0.0",
"flac.js": "^0.2.1",
"hh-mm-ss": "^1.2.0",
"immutable": "^4.0.0-rc.12",
"inline-worker": "^1.1.0",
"interactjs": "^1.3.4",
"lodash.padend": "^4.6.1",
"lodash.padstart": "^4.6.1",
"mp3": "^0.1.0",
"ogg.js": "^0.1.0",
"parse-ms": "^2.0.0",
"raf-throttle": "^2.0.3",
"redux": "^4.0.1",
"redux-observable": "^1.0.0",
"router5": "^7.0.1",
"router5-plugin-browser": "^7.0.1",
"rxjs": "^6.3.3",
"shortid": "^2.2.14",
"tone": "^13.4.9"
}
}