-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
42 lines (42 loc) · 826 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
{
"name": "octicons-react",
"version": "1.0.9",
"description": "React component for octicons-modular",
"keywords": [
"icon",
"icons",
"octicons",
"modular",
"vuejs",
"react",
"component",
"tree-shaking",
"svg"
],
"main": "lib/main.js",
"module": "es/main.js",
"scripts": {
"prebuild": "rimraf lib",
"build": "rollup -c rollup.config.js"
},
"author": "Hien Dao <[email protected]>",
"license": "MIT",
"files": [
"es",
"lib",
"README.md",
"LICENSE"
],
"dependencies": {
"octicons-modular": "^1.0.7"
},
"repository": {
"type": "git",
"url": "https://github.com/hiendv/octicons-modular.git",
"directory": "packages/octicons-react"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.2"
}
}