-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.46 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
{
"name": "mymosa.2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development node webpack-dev-server",
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development --watch",
"lint": "eslint",
"start": "node ./app/build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lollobaldo/MyMoSA.2.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/lollobaldo/MyMoSA.2/issues"
},
"homepage": "https://github.com/lollobaldo/MyMoSA.2#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"glob": "^7.1.4",
"shebang-loader": "0.0.1",
"ts-loader": "^6.2.0",
"tslint": "^5.20.0",
"typescript": "^3.6.4",
"typescript-eslint-parser": "^22.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"date-fns": "^2.4.1",
"dayjs": "^1.8.16",
"local-devices": "^2.0.0",
"mqtt": "^3.0.0",
"node-dht-sensor": "^0.3.0",
"os-utils": "0.0.14",
"raspi-board": "^7.3.0"
}
}