-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.54 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.54 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
{
"name": "react-native-icons-builder",
"type": "module",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/gronxb/react-native-icons-builder.git"
},
"homepage": "https://react-icons.github.io/react-icons/",
"description": "Generate React Native icons CLI from React Icons",
"bin": {
"rn-icons": "./dist/index.js",
"react-native-icons-builder": "./dist/index.js"
},
"scripts": {
"test": "vitest",
"test:type": "tsc --noEmit",
"build": "tsdown src/index.ts --format esm"
},
"files": ["dist", "package.json", "templates"],
"keywords": [
"react-native",
"icons",
"react-native-icons",
"react-icons",
"cli"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@swc-node/register": "^1.10.9",
"@types/node": "^22.5.4",
"@types/react": "19.2.1",
"react": "19.2.1",
"react-native": "0.82.1",
"react-native-svg": "15.15.1",
"tsdown": "^0.17.2",
"typescript": "^5.6.2",
"vite": "^7.1.11",
"vitest": "^3.2.4"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@swc/core": "^1.7.26",
"commander": "14.0.2",
"picocolors": "^1.1.0",
"react-icons": "5.5.0",
"workspace-tools": "^0.36.4",
"zod": "^3.23.8"
},
"pnpm": {
"overrides": {
"image-size": "1.2.1",
"@babel/helpers": "7.26.10",
"@babel/runtime": "7.26.10",
"js-yaml": "4.1.1",
"on-headers": "1.1.0",
"brace-expansion": "1.1.12"
}
},
"packageManager": "pnpm@10.25.0"
}