-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.4 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
51
52
{
"name": "pwa-srcset-loader",
"version": "2.0.4",
"description": "Loader which automatically resizes your images in the desired dimensions, and generates light placeholders.",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir lib --copy-files",
"build:watch": "npm run build -- --watch",
"test": "NODE_ENV=test mocha --require babel-core/register --reporter spec --check-leaks",
"prepare": "npm run build"
},
"keywords": [
"webpack",
"responsive",
"image",
"srcset",
"placeholder"
],
"author": "Atyantik Technologies <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Atyantik/pwa-srcset-loader"
},
"dependencies": {
"datauri": "^2.0.0",
"get-pixels": "^3.3.2",
"image-size": "^0.8.3",
"loader-utils": "^1.2.3",
"mime": "^2.4.4",
"sharp": "^0.23.4"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"canvas": "^2.6.0",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"dirty-chai": "^2.0.1",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.19.1",
"file-loader": "^5.0.2",
"image-webpack-loader": "^6.0.0",
"jsdom": "^15.2.1",
"lodash": "^4.17.15",
"memory-fs": "^0.5.0",
"mocha": "^6.2.2",
"webp-loader": "^0.6.0",
"webpack": "^4.41.2"
}
}