forked from home-assistant/alerts.home-assistant.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 860 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
{
"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": "^0.6.5",
"@types/memoize-one": "^4.1.1",
"gulp": "^4.0.2",
"js-yaml": "^3.13.1",
"prettier": "^1.18.2",
"require-dir": "^1.2.0",
"rollup": "^1.19.4",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-entrypoint-hashmanifest": "^0.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-typescript2": "^0.22.1",
"serve": "^11.1.0",
"typescript": "^3.5.3"
},
"dependencies": {
"lit-element": "^2.2.1",
"marked": "^0.7.0",
"memoize-one": "^5.1.1",
"xss": "^1.0.6"
}
}