forked from Fr0stbyteR/jspatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.96 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "@jspatcher/jspatcher",
"version": "0.3.9",
"description": "patcher js",
"scripts": {
"prebuild": "node ./src/scripts/patchSemanticUICss.js",
"build": "webpack --mode development --stats-children --env WS_DOMAIN=wss://bell.electro-smith.com --env API_DOMAIN=https://bell.electro-smith.com",
"build-dev": "webpack --mode development --stats-children --env WS_DOMAIN=ws://localhost:8000 --env API_DOMAIN=http://localhost:8000",
"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",
"@electrosmith/package-generators": "file:../objects/generators/web",
"@electrosmith/package-io": "file:../objects/io/web",
"@electrosmith/package-math": "file:../objects/math/web",
"@electrosmith/package-ui": "file:../objects/ui/web",
"@electrosmith/package-utilities": "file:../objects/utilities/web",
"@electrosmith/package-midi": "file:../objects/midi/web",
"@electrosmith/package-daisy-hardware": "file:../objects/targets/daisy/web",
"@ffmpeg/core": "^0.10.0",
"@ffmpeg/ffmpeg": "^0.10.1",
"@grame/libmusicxml": "^3.19.1",
"@jspatcher/package-analysers": "^1.0.1",
"@jspatcher/package-cac": "latest",
"@jspatcher/package-dsp": "latest",
"@jspatcher/package-live": "latest",
"@jspatcher/package-midi": "latest",
"@jspatcher/package-op": "latest",
"@jspatcher/package-osc": "latest",
"@jspatcher/package-std": "latest",
"@jspatcher/package-ui": "latest",
"@jspatcher/package-webaudio": "latest",
"@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/lz-string": "^1.3.34",
"@types/react": "^17.0.52",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
"@types/w3c-web-serial": "^1.0.2",
"@types/w3c-web-usb": "^1.0.6",
"@types/webmidi": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@typescript/vfs": "^1.3.5",
"@webaudiomodules/api": "^2.0.0-alpha.4",
"@webaudiomodules/sdk": "^0.0.10",
"ali-oss": "^6.17.1",
"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-react": "^2.0.4",
"fomantic-ui-css": "^2.9.3",
"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",
"ts-morph": "^15.1.0",
"typescript": "^4.8.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"
},
"dependencies": {
"@types/node": "^18.11.9",
"github-markdown-css": "^5.2.0"
}
}