-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 959 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
41
42
{
"name": "@galacticcouncil/ui",
"version": "5.2.3",
"description": "Galactic UI Kit",
"author": "GalacticCouncil",
"repository": {
"directory": "packages/ui",
"type": "git",
"url": "git+https://github.com/galacticcouncil/apps.git"
},
"keywords": [
"hydration",
"basilisk",
"ui",
"component",
"lit",
"webcomponent"
],
"bugs": {
"url": "https://github.com/galacticcouncil/apps/issues"
},
"files": [
"build"
],
"type": "module",
"module": "./build/index.mjs",
"types": "./build/types/index.d.ts",
"scripts": {
"build": "npm run clean && node ./esbuild.dist.mjs",
"build:watch": "node ./esbuild.dev.mjs",
"clean": "rimraf build",
"link": "npm ln",
"postbuild": "tsc --emitDeclarationOnly"
},
"dependencies": {
"@floating-ui/dom": "^1.5.1",
"@lit-labs/virtualizer": "^2.0.14",
"imask": "^6.4.3",
"lit": "^3.1.4",
"ts-debounce": "^4.0.0"
}
}