-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.28 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
{
"name": "icomoon-helper",
"version": "0.0.2",
"description": "Helper for icomoon custom font render",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "yarn tsc -p . && yarn eslint ./src --ext .js,.jsx,.ts,.tsx"
},
"keywords": [
"icomoon",
"font",
"react",
"react-native",
"react-component",
"react-native-component",
"mobile",
"ios",
"android",
"ui",
"icon",
"icons",
"vector",
"svg"
],
"author": {
"name": "Ivan Alexandrov",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://github.com/Axinvd/icomoon-helper.git",
"bugs": {
"url": "https://github.com/Axinvd/icomoon-helper/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/Axinvd/icomoon-helper.git"
},
"devDependencies": {
"@tsconfig/node10": "^1.0.7",
"@types/glob": "^7.1.3",
"@types/node": "^14.14.13",
"@types/react-native": "^0.63.37",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"typescript": "^4.1.3",
"prettier": "^2.3.0"
},
"peerDependencies": {
"react": ">=16.4.0",
"react-native": ">=0.59.0"
}
}