forked from ShadowAya/anchor-card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "preact-boilerplate-card",
"version": "1.0.0",
"private": true,
"license": "MIT",
"devDependencies": {
"@types/styled-components": "^5.1.23",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"home-assistant-js-websocket": "^6.0.1",
"husky": "^7.0.4",
"ts-loader": "^9.2.6",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.5.5",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"dev": "webpack serve --open --mode development",
"lint": "eslint \"src/**\"",
"prepare": "husky install"
},
"dependencies": {
"custom-card-helpers": "^1.9.0",
"preact": "^10.6.6",
"zustand": "^3.7.1"
},
"prettier": {
"singleQuote": true,
"tabWidth": 2
}
}