-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.81 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
{
"name": "com.melcloud",
"version": "41.0.2",
"type": "module",
"scripts": {
"build:css": "npx @tailwindcss/cli -i app.css -o widgets/ata-group-setting/public/dist.css && npx @tailwindcss/cli -i app.css -o widgets/charts/public/dist.css",
"format": "prettier . --check",
"format:css": "prettier widgets/*/public/dist.css --ignore-path --write",
"format:docs": "prettier README.md --ignore-path --write",
"format:fix": "prettier . --write",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"prepare": "npm run build:css && npm run format:css && npm run format:docs && npm run lint:fix && npm run format:fix",
"publish": "homey app publish"
},
"dependencies": {
"@olivierzal/melcloud-api": "^17.8.0",
"core-js": "^3.40.0",
"homey-lib": "^2.33.2",
"luxon": "^3.5.0",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@eslint/css": "^0.2.0",
"@eslint/js": "^9.19.0",
"@eslint/json": "^0.10.0",
"@eslint/markdown": "^6.2.2",
"@helljs/eslint-import-resolver-x": "^1.1.0",
"@html-eslint/eslint-plugin": "^0.34.0",
"@html-eslint/parser": "^0.34.0",
"@stylistic/eslint-plugin": "^3.0.1",
"@tailwindcss/cli": "^4.0.3",
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.10",
"@types/luxon": "^3.4.2",
"@types/node": "^22.13.0",
"apexcharts": "^4.4.0",
"daisyui": "^5.0.0-beta.6",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-package-json": "^0.21.1",
"eslint-plugin-perfectionist": "^4.7.0",
"eslint-plugin-yml": "^1.16.0",
"jsonc-eslint-parser": "^2.4.0",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.8",
"tailwindcss": "^4.0.3",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0"
}
}