-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 1.03 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
{
"name": "@shren/faust-ui",
"version": "1.1.12",
"description": "Faust UI elements compositor",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack --mode development",
"postbuild": "dts-bundle-generator src/index.ts -o ./dist/index.d.ts --external-imports @grame/faustwasm --external-inlines @shren/typed-event-emitter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fr0stbyteR/faust-ui.git"
},
"keywords": [
"Faust"
],
"author": "Fr0stbyteR",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@grame/faustwasm": "^0.4.0",
"@shren/typed-event-emitter": "^1.1.1",
"@types/emscripten": "^1.39.13",
"css-loader": "^7.1.2",
"dts-bundle-generator": "^9.5.1",
"esbuild-loader": "^4.2.0",
"mini-css-extract-plugin": "^2.9.0",
"raw-loader": "^4.0.2",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"typescript": "^5.4.5",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
}
}