-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.38 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.38 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
54
{
"name": "react-animals",
"version": "0.0.81",
"description": "A customizable animal avatar React component, based on the avatars used by Google Docs.",
"main": "build/index.js",
"unpkg": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/arvinpoddar/react-animals"
},
"bugs": "https://github.com/arvinpoddar/vue-animals",
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"author": {
"name": "Arvin Poddar",
"email": "arvin.poddar@gmail.com"
},
"contributors": [
{
"name": "Jakob Johnson"
}
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"css-loader": "^3.4.2",
"style-loader": "^1.1.3",
"url-loader": "^4.0.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.4"
},
"keywords": [
"anonymous",
"animals",
"animal",
"google",
"avatar",
"docs",
"color",
"profile",
"react"
]
}