forked from nielsfaber/scheduler-card
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·64 lines (64 loc) · 1.98 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
60
61
62
63
64
{
"name": "standalone-schedule-card",
"version": "2.2.2",
"description": "Home Assistant Lovelace card for displaying schedules from various integrations.",
"keywords": [
"home-assistant",
"homeassistant",
"hass",
"automation",
"lovelace",
"custom-cards"
],
"author": "MislavMandaric",
"license": "GNU GPL v3",
"repository": {
"type": "git",
"url": "[email protected]:MislavMandaric/lovelace-standalone-schedule-card.git"
},
"homepage": "https://github.com/MislavMandaric/lovelace-standalone-schedule-card",
"bugs": {
"url": "https://github.com/MislavMandaric/lovelace-standalone-schedule-card/issues"
},
"scripts": {
"build": "npm run rollup",
"rollup": "rollup -c",
"lint": "eslint src/**/*.ts --fix",
"start": "rollup -c --watch"
},
"dependencies": {
"@formatjs/intl-utils": "^3.8.4",
"@mdi/js": "^6.4.95",
"@vue/web-component-wrapper": "^1.3.0",
"custom-card-helpers": "^1.7.2",
"fecha": "^4.2.1",
"home-assistant-js-websocket": "^5.7.0",
"lit": "^2.0.0-rc.2",
"vue": "^2.6.14",
"vue2-daterange-picker": "^0.6.5"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"rollup": "^2.58.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-import-css": "^3.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.0",
"typescript": "^4.4.3"
}
}