-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.33 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
49
50
51
52
53
54
55
56
57
{
"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": "tsup 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": "^18.3.5",
"react": "^18.3.1",
"react-native": "^0.75.3",
"react-native-svg": "^15.6.0",
"tsup": "^8.2.4",
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vitest": "^2.1.1"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@swc/core": "^1.7.26",
"commander": "^12.1.0",
"picocolors": "^1.1.0",
"react-icons": "5.3.0",
"workspace-tools": "^0.36.4",
"zod": "^3.23.8"
},
"packageManager": "pnpm@9.10.0"
}