-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
59 lines (59 loc) · 1.93 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
{
"name": "formulaone-card",
"version": "1.9.7",
"description": "Frontend card for Home Assistant to display Formula One data",
"main": "index.js",
"scripts": {
"lint": "eslint src/**/*.ts",
"dev": "webpack -c webpack.config.js",
"build": "yarn lint && webpack -c webpack.config.js",
"test": "jest",
"coverage": "jest --coverage",
"workflow": "jest --coverage --json --outputFile=/home/runner/work/formulaone-card/formulaone-card/jest.results.json",
"prebuild": "copy git-hooks\\pre-commit .git\\hooks\\ && echo 'hook copied'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcokreeft87/formulaone-card.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcokreeft87/formulaone-card/issues"
},
"homepage": "https://github.com/marcokreeft87/formulaone-card#readme",
"devDependencies": {
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.62.0",
"codecov": "^3.8.3",
"eslint": "^8.52.0",
"home-assistant-js-websocket": "^9.1.0",
"lit": "^3.0.2",
"lit-element": "^3.3.3",
"minify-html-literals-loader": "^1.1.1",
"typescript": "^4.9.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.23.8",
"@lit-labs/scoped-registry-mixin": "^1.0.1",
"@marcokreeft/ha-editor-formbuilder": "^2023.10.9",
"babel-jest": "^29.7.0",
"compression-webpack-plugin": "^10.0.0",
"custom-card-helpers": "^1.9.0",
"isomorphic-fetch": "^3.0.0",
"jest-environment-jsdom": "^29.6.2",
"jest-fetch-mock": "^3.0.3",
"jest-ts-auto-mock": "^2.1.0",
"minify-html-literals-loader": "^1.1.1",
"ts-auto-mock": "^3.6.4",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"ttypescript": "^1.5.15",
"yarn": "^1.22.21"
}
}