forked from Astrocoders/react-image-smooth-loading
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 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
{
"name": "@akigami/react-image-loader",
"version": "0.0.8",
"description": "React component for making your site images appear in a fade in",
"main": "dist/index",
"scripts": {
"build": "tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akigami/react-image-loader.git"
},
"keywords": [
"react",
"image",
"loader",
"image",
"fade",
"in"
],
"author": "Akigami",
"license": "MIT",
"bugs": {
"url": "https://github.com/akigami/react-image-loader/issues"
},
"homepage": "https://github.com/akigami/react-image-loader#readme",
"devDependencies": {
"@types/prop-types": "^15.5.3",
"@types/react": "^16.3.14",
"lodash": "^4.17.10",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"typescript": "^2.8.3",
"typescript-styled-plugin": "^0.6.3"
},
"dependencies": {},
"peerDependencies": {
"babel-plugin-emotion": "^9.1.0",
"emotion": "^9.0.2",
"react-emotion": "^9.0.2"
}
}