-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.52 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@jianming/remote-console",
"version": "1.1.3",
"description": "远程控制台",
"main": "index.js",
"preferGlobal": true,
"bin": {
"cre": "./bin/index.js"
},
"scripts": {
"start": "NODE_ENV=development nodemon ./server/index",
"build": "NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uje/remote-console.git"
},
"author": "yuanhe",
"keywords": [
"remote-console",
"weinre",
"console",
"debug"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/uje/remote-console/issues"
},
"homepage": "https://github.com/uje/remote-console#readme",
"dependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "^7.10.3",
"@babel/plugin-proposal-do-expressions": "^7.10.1",
"@babel/plugin-proposal-export-default-from": "^7.10.1",
"@babel/plugin-proposal-export-namespace-from": "^7.10.1",
"@babel/plugin-proposal-function-bind": "^7.10.1",
"@babel/plugin-proposal-function-sent": "^7.10.1",
"@babel/plugin-proposal-json-strings": "^7.10.1",
"@babel/plugin-proposal-logical-assignment-operators": "^7.10.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
"@babel/plugin-proposal-numeric-separator": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
"@babel/plugin-proposal-pipeline-operator": "^7.10.1",
"@babel/plugin-proposal-throw-expressions": "^7.10.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"classnames": "^2.2.6",
"cors": "^2.8.5",
"css-loader": "^3.6.0",
"express": "^4.17.1",
"immer": "^7.0.5",
"install": "^0.13.0",
"moment": "^2.27.0",
"npm": "^6.14.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-json-view": "^1.19.1",
"react-tooltip": "^4.2.7",
"sass": "^1.26.9",
"sass-loader": "^8.0.2",
"socket.io": "^2.3.0",
"style-loader": "^1.2.1",
"url-parse": "^1.4.7",
"use-immer": "^0.4.0",
"webpack": "^4.43.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
},
"devDependencies": {
"webpack-cli": "^3.3.12"
}
}