generated from ludeeus/integration_blueprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "linus-dashboard",
"version": "1.0.8",
"description": "Your ultimate smart home assistant, redefined.",
"keywords": [
"smart home",
"home assistant",
"dashboard",
"automation",
"linus"
],
"homepage": "https://github.com/Thank-you-Linus/Linus-Dashboard",
"bugs": "https://github.com/Thank-you-Linus/Linus-Dashboard/issues",
"license": "MIT",
"author": {
"name": "Thank You Linus Team"
},
"contributors": [
{
"name": "Aalian Khan"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Thank-you-Linus/Linus-Dashboard"
},
"dependencies": {
"@types/swiper": "^6.0.0",
"deepmerge": "^4",
"lodash": "^4.17.21"
},
"devDependencies": {
"home-assistant-js-websocket": "^9",
"superstruct": "^1",
"ts-loader": "^9",
"ts-node": "^10",
"typescript": "^5",
"version-bump-prompt": "^6",
"webpack": "^5",
"webpack-cli": "^5"
},
"scripts": {
"build-dev": "webpack --config webpack.dev.config.ts --watch",
"build": "webpack",
"bump": "bump --preid alpha package.json package-lock.json README.md ./custom_components/linus_dashboard/manifest.json ./custom_components/linus_dashboard/const.py ./src/linus-strategy.ts"
}
}