-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.67 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
43
44
45
46
47
48
49
50
51
{
"name": "v-net-browser",
"version": "0.2.5",
"description": "browser for V-NET based on electron, written in react",
"scripts": {
"start": "node_modules/.bin/electron main-entry.js",
"bootstrap": "node_modules/.bin/electron index.js",
"register": "node_modules/.bin/electron main-entry.js --register",
"build": "node_modules/.bin/webpack -p --progress"
},
"keywords": [
"electron",
"browser",
"webview",
"react"
],
"author": "Shuqian Ying<[email protected]>, Paul Frazee <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@electron/remote": "^2.0.1",
"babel-loader": "^8.2.3",
"create-react-class": "^15.7.0",
"css-loader": "^6.5.1",
"electron": "^15.3.2",
"file-loader": "^6.2.0",
"grunt": "^1.4.1",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-shell": "^3.0.1",
"grunt-sync": "^0.8.2",
"i18n-webpack-plugin": "^1.0.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"multicast-dns": "git+https://github.com/webarchymeta/multicast-dns.git",
"node-ipc": "^10.1.0"
}
}