-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
44 lines (44 loc) · 981 Bytes
/
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": "@graywolfai/react-heroicons",
"version": "2.0.1",
"description": "Heroicons as React components",
"module": "dist/index.jsx",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"generate": "node build.js",
"compile": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/graywolftech/react-heroicons.git"
},
"keywords": [
"heroicons",
"svg",
"react",
"icons",
"icon"
],
"author": "Jacob Smith <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/graywolftech/react-heroicons/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/graywolftech/react-heroicons#readme",
"peerDependencies": {
"react": "^16.13.1 || ^17 || ^18"
},
"files": [
"dist"
],
"devDependencies": {
"@types/react": "^16.9.35",
"prettier": "^2.2.1",
"react": "^16.13.1",
"typescript": "^4.8.3"
}
}