-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.75 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@huymobile/react-native-iconify",
"version": "1.0.9",
"description": "200,000+ icons for React Native with native caching and zero configuration",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"react-native": "lib/index.js",
"files": [
"lib",
"ios",
"android",
"scripts",
"*.podspec",
"react-native.config.js"
],
"bundledIconsPath": "lib/bundled-icons.generated.js",
"scripts": {
"build": "tsc && node scripts/copy-bundled-icons.js",
"clean": "rm -rf lib",
"prepare": "npm run clean && npm run build",
"prepublishOnly": "npm run prepare",
"postinstall": "node scripts/postinstall.js",
"bundle": "node scripts/bundle-production.js",
"bundle:force": "node scripts/bundle-production.js --force",
"scan": "node scripts/scan-icons.js",
"fetch": "node scripts/fetch-icons.js",
"clear-cache": "node scripts/fetch-icons.js clear",
"publish": "node publish-commands.sh"
},
"keywords": [
"react-native",
"iconify",
"icons",
"svg",
"native",
"cache",
"mdi",
"feather",
"heroicons",
"phosphor",
"lucide"
],
"repository": {
"type": "git",
"url": "https://github.com/huytdps13400/react-native-iconify.git"
},
"author": "huymobile",
"license": "MIT",
"homepage": "https://github.com/huytdps13400/react-native-iconify#readme",
"bugs": {
"url": "https://github.com/huytdps13400/react-native-iconify/issues"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-native": ">=0.68.0",
"react-native-svg": ">=13.0.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"react": "18.2.0",
"react-native": "0.73.0",
"react-native-svg": "^15.0.0",
"typescript": "^5.4.5"
}
}