-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
58 lines (58 loc) · 2.04 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
{
"name": "bs2-web",
"version": "2.11.0",
"description": "Control your Bass Station 2 synthesizer from your web browser. No more hidden parameters. All of the Bass Station 2 parameters are visible on screen. Save, load and even print your patches! And, for the fun, leave the application create a patch with the _randomizer_!",
"main": "main.js",
"dependencies": {
"base64-js": "^1.3.0",
"detect-browser": "^3.0.1",
"glob": "^7.1.2",
"hexy": "^0.3.0",
"jquery-ui": "^1.12.1",
"js-cookie": "^2.1.4",
"lity": "^2.3.0",
"lz-string": "^1.4.4",
"moment": "^2.22.1",
"mustache": "^3.0.1",
"rxjs": "6.3.3",
"storejs": "^1.0.25",
"svg-envelope": "^0.2.0",
"svg-knob": "^1.7.0",
"svg-slider": "^1.3.1",
"tonal": "^2.1.2",
"webmidi": "^2.0.0-rc.11",
"webpack-jquery-ui": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"url-loader": "^1.0.1",
"webpack": "^4.8.3",
"webpack-auto-inject-version": "^1.1.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.3"
},
"scripts": {
"dev": "webpack --mode development",
"start": "webpack-dev-server --open --mode development",
"build": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/francoisgeorgy/BS2-Web.git"
},
"keywords": [],
"author": "François Georgy <[email protected]> (http://sysex.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/francoisgeorgy/BS2-Web/issues"
},
"homepage": "https://github.com/francoisgeorgy/BS2-Web#readme"
}