-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 loc) · 1.36 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-image-smooth-loading",
"version": "2.0.0",
"description": "React component for making your site images appear in a fade in",
"main": "index.js",
"scripts": {
"build": "babel lib --ignore __tests__ --out-dir ./dist",
"prepublish": "npm run build",
"storybook": "start-storybook -p 6006",
"storybook:deploy": "storybook-to-ghpages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Astrocoders/react-image-smooth-loading.git"
},
"keywords": [
"react",
"image",
"smooth",
"loading",
"image",
"fade",
"in"
],
"author": "Gabriel Rubens",
"license": "MIT",
"bugs": {
"url": "https://github.com/Astrocoders/react-image-smooth-loading/issues"
},
"homepage": "https://github.com/Astrocoders/react-image-smooth-loading#readme",
"devDependencies": {
"@storybook/react": "^3.1.9",
"@storybook/storybook-deployer": "^2.0.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.18.0"
},
"dependencies": {},
"peerDependencies": {
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"styled-components": "^2.1.1"
}
}