-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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
{
"name": "@alwatr/ui-kit",
"version": "0.0.0",
"description": "Alwatr UI Elements Kit",
"keywords": [
"element",
"ui-kit",
"ui",
"lit",
"lit-element",
"web-component",
"typescript",
"esm",
"alwatr"
],
"main": "index.js",
"type": "module",
"types": "index.d.ts",
"author": "S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)",
"license": "MIT",
"private": true,
"files": [
"**/**/*.{d.ts.map,d.ts,js.map,js,md,css}"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Alwatr/fract",
"directory": "packages/ui-kit"
},
"homepage": "https://github.com/Alwatr/fract/tree/next/packages/ui-kit#readme",
"bugs": {
"url": "https://github.com/Alwatr/fract/issues"
},
"dependencies": {
"@alwatr/fract": "workspace:^",
"@alwatr/i18n": "workspace:^",
"@alwatr/signal": "^2.0.5",
"@alwatr/util": "^1.4.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@alwatr/type": "^1.2.4"
}
}