-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 796 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 796 Bytes
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
{
"name": "react-icomoon",
"version": "2.6.1",
"description": "It makes it very simple to use SVG icons in your React and React-Native projects.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/aykutkardas/react-icomoon.git"
},
"keywords": [
"React",
"React Native",
"IcoMoon",
"SVG",
"Icon"
],
"author": {
"name": "Aykut Kardaş",
"email": "aykutkrds@gmail.com"
},
"license": "MIT",
"peerDependencies": {
"react": "^16.4.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"typescript": "^4.5.5"
}
}