-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.5 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
{
"name": "streamdeck-homematic",
"version": "0.3.0",
"description": "Streamdeck Plugin for the Homatic home automation system",
"main": "index.js",
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"lint": "gulp lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lafe/Streamdeck-Homematic.git"
},
"keywords": [
"Homematic",
"Streamdeck"
],
"license": "UNLICENSED",
"private": true,
"author": "Lars Fernhomberg",
"bugs": {
"url": "https://github.com/lafe/Streamdeck-Homematic/issues"
},
"homepage": "https://github.com/lafe/Streamdeck-Homematic#readme",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spinners": "^0.13.8",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.7",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"css-loader": "^6.8.1",
"del": "^7.1.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-json-editor": "^2.6.0",
"style-loader": "3.3.3",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-stream": "^7.0.0"
},
"volta": {
"node": "20.10.0"
}
}