-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "@grame/faust-web-component",
"description": "Web component embedding the Faust Compiler",
"version": "0.4.2",
"module": "dist/faust-web-component.js",
"files": [
"src/",
"public/",
"index.html",
"tsconfig.json",
"vite.config.js",
"dist/faust-web-component.js",
"dist/02-XYLO1.mp3"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grame-cncm/faust-web-component.git"
},
"keywords": [
"faust",
"webassembly",
"audio",
"signal processing"
],
"author": "Grame-CNCM",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/grame-cncm/faust-web-component/issues"
},
"homepage": "https://github.com/grame-cncm/faust-web-component#readme",
"devDependencies": {
"typescript": "^5.0.2",
"vite": ">=4.5.2"
},
"dependencies": {
"@codemirror/legacy-modes": "^6.3.3",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@grame/faustwasm": "^0.7.3",
"@shren/faust-ui": "^1.1.13",
"codemirror": "^6.0.1",
"split.js": "^1.6.5"
}
}