-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.49 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
48
{
"name": "react-native-unicons",
"version": "1.0.4",
"description": "Unicons icons for React Native",
"main": "lib/index.js",
"typings": "lib/react-native-unicons.d.ts",
"scripts": {
"cleanup": "rimraf typings src node_modules/@iconscout/unicons/svg/line/snow-flake.svg",
"prepare-icons": "npm run cleanup && svgr --native --icon --typescript --ignore-existing -d src/icons node_modules/@iconscout/unicons/svg/line",
"prepublish": "npm run prepare-icons && rimraf lib && tsc -p tsconfig.json && npx api-extractor run --local && npm run cleanup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FDiskas/react-native-unicons.git"
},
"keywords": [
"icon",
"react",
"react-native-unicons",
"react-native",
"native",
"rn",
"unicons",
"icons"
],
"author": "FDiskas",
"license": "MIT",
"bugs": {
"url": "https://github.com/FDiskas/react-native-unicons/issues"
},
"homepage": "https://github.com/FDiskas/react-native-unicons#readme",
"peerDependencies": {
"react-native": ">=0.46",
"react-native-svg": ">=5.3"
},
"devDependencies": {
"@iconscout/unicons": "^4.0.0",
"@microsoft/api-extractor": "^7.16.1",
"@svgr/babel-plugin-add-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",
"react-native": "^0.64.2",
"react-native-svg": "^12.1.1",
"rimraf": "^3.0.2",
"typescript": "^4.3.4"
}
}