forked from home-assistant/alerts.home-assistant.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 893 Bytes
/
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
{
"name": "alerts.home-assistant.io",
"version": "1.0.0",
"description": "",
"main": "src/entrypoint.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@types/marked": "^1.2.1",
"@types/memoize-one": "^5.1.2",
"gulp": "^4.0.2",
"js-yaml": "^3.14.1",
"jsonfeed-to-atom": "^1.2.2",
"prettier": "^2.2.1",
"require-dir": "^1.2.0",
"rollup": "^2.34.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-entrypoint-hashmanifest": "^0.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"serve": "^11.3.2",
"typescript": "^4.1.2"
},
"dependencies": {
"lit-element": "^2.4.0",
"marked": "^1.2.6",
"memoize-one": "^5.1.1",
"xss": "^1.0.8"
}
}