forked from oblador/react-native-vector-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.7 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.7 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
{
"private": true,
"version": "0.0.1",
"scripts": {
"generate": "scripts/generate-fonts.sh",
"clean": "nx run-many -t clean",
"prepare": "nx run-many -t prepare",
"test": "nx run-many -t test",
"lint:eslint": "eslint .",
"lint:biome": "biome check .",
"lint:knip": "knip",
"lint:types": "bash -c 'for i in packages/*; do if [ -f $i/tsconfig.json ]; then tsc --noEmit -p $i/tsconfig.json; fi; done'",
"lint": "pnpm run '/^lint:.*/'",
"release": "nx release"
},
"devDependencies": {
"@biomejs/biome": "^2.3.0",
"@commitlint/config-conventional": "^20.0.0",
"@evilmartians/lefthook": "^2.0.1",
"@nx/js": "^22.5.2",
"@types/eslint": "^8.56.12",
"@types/node": "^20.19.23",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"commitlint": "^20.1.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-biome": "^1.9.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.1.0",
"generator-react-native-vector-icons": "workspace:*",
"knip": "^5.66.2",
"nx": "^22.5.2",
"typescript": "^5.9.3",
"yo": "^5.1.0"
},
"engines": {
"node": ">= 18.0.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"repository": {
"url": "https://github.com/oblador/react-native-vector-icons",
"type": "git"
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
}