-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.22 KB
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
{
"dependencies": {
"@ledgerhq/lumen-design-core": "catalog:",
"@ledgerhq/ledger-wallet-provider-core": "workspace:*",
"@lit/context": "catalog:",
"@storybook/web-components": "catalog:",
"@storybook/web-components-vite": "catalog:",
"class-variance-authority": "catalog:",
"lit": "catalog:",
"lottie-web": "catalog:",
"motion": "catalog:",
"rxjs": "catalog:",
"shadow-dom-testing-library": "catalog:",
"storybook": "catalog:",
"uuid": "catalog:"
},
"devDependencies": {
"@tailwindcss/cli": "catalog:",
"@tailwindcss/vite": "catalog:",
"tailwindcss": "catalog:",
"vitest": "catalog:"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json",
"./styles.css": "./dist/styles.css"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"name": "@ledgerhq/ledger-wallet-provider",
"publishConfig": {
"access": "public"
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "https://github.com/LedgerHQ/ledger-button-public.git"
}
}