forked from spothq/cryptocurrency-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.72 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.72 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
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
{
"name": "@phantasweng/vue-cryptocurrency-icons",
"version": "0.1.1",
"main": "dist/index.esm.js",
"description": "cryptocurrency icon component for vue3",
"license": "CC0-1.0",
"repository": "PhantasWeng/vue-cryptocurrency-icons",
"homepage": "https://github.com/PhantasWeng/vue-cryptocurrency-icons",
"files": [
"32",
"32@2x",
"128",
"svg",
"manifest.json"
],
"keywords": [
"cryptocurrency",
"icons",
"icon",
"crypto",
"currency",
"cryptocurrencies",
"currencies",
"symbols",
"svg",
"png",
"vector",
"color",
"coin",
"bitcoin",
"ethereum",
"flat-icons",
"altcoin",
"altcoins",
"icon-pack",
"icon-set",
"erc20-tokens",
"erc20",
"erc721"
],
"scripts": {
"test": "xo",
"manifest": "node scripts/manifest.js",
"clean": "svgo --multipass --disable=removeViewBox --enable=addViewBox $(globby {svg,originals}/**/*.svg)",
"dev": "rollup -c -w --bundleConfigAsCjs --environment BUILD:production",
"build": "rollup -c --bundleConfigAsCjs --environment BUILD:production"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-syntax-import-attributes": "^7.22.5",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-dynamic-import-vars": "^2.1.0",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"alpha-sort": "^2.0.1",
"coinlist": "^3.1.2",
"get-svg-colors": "^1.5.1",
"globby-cli": "^1.0.1",
"husky": "^1.3.1",
"rollup": "^4.1.4",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-vue": "^6.0.0",
"svgo": "^1.3.2",
"xo": "^0.24.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run manifest && npm run clean"
}
},
"dependencies": {
"lodash": "^4.17.21",
"vue": "^3.3.7"
}
}