forked from doke-v/react-identicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 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
{
"name": "react-identicons",
"version": "1.2.5",
"description": "Identicon component for React",
"repository": "github:tuhnik/react-identicons",
"homepage": "http://tuhnik.github.io/react-identicons",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack",
"storybook": "start-storybook -p 9009",
"build-storybook": "build-storybook",
"deploy": "gh-pages -d storybook-static",
"prepublish": "rm -rf ./build && npm run build"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@storybook/addon-actions": "^5.3.17",
"@storybook/addon-knobs": "^5.3.17",
"@storybook/addon-links": "^5.3.17",
"@storybook/addons": "^5.3.17",
"@storybook/preset-create-react-app": "^2.0.0",
"@storybook/react": "^5.3.17",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0",
"gh-pages": "^2.2.0",
"react-scripts": "^3.4.0",
"webpack": "^4.24.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": ">=3.1.11",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"keywords": [
"identicon",
"react",
"component"
],
"author": "Tuhnik",
"license": "ISC"
}