forked from totaldebug/atomic-calendar-revive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.06 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
60
61
62
63
{
"name": "atomic-calendar-revive",
"version": "2.7.0",
"editor_version": "1.3.0",
"description": "Calendar Card for Home Assistant",
"main": "atomic-calendar-revive.js",
"scripts": {
"lint": "eslint src/*.ts | more ",
"lintindex": "eslint src/index.ts | more",
"lintindexfix": "eslint src/index.ts --fix",
"linteditor": "eslint src/index-editor.ts",
"babel": "babel dist/index.js --out-file dist/atomic-calendar-revive.js",
"rollup": "rollup -c",
"start": "rollup -c --watch",
"build": "npm run rollup && npm run babel",
"watch": "rollup -c --watch --config rollup-dev.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marksie1988/atomic-calendar-revive.git"
},
"author": "Steven Marks",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-transform-template-literals": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"babel-preset-minify": "^0.5.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.2.0",
"rollup": "^2.33.3",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@material/mwc-linear-progress": "^0.20.0",
"@polymer/lit-element": "^0.7.1",
"@rollup/plugin-json": "^4.1.0",
"@webcomponents/webcomponentsjs": "^2.5.0",
"custom-card-helpers": "^1.6.6",
"lit-element": "^2.4.0",
"moment": "^2.29.1",
"node-google-calendar": "^1.1.1",
"npm": "^6.14.9",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.2"
},
"bugs": {
"url": "https://github.com/marksie1988/atomic-calendar-revive/issues"
},
"homepage": "https://github.com/marksie1988/atomic-calendar-revive#readme"
}