forked from fangpenlin/avataaars
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1008 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1008 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
36
37
38
39
40
41
42
{
"name": "@tgrx/avatars",
"version": "1.3.0",
"description": "Avatar Generator (Forked fangpenlin/avataaars)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"react",
"avatar"
],
"repository": "git@github.com:TGRstack/avatars.git",
"maintainers": [
"Florian Mettetal <florian.mettetal@gmail.com>"
],
"license": "MIT",
"author": "Fang-Pen Lin <hello@fangpenlin.com>",
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"@types/react": "^16.0.25",
"import-sort-style-renke": "^4.2.0",
"tslint": "^5.8.0",
"tslint-config-standard": "^7.0.0",
"tslint-react": "^3.2.0",
"typescript": "^2.6.2"
},
"dependencies": {
"lodash.uniqueid": "^4.0.1",
"prop-types": "^15.6.0"
},
"importSort": {
".js, .jsx, .es6, .es": {
"parser": "babylon",
"style": "import-sort-style-renke"
},
".ts, .tsx": {
"parser": "typescript",
"style": "import-sort-style-renke"
}
}
}