-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 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
{
"name": "@bgd-labs/web3-icons",
"description": "Svg set of web3 assets icons and utils for easy generation.",
"version": "0.0.1",
"author": "BGD labs",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"contributors": [
{
"name": "Karen Kakosyan",
"url": "https://github.com/smbdy"
},
{
"name": "Oleksandr Tkach",
"url": "https://github.com/Argeare5"
},
{
"name": "Aleksey Gorbunov",
"url": "https://github.com/isArlekin"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/bgd-labs/icons.git"
},
"bugs": {
"url": "https://github.com/bgd-labs/icons/issues"
},
"homepage": "https://github.com/bgd-labs/icons/blob/main/README.md",
"scripts": {
"generate": "pnpm run generate-icons && pnpm run generate-components",
"generate-icons": "tsx src/scripts/generate.ts && svg-to-ts-files --config ./src/utils/genereteMonoTokensConfig.js && svg-to-ts-files --config ./src/utils/genereteFullTokensConfig.js",
"generate-components": "tsx src/scripts/generateComponents.ts"
},
"devDependencies": {
"@bgd-labs/aave-address-book": "^4.7.4",
"@types/node": "^22.8.4",
"@types/lodash.template": "^4.5.3",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"svg-to-ts": "^12.0.0",
"svgo": "^3.3.2",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^7.18.0",
"zod": "^3.23.8",
"lodash.template": "^4.5.0",
"to-words": "^4.1.0"
},
"packageManager": "pnpm@8.15.5+sha1.a58c038faac410c947dbdb93eb30994037d0fce2"
}