-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
42
{
"name": "bwct-tracker-electron",
"version": "1.0.0",
"description": "BWCT-tracker app",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/rolson24/BWCT-tracker.git"
},
"author": "Raif Olson",
"license": "ISC",
"bugs": {
"url": "https://github.com/rolson24/BWCT-tracker/issues"
},
"homepage": "https://github.com/rolson24/BWCT-tracker/blob/ByteTrackOnWendellPCWorking/README.md",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"electron": "^29.0.1",
"html-webpack-plugin": "^5.6.0",
"vue-loader": "^17.4.2",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@vue/compiler-sfc": "^3.4.30",
"fs-extra": "^11.2.0",
"hls": "^0.0.1",
"node-fetch": "^3.3.2",
"vlc-video": "^1.0.7",
"vue": "^3.4.30",
"wcjs-prebuilt": "^3.0.4"
}
}