-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "monitor-hub",
"version": "0.3.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node_modules/.bin/webpack --config webpack.config.js --mode=production",
"watch": "node_modules/.bin/webpack --config webpack.config.js --mode=development -w",
"prebuild:dev": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdr-enthusiasts/monitor-hub.git"
},
"author": "Fred Clausen",
"license": "MIT",
"bugs": {
"url": "https://github.com/sdr-enthusiasts/monitor-hub/issues"
},
"homepage": "https://github.com/sdr-enthusiasts/monitor-hub#readme",
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@types/jquery": "^3.5.16",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.1",
"babel-loader": "^9.1.3",
"rimraf": "^6.0.1",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"jquery": "^3.7.0",
"socket.io-client": "^4.7.2",
"strip-ansi": "^7.1.0"
}
}