-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.2 KB
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": "webpack-jsbridge-plugin",
"version": "1.0.2",
"description": "",
"main": "JSBridgePlugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eminoda/JSBridgePlugins.git"
},
"homepage": "https://github.com/eminoda/JSBridgePlugins.git#readme",
"keywords": [
"jsbridge",
"webpack",
"plugin"
],
"files": [
"dist-mock",
"JSBridgePlugin.js",
"package.json",
"server-app/dist",
"server-app/public",
"arch.jpg"
],
"author": "eminoda",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"babel-loader": "^9.1.3",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-inject-plugin": "^1.5.5",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@ant-design/colors": "^7.0.2",
"address": "^2.0.2",
"chalk": "^5.3.0",
"core-js": "^3.36.1",
"default-gateway": "^7.2.2",
"express": "^4.19.2",
"portfinder": "^1.0.32",
"socket.io": "^4.7.5"
}
}