-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
91 lines (91 loc) · 3.13 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@jspatcher/jspatcher",
"version": "0.0.10",
"description": "patcher js",
"scripts": {
"prebuild": "node ./src/scripts/patchSemanticUICss.js",
"build": "webpack --mode development",
"build-watch": "npm run prebuild && webpack --mode development --watch --stats-children",
"dist": "npm run prebuild && webpack --mode production",
"update-packages": "node ./src/scripts/updatePackages.js",
"serve": "node ./server/index.js"
},
"keywords": [
"js",
"patcher"
],
"author": "Fr0stbyteR",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/fr0stbyter/jspatcher",
"devDependencies": {
"@csound/browser": "^6.17.1",
"@ffmpeg/core": "^0.10.0",
"@ffmpeg/ffmpeg": "^0.10.1",
"@grame/libmusicxml": "^3.19.1",
"@jspatcher/package-analysers": "^1.0.1",
"@jspatcher/package-cac": "file:../@jspatcher/package-cac",
"@jspatcher/package-dsp": "file:../@jspatcher/package-dsp",
"@jspatcher/package-live": "file:../@jspatcher/package-live",
"@jspatcher/package-midi": "file:../@jspatcher/package-midi",
"@jspatcher/package-op": "file:../@jspatcher/package-op",
"@jspatcher/package-std": "file:../@jspatcher/package-std",
"@jspatcher/package-ui": "file:../@jspatcher/package-ui",
"@jspatcher/package-webaudio": "file:../@jspatcher/package-webaudio",
"@monaco-editor/react": "^4.2.2",
"@shren/faust-ui": "^1.0.4",
"@shren/faustwasm": "^0.0.16",
"@shren/fftw-js": "^0.1.6",
"@shren/guidolib": "^1.7.3",
"@types/emscripten": "^1.39.5",
"@types/express": "^4.17.13",
"@types/jszip": "^3.4.1",
"@types/react": "^17.0.19",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
"@types/webmidi": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@webaudiomodules/api": "^2.0.0-alpha.3",
"@webaudiomodules/sdk": "^0.0.7",
"browserfs": "^1.4.3",
"bson": "^4.5.2",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"color-js": "^1.0.5",
"copy-webpack-plugin": "^9.0.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.2.0",
"esbuild-loader": "^2.15.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-react": "^7.25.0",
"express": "^4.17.1",
"jszip": "^3.7.1",
"lato-font": "^3.0.0",
"monaco-editor": "^0.26.1",
"monaco-editor-webpack-plugin": "^4.1.2",
"path": "^0.12.7",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-monaco-editor": "^0.44.0",
"sass": "^1.38.2",
"sass-loader": "^12.1.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.4",
"source-map-loader": "^3.0.0",
"stream-browserify": "^3.0.0",
"style-loader": "^3.2.1",
"stylelint": "^14.5.1",
"stylelint-config-recommended": "^7.0.0",
"typescript": "^4.5.4",
"util": "^0.12.4",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"window-function": "^2.1.0",
"workbox-webpack-plugin": "^6.2.4",
"worker-loader": "^3.0.8",
"worklet-loader": "^2.0.0"
}
}