-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.15 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
{
"name": "ha-bambulab-cards",
"version": "0.2.5",
"description": "Home Assistant Bambu Lab Cards",
"main": "index.js",
"scripts": {
"start": "rollup -c --watch --bundleConfigAsCjs",
"build": "cross-env IGNORE_TS_ERRORS=true rollup -c --bundleConfigAsCjs",
"build:strict": "cross-env IGNORE_TS_ERRORS=false rollup -c --bundleConfigAsCjs",
"format": "prettier --write ."
},
"author": "Greg Hesp",
"repository": {
"type": "git",
"url": "https://github.com/greghesp/ha-bambulab"
},
"license": "ISC",
"dependencies": {
"lit": "^3.2.1",
"memoize-one": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"cross-env": "^7.0.3",
"eslint": "^9.14.0",
"prettier": "^3.3.3",
"rollup": "^4.18.0",
"rollup-plugin-img": "^1.1.0",
"rollup-plugin-serve": "^1.1.1",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
}
}