-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
99 lines (99 loc) · 2.6 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@neovici/cosmoz-omnitable",
"version": "13.13.3",
"description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
"keywords": [
"web-components"
],
"homepage": "https://github.com/neovici/cosmoz-omnitable#readme",
"bugs": {
"url": "https://github.com/neovici/cosmoz-omnitable/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neovici/cosmoz-omnitable.git"
},
"license": "Apache-2.0",
"author": "Neovici Development",
"main": "cosmoz-omnitable.js",
"directories": {
"test": "test"
},
"files": [
"cosmoz-*.js",
"get-effective-children-legacy-mixin.js",
"ui-helpers",
"lib/**/*.js"
],
"scripts": {
"lint": "eslint --cache --ext .js .",
"start": "wds",
"test": "wtr --coverage",
"test:watch": "wtr --watch",
"prepare": "husky"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/git"
],
"branch": "master"
},
"publishConfig": {
"access": "public"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"body-max-line-length": [
1,
"always",
100
]
}
},
"dependencies": {
"@neovici/cosmoz-autocomplete": "^8.7.1",
"@neovici/cosmoz-bottom-bar": "^7.0.0",
"@neovici/cosmoz-collapse": "^1.1.0",
"@neovici/cosmoz-datetime-input": "^4.0.1",
"@neovici/cosmoz-dropdown": "^4.0.0",
"@neovici/cosmoz-grouped-list": "^8.0.0",
"@neovici/cosmoz-i18next": "^3.1.1",
"@neovici/cosmoz-input": "^5.0.0",
"@neovici/cosmoz-router": "^11.0.0",
"@neovici/cosmoz-utils": "^6.5.0",
"@neovici/nullxlsx": "^3.0.0",
"@pionjs/pion": "^2.0.0",
"@polymer/iron-icon": "^3.0.0",
"@polymer/iron-icons": "^3.0.0",
"@polymer/paper-dropdown-menu": "^3.2.0",
"@polymer/paper-spinner": "^3.0.0",
"@polymer/polymer": "^3.3.0",
"file-saver-es": "^2.0.0",
"lit-html": "^2.0.0 || ^3.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@neovici/cfg": "^1.18.0",
"@neovici/cosmoz-viewinfo": "^4.0.0",
"@open-wc/testing": "^4.0.0",
"@polymer/iron-test-helpers": "^3.0.0",
"@polymer/paper-button": "^3.0.0",
"@polymer/paper-item": "^3.0.0",
"@polymer/paper-listbox": "^3.0.0",
"@polymer/paper-toggle-button": "^3.0.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"husky": "^9.0.0",
"semantic-release": "^24.0.0",
"sinon": "^18.0.0"
}
}