-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.39 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
{
"name": "react-native-feather",
"version": "1.1.2",
"description": "React Native component for Feather icons",
"main": "lib/index.js",
"typings": "lib/react-native-feather.d.ts",
"scripts": {
"prepare-icons": "svgr --native --icon --typescript -d src/icons node_modules/feather-icons/dist/icons",
"prepublish": "npm run prepare-icons && tsc -p tsconfig.json && npx api-extractor run --local && rimraf typings src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yigithanyucedag/react-native-feather.git"
},
"keywords": [
"icon",
"react",
"react-native-feather",
"react-native",
"native",
"rn",
"feather",
"icons"
],
"author": "Yiğithan Yücedağ",
"license": "MIT",
"bugs": {
"url": "https://github.com/yigithanyucedag/react-native-feather/issues"
},
"homepage": "https://github.com/yigithanyucedag/react-native-feather#readme",
"peerDependencies": {
"react-native": ">=0.46",
"react-native-svg": ">=5.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.16.1",
"@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
"@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
"@svgr/cli": "^5.5.0",
"@types/react": "^17.0.11",
"feather-icons": "^4.28.0",
"react-native": "^0.64.2",
"react-native-svg": "^12.1.1",
"rimraf": "^3.0.2",
"typescript": "^4.3.4"
}
}