forked from marcusmolchany/react-jazzicon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "react-jazzicon-custom-colors",
"version": "0.1.7",
"build": "0.0.1",
"description": "React component for danfinlay/jazzicon",
"main": "lib/index.js",
"scripts": {
"build": "rimraf lib && mkdir lib && babel src -d lib",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redlanta/react-jazzicon.git"
},
"bugs": {
"url": "https://github.com/redlanta/react-jazzicon/issues"
},
"keywords": [
"jazzicon",
"react",
"ethereum",
"metamask"
],
"author": "redlanta",
"license": "MIT",
"dependencies": {
"color": "^0.11.0",
"mersenne-twister": "^1.1.0",
"prop-types": "^15.5.10"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.8",
"@storybook/addon-knobs": "^3.4.8",
"@storybook/addon-links": "^3.4.8",
"@storybook/addons": "^3.4.8",
"@storybook/react": "^3.4.8",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-jest": "^21.0.2",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"rimraf": "^2.6.3"
},
"peerDependencies": {
"react": "^15.3.2"
}
}