forked from Iconscout/react-unicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "@iconscout/react-unicons",
"version": "1.1.5",
"description": "1100+ vector icons as easy to use React Components",
"main": "./lib/cjs/index.js",
"module": "/index.ts",
"sideEffects": false,
"scripts": {
"generate": "node ./build/generate.js && node ./esbuild.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Iconscout/react-unicons.git"
},
"peerDependencies": {
"react": ">=15.0.0 <17.0.0"
},
"dependencies": {
"react": ">=15.0.0 <17.0.0"
},
"keywords": [
"unicons",
"react-unicons",
"icons",
"iconscout",
"vector",
"icons"
],
"author": "Iconscout",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Iconscout/react-unicons/issues"
},
"homepage": "https://iconscout.com/unicons",
"devDependencies": {
"@iconscout/unicons": "^3.0.1",
"@types/react": "^17.0.0",
"cheerio": "^1.0.0-rc.3",
"esbuild": "^0.8.20",
"fs-plus": "^3.1.1",
"typescript": "^4.1.2",
"uppercamelcase": "^3.0.0"
}
}