-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.69 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@teller-protocol/teller-widget",
"version": "1.6.3",
"main": "lib/cjs/index.cjs",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"repository": "git@github.com:teller-protocol/teller-widget.git",
"dependencies": {
"@iconify/react": "^4.1.1",
"@tanstack/react-query": "^5.25.0",
"alchemy-sdk": "^3.3.1",
"classnames": "^2.5.1",
"dayjs": "^1.11.9",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"punycode": "^2.3.1",
"react-dom": "^18.2.0",
"react-tooltip": "4.4.3",
"typescript": "^5.4.3",
"viem": "2.x",
"wagmi": "^2.5.7"
},
"devDependencies": {
"@parcel/watcher": "^2.4.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-styling-webpack": "^0.0.6",
"@storybook/blocks": "^7.6.17",
"@storybook/manager-api": "^8.1.1",
"@storybook/react": "^7.6.17",
"@storybook/react-webpack5": "^7.6.17",
"@storybook/test": "^7.6.17",
"@teller-protocol/v2-contracts": "^3.1.13",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-kit": "^0.15.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"node-sass": "^9.0.0",
"rollup": "^4.9.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-node-externals": "3.1.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sass": "^1.12.22",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"storybook": "^7.6.17",
"style-loader": "^3.3.4",
"ts-node": "^10.9.2"
},
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prebuild": "rm -rf dts lib && tsc -p tsconfig.json",
"build": "rollup --config"
},
"peerDependencies": {
"@tanstack/react-query": "^5.25.0",
"alchemy-sdk": "^3.3.1",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}