-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "relazsizes",
"version": "1.0.2",
"description": "React wrapper for lazysizes",
"main": "lib/relazsizes.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tamatamvan/relazsizes.git"
},
"keywords": [
"react",
"lazysizes",
"lazyload",
"image",
"lazyload"
],
"author": "Septian A Tama <septian.a.tama@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tamatamvan/relazsizes/issues"
},
"homepage": "https://github.com/tamatamvan/relazsizes#readme",
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.6",
"webpack": "^4.35.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"eslint": "^6.0.1",
"eslint-plugin-react": "^7.14.2",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5"
},
"dependencies": {
"lazysizes": "^5.1.0"
}
}