generated from custom-cards/boilerplate-card
-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
51 lines (51 loc) · 1.56 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": "plotly-graph-card",
"version": "to-be-set-on-release",
"description": "",
"main": "index.js",
"scripts": {
"start": "(node ./script/hot-reload.mjs & esbuild src/plotly-graph-card.ts --servedir=dist --outdir=dist --bundle --sourcemap=inline)",
"build": "esbuild src/plotly-graph-card.ts --outdir=dist --bundle --minify",
"tsc": "tsc",
"test": "jest",
"test:watch": "jest --watchAll",
"version": "npm run build && git add .",
"npm-upgrade": "npx npm-upgrade"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.17",
"@types/plotly.js": "^2.12.11",
"@types/ws": "^8.5.4",
"chokidar": "^3.5.3",
"esbuild": "^0.16.10",
"ts-jest": "^29.0.3",
"ws": "^8.12.0"
},
"dependencies": {
"binary-search-bounds": "^2.0.5",
"buffer": "^6.0.3",
"custom-card-helpers": "^1.9.0",
"date-fns": "^2.29.3",
"deepmerge": "^4.2.2",
"fourier-transform": "^1.1.2",
"lodash": "^4.17.21",
"ml-fft": "^1.3.5",
"ml-regression-exponential": "^2.1.0",
"ml-regression-logarithmic": "github:DoubleCorner/regression-logarithmic",
"ml-regression-polynomial": "^2.2.0",
"ml-regression-power": "^2.0.0",
"ml-regression-robust-polynomial": "^3.0.0",
"ml-regression-simple-linear": "^2.0.3",
"ml-regression-theil-sen": "^2.0.0",
"ndarray": "^1.0.19",
"ndarray-fft": "^1.0.3",
"plotly.js": "^2.34.0",
"prettier": "^3.3.3",
"propose": "^0.0.5",
"typescript": "^5.6.3"
}
}