forked from Azuky/react-unicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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
{
"name": "@iconscout/react-unicons",
"version": "1.3.0",
"description": "1100+ vector icons as easy to use React Components",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"sideEffects": false,
"type": "module",
"scripts": {
"generate": "node ./build/generate.js",
"build": "tsup",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Iconscout/react-unicons.git"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.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": "^4.0.1",
"@types/react": "^17.0.36",
"cheerio": "^1.0.0-rc.3",
"fs-plus": "^3.1.1",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"uppercamelcase": "^3.0.0"
}
}