-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.15 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
{
"name": "midi",
"title": "MIDI Converter",
"descr": "Converter for Arduino",
"theme_color": "#478be6",
"background_color": "#1C2128",
"single_name": "index.html",
"version": "1.0.3",
"main": "index.js",
"scripts": {
"build": "webpack --config ./webpack.single.config.js & webpack --config ./webpack.host.config.js",
"dev": "webpack serve --config ./webpack.dev.config.js & webpack --config ./webpack.dev.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"cyrillic-to-translit-js": "^3.2.1",
"html-inline-css-webpack-plugin": "^1.11.2",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"replace-hash-in-file-webpack-plugin": "^1.0.8",
"style-loader": "^4.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@alexgyver/component": "^1.0.26",
"@alexgyver/ui": "^1.2.7",
"@tonejs/midi": "^2.0.28"
}
}