-
-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 936 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 936 Bytes
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
{
"name": "audioMotion",
"version": "25.9",
"private": true,
"author": "Henrique Vianna <hvianna@gmail.com> (https://henriquevianna.com)",
"license": "AGPL-3.0",
"description": "Media player and real-time audio spectrum analyzer",
"scripts": {
"build": "webpack",
"start": "http-server",
"dev": "webpack serve --config webpack.dev.js",
"docs": "http-server -p 8081 docs/"
},
"devDependencies": {
"audiomotion-analyzer": "^4.5.1",
"buffer": "^6.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"http-server": "^14.1.1",
"idb-keyval": "^6.2.1",
"js-yaml": "^4.1.0",
"mini-css-extract-plugin": "^2.9.0",
"music-metadata-browser": "^2.5.10",
"notie": "^4.3.1",
"process": "^0.11.10",
"sortablejs": "^1.15.2",
"style-loader": "^4.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.2"
}
}