-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 873 Bytes
/
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
{
"name": "webspeechanalyzer",
"version": "1.2.0",
"description": "",
"main": "index.js",
"private": true,
"dependencies": {
"formantanalyzer": "^1.1.6",
"numeric": "^1.2.6",
"plotly": "^1.0.6",
"plotly.js-finance-dist-min": "^2.18.2",
"serve-static": "^1.15.0",
"webpack-dev-server": "^4.11.1"
},
"devDependencies": {
"@webpack-cli/serve": "^1.x.x",
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^4.3.0",
"webpack": "^5.75.0",
"webpack-cli": "^4.x.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --inline --hot --env.dev",
"build": "webpack"
},
"keywords": [
"speech",
"spectrum",
"formants",
"analyzer",
"features",
"mel-spectrogram"
],
"author": "Abdul Rehman (Tabahi)",
"license": "Apache 2"
}