-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
67 lines (67 loc) · 1.81 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
{
"name": "hugeicons-react",
"version": "0.3.0",
"description": "HugeIcons React Component Library https://hugeicons.com",
"homepage": "https://hugeicons.com",
"amdName": "hugeicons-react",
"main": "dist/cjs/hugeicons-react.js",
"main:umd": "dist/umd/hugeicons-react.js",
"module": "dist/esm/hugeicons-react.js",
"unpkg": "dist/umd/hugeicons-react.js",
"typings": "dist/hugeicons-react.d.ts",
"sideEffects": false,
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:hugeicons/hugeicons-react.git"
},
"author": "HugeIcons",
"bugs": {
"url": "https://github.com/hugeicons/hugeicons-react/issues"
},
"scripts": {
"build": "pnpm clean && pnpm typecheck && pnpm build:bundles",
"build:bundles": "node --max-old-space-size=18192 node_modules/.bin/rollup -c ./rollup.config.mjs",
"typecheck": "tsc",
"clean": "rm -rf dist"
},
"devDependencies": {
"@atomico/rollup-plugin-sizes": "^1.1.4",
"@rollup/plugin-replace": "^5.0.5",
"@types/node": "^16.18.80",
"@types/react": "^18.0.12",
"cheerio": "^1.0.0-rc.12",
"esbuild": "^0.20.1",
"html-minifier": "^4.0.0",
"lodash": "^4.17.21",
"prettier": "^3.2.5",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-license": "^3.2.0",
"rollup-plugin-visualizer": "^5.12.0",
"svgo": "^3.2.0",
"svgson": "^5.3.1",
"typescript": "^4.9.5"
},
"peerDependencies": {
"react": ">=16.0.0"
},
"keywords": [
"icons",
"react-icons",
"ui-components",
"design-system",
"vector-icons",
"react-component-library",
"web-icons",
"scalable-icons",
"customizable-icons",
"icon-library"
],
"license": "CC0-1.0"
}