-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 857 Bytes
/
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
{
"name": "mmm-teslamatelocation",
"version": "1.0.0",
"description": "Show your Tesla's location based on the data received from Teslamate",
"main": "index.js",
"scripts": {
"build": "webpack --mode production --optimization-minimize",
"watch": "webpack watch"
},
"author": "Peter Donker",
"license": "MIT",
"dependencies": {
"leaflet": "^1.7.1",
"mqtt": "^4.2.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.2"
},
"devDependencies": {
"@types/leaflet": "^1.7.6",
"@types/magicmirror-module": "^2.16.1",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/webpack": "^5.28.0",
"process": "^0.11.10",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1"
}
}