-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
69 lines (69 loc) · 1.86 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
{
"name": "@niftykit/components",
"version": "0.0.28",
"description": "NiftyKit's Web Components Collection",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/components/components.esm.js",
"homepage": "https://github.com/niftykit-inc/components",
"repository": {
"type": "git",
"url": "git@github.com:niftykit-inc/components.git"
},
"bugs": {
"url": "https://github.com/niftykit-inc/components/issues"
},
"keywords": [
"NiftyKit",
"widget",
"Web Components",
"web3",
"ethers",
"web3modal",
"dropkit.js"
],
"author": "NiftyKit <hello@niftykit.com>",
"files": [
"dist/",
"loader/"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.6.3",
"@material/button": "^14.0.0",
"@material/circular-progress": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/select": "^14.0.0",
"@stencil/core": "^3.0.0",
"@walletconnect/web3-provider": "^1.8.0",
"dropkit.js": "^0.0.20",
"ethers": "^5.7.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@stencil/sass": "^2.0.3",
"@types/jest": "27.0.3",
"@types/node": "^18.11.18",
"dotenv": "^16.0.3",
"jest": "27.0.3",
"jest-cli": "27.4.5",
"puppeteer": "^19.6.3",
"rollup-plugin-node-polyfills": "^0.2.1"
},
"license": "MIT"
}