-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
91 lines (91 loc) · 2.51 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@flexis/srcset",
"version": "4.2.0",
"description": "Highly customizable tool for generating responsive images.",
"author": "dangreen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TrigenSoftware/flexis-srcset"
},
"bugs": {
"url": "https://github.com/TrigenSoftware/flexis-srcset/issues"
},
"bin": {
"srcset": "lib/cli.js"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"lint": "trigen-scripts lint",
"jest": "trigen-scripts jest",
"checkSize": "trigen-scripts checkSize",
"test": "trigen-scripts test",
"build:docs": "trigen-scripts build:docs",
"start": "trigen-scripts start",
"build": "trigen-scripts build",
"cleanPublish": "trigen-scripts cleanPublish"
},
"keywords": [
"srcset",
"image",
"picture",
"responsive"
],
"dependencies": {
"@babel/runtime": "^7.12.5",
"@types/css-mediaquery": "^0.1.0",
"@types/imagemin": "^7.0.0",
"@types/minimatch": "^3.0.3",
"@types/node": "^15.3.0",
"@types/sharp": "^0.28.1",
"@types/through2-concurrent": "^2.0.0",
"@types/vinyl": "^2.0.3",
"@types/vinyl-fs": "^2.4.11",
"argue-cli": "^1.2.1",
"chalk": "^4.1.0",
"core-js": "^3.8.3",
"css-mediaquery": "^0.1.2",
"easy-table": "^1.1.1",
"imagemin": "^7.0.0",
"imagemin-giflossy": "^5.1.10",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.0",
"imagemin-svgo": "^9.0.0",
"imagemin-webp": "^6.0.0",
"minimatch": "^3.0.4",
"omit-empty": "^1.0.0",
"p-limit": "^3.1.0",
"rcfile": "^1.0.3",
"regenerator-runtime": "^0.13.7",
"sharp": "^0.28.2",
"through2-concurrent": "^2.0.0",
"vinyl": "^2.2.0",
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@rollup/plugin-eslint": "^8.0.1",
"@size-limit/preset-small-lib": "^4.9.2",
"@trigen/scripts": "^7.3.1",
"@trigen/scripts-plugin-babel": "^7.3.1",
"@trigen/scripts-plugin-eslint": "^7.3.1",
"@trigen/scripts-plugin-jest": "^7.3.1",
"@trigen/scripts-plugin-rollup": "^7.1.0",
"@trigen/scripts-plugin-size-limit": "^7.3.1",
"@trigen/scripts-plugin-typescript": "^7.3.2",
"@trigen/scripts-preset-lib": "^7.3.1",
"eslint": "^7.18.0",
"rollup": "^2.38.1",
"rollup-plugin-add-shebang": "^0.3.1",
"rollup-plugin-typescript2": "^0.30.0",
"size-limit": "^4.9.2",
"typescript": "^4.1.3"
},
"files": [
"lib"
]
}