-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.62 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
{
"name": "mht-iot-client",
"description": "MHT IoT Client",
"version": "0.0.30",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/vinhlq/mht-iot-client-js"
},
"author": {
"name": "vinhlq",
"email": "[email protected]",
"url": "https://mht.vn"
},
"scripts": {
"build": "rm -rf dist && babel src --out-dir dist --ignore ../lib/node_modules/*,dist/*"
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"aws-sdk": "2.406.0",
"aws-amplify": "^1.1.26",
"dotenv": "6.2.0",
"react-redux": "^7.0.2",
"loglevel": "^1.6.1",
"aws-iot-device-sdk": "^2.2.1",
"amazon-cognito-identity-js": "^3.0.11"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/plugin-transform-typescript": "^7.4.0",
"@babel/preset-env": "^7.4.3"
},
"license": "Apache-2.0"
}