-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
66 lines (66 loc) · 1.88 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
{
"name": "mock-devices",
"version": "10.3.0",
"description": "mock-devices desktop edition",
"main": "./_dist/server/start.js",
"repository": {
"type": "git",
"url": "https://github.com/codetunez/mock-devices"
},
"scripts": {
"build": "tsc && webpack",
"watchux": "webpack --progress --colors --watch",
"watchsrv": "tsc -watch --pretty",
"app": "electron ./_dist/server/start.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/electron": "^1.6.10",
"@types/lodash": "^4.14.157",
"@types/node": "^12.0.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^16.9.1",
"@types/react-router-dom": "^5.1.5",
"axios": "^0.21.1",
"azure-iot-common": "^1.12.6",
"azure-iot-device": "^1.17.2",
"azure-iot-device-mqtt": "^1.15.2",
"azure-iot-provisioning-device": "^1.8.6",
"azure-iot-provisioning-device-mqtt": "^1.7.6",
"azure-iot-security-symmetric-key": "^1.7.6",
"azure-iothub": "^1.9.9",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"cors": "^2.8.5",
"css-loader": "^2.1.1",
"electron": "^10.2.0",
"express": "^4.17.0",
"file-loader": "^6.0.0",
"is-docker": "^2.0.0",
"jimp": "^0.16.1",
"jsoneditor": "^9.0.0",
"lodash": "^4.17.21",
"markdown-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.6.0",
"morgan": "^1.9.1",
"node-sass": "^4.12.0",
"qrcode-reader": "^1.0.4",
"random-location": "^1.1.2",
"random-words": "^1.1.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-markdown": "^4.3.1",
"react-router-dom": "^5.2.0",
"react-spinners": "^0.9.0",
"react-splitter-layout": "^4.0.0",
"react-toggle": "^4.1.1",
"sass-loader": "^7.1.0",
"ts-loader": "^6.2.0",
"typescript": "^3.6.4",
"uuid": "^3.3.2",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
}
}