-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "audioMotion",
"version": "24.6",
"private": true,
"author": "Henrique Vianna <[email protected]> (https://henriquevianna.com)",
"license": "AGPL-3.0",
"description": "Media player and real-time audio spectrum analyzer",
"scripts": {
"build": "webpack",
"server": "node src/web-server.js",
"pkg": "pkg . --out-path ./bin/",
"start": "npx http-server"
},
"bin": "src/web-server.js",
"pkg": {
"assets": "public/**/*"
},
"devDependencies": {
"audiomotion-analyzer": "^4.5.0",
"buffer": "^6.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"idb-keyval": "^6.2.1",
"mini-css-extract-plugin": "^2.9.0",
"music-metadata-browser": "^2.5.10",
"notie": "^4.3.1",
"open": "~7.4.2",
"process": "^0.11.10",
"readline-sync": "^1.4.10",
"semver": "^7.6.2",
"sortablejs": "^1.15.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"express": "^4.19.2",
"serve-index": "^1.9.1"
}
}