forked from fangpenlin/avataaars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 909 Bytes
/
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
{
"name": "avataaars",
"version": "1.2.2",
"description": "React component for avataaars ",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"react",
"avatar"
],
"repository": "[email protected]:fangpenlin/avataaars.git",
"author": "Fang-Pen Lin <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react": "^17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.3",
"import-sort-style-renke": "^6.0.0",
"tslint": "^5.8.0",
"tslint-config-standard": "^7.0.0",
"tslint-react": "^3.2.0",
"typescript": "^2.6.2"
},
"dependencies": {
"lodash": ">=4.17.21",
"prop-types": "^15.7.2"
},
"importSort": {
".js, .jsx, .es6, .es": {
"parser": "babylon",
"style": "import-sort-style-renke"
},
".ts, .tsx": {
"parser": "typescript",
"style": "import-sort-style-renke"
}
}
}