-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.97 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
{
"license": "GPL-3.0",
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-typescript": "^7.13.0",
"@grame/libfaust": "^1.0.2",
"@monaco-editor/react": "^4.1.3",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"antd": "^4.16.3",
"antlr4": "^4.9.2",
"classnames": "^2.3.1",
"css-loader": "^5.2.6",
"faust2webaudio": "grame-cncm/faust2webaudio",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"idb-keyval": "^5.0.6",
"image-webpack-loader": "^7.0.1",
"kissfft-js": "^0.1.8",
"monaco-editor": "^0.24.0",
"monaco-vim": "^0.1.15",
"node-sass": "^6.0.0",
"panzoom": "^9.4.2",
"path": "^0.12.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-reflex": "^4.0.1",
"react-responsive-pinch-zoom-pan": "^0.3.0",
"react-split-pane": "^0.1.92",
"react-svg-pan-zoom": "^3.10.0",
"react-svgmt": "^1.1.11",
"react-zoom-pan-pinch": "^1.6.1",
"rxjs": "^7.1.0",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"typescript": "^4.2.4",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"window-function": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/node": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@types/antlr4": "^4.7.2",
"@types/classnames": "^2.3.1",
"@types/kissfft-js": "^0.1.1",
"@types/react-svg-pan-zoom": "^3.3.1",
"@types/wicg-file-system-access": "^2020.9.1",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.0",
"filemanager-webpack-plugin": "^5.0.0",
"raw-loader": "^4.0.2",
"react-svg-loader": "^3.0.3",
"ts-loader": "^9.2.2"
},
"scripts": {
"build": "webpack",
"start": "webpack serve"
},
"browser": {
"fs": false,
"path": false,
"os": false
},
"engines": {
"node": ">= 14"
}
}