-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.31 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
{
"name": "react-progressive-lazy-image",
"version": "1.0.9",
"description": "a lazy-load image component for react",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development",
"transpile": "babel src -d dist --copy-files",
"prepublishOnly": "npm run transpile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WarrenJones/react-progressive-lazy-image.git"
},
"author": "unclewarren",
"license": "ISC",
"bugs": {
"url": "https://github.com/WarrenJones/react-progressive-lazy-image/issues"
},
"homepage": "https://github.com/WarrenJones/react-progressive-lazy-image#readme",
"peerDependencies": {
"intersection-observer-polyfill": "^0.1.0"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.7.0",
"cross-env": "^6.0.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"intersection-observer-polyfill": "^0.1.0",
"npm-run-all": "^4.1.5",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"standard-version": "^7.0.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^3.3.1"
}
}