-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 877 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
35
36
37
38
39
40
{
"name": "@kdsoft/lit-mvvm",
"version": "2.1.5",
"description": "MVVM based alternative to LitElement",
"author": "Karl Waclawek",
"email": "[email protected]",
"license": "BSD-3-Clause",
"keywords": [
"lit-html",
"mvvm",
"lit",
"nx-js",
"observable",
"observe",
"viewmodel"
],
"main": "lit-mvvm.js",
"module": "lit-mvvm.js",
"typings": "lit-mvvm.d.ts",
"files": [
"/lit-mvvm.js",
"/lit-mvvm.d.ts",
"/src/**/*.js"
],
"repository": {
"type": "git",
"url": "https://github.com/kwaclaw/KdSoft.lit-mvvm.git"
},
"dependencies": {
"@lit/reactive-element": "^1.6.3",
"@nx-js/observer-util": "^4.2.2",
"lit-html": "^2.8.0"
},
"devDependencies": {
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"typescript": "^5.2.2"
}
}