-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 840 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
{
"name": "react-jdenticon",
"version": "1.4.0",
"description": "Basic wrapper around jdenticon",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src --out-file index.js"
},
"author": "John Cudd",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"react": "^18.2.0"
},
"dependencies": {
"jdenticon": "^3.1.1",
"prop-types": "^15.8.1"
},
"peerDependencies": {
"react": "^18.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jmcudd/react-jdenticon"
},
"keywords": [
"react",
"javascript",
"identicon",
"jdenticon",
"avatar",
"svg"
]
}