forked from alexpfau/calendar-card-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.48 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.48 KB
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": "calendar-card-pro-dev",
"version": "1.0.0",
"description": "Custom Home Assistant calendar card",
"main": "dist/calendar-card-pro.js",
"scripts": {
"dev": "rollup -c --watch",
"build": "cross-env NODE_ENV=prod rollup -c",
"lint": "eslint 'src/**/*.ts' --fix --format stylish",
"format": "prettier --write 'src/**/*.ts'"
},
"repository": {
"type": "git",
"url": "https://github.com/alexpfau/calendar-card-pro-dev.git"
},
"keywords": [
"calendar",
"card",
"home-assistant",
"homeassistant",
"hacs",
"lovelace",
"custom-card"
],
"author": "Alex Pfau",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexpfau/calendar-card-pro-dev/issues"
},
"homepage": "https://github.com/alexpfau/calendar-card-pro-dev#readme",
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "^22.13.5",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"cross-env": "^7.0.3",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.5.2",
"rollup": "^4.34.8",
"typescript": "^5.7.3"
},
"dependencies": {
"@material/web": "^2.2.0"
}
}