-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
84 lines (84 loc) · 2.6 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
{
"name": "vue-cloudimage-responsive",
"version": "2.0.4",
"main": "dist/index.js",
"module": "dist/index.js",
"description": "Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with blur hash placeholder.",
"author": "scaleflex",
"license": "MIT",
"private": false,
"keywords": [
"vue",
"image",
"images",
"cloudimage",
"responsive images",
"lazy loading",
"web acceleration",
"image management",
"image resizing",
"image compression",
"image optimization",
"image CDN",
"image CDN",
"webp",
"jpeg xr",
"jpg optimization",
"image resizing and CDN",
"crop",
"resize"
],
"scripts": {
"start-demo": "webpack-dev-server --mode development --config webpack-demo.config.js",
"clean-dist": "rm -rf dist",
"dist": "npm run clean-dist && rollup -c",
"build-demo": "webpack --mode production --config webpack-demo.config.js",
"deploy": "gh-pages -d examples/dist",
"publish-demo": "npm run build-demo && npm run deploy"
},
"dependencies": {
"cloudimage-responsive-utils": "^2.5.1",
"core-js": "^3.15.2",
"throttle-debounce": "^2.3.0"
},
"peerDependencies": {
"vue": "^3.1.0",
"vue-lazyload": "^3.0.0-rc.2"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-proposal-function-sent": "^7.14.5",
"@babel/plugin-proposal-json-strings": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.14.7",
"@vue/compiler-sfc": "^3.2.37",
"babel-loader": "^8.2.2",
"babel-preset-vue": "^2.0.2",
"chokidar": "^3.5.2",
"css-loader": "^3.6.0",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^4.5.2",
"prismjs": "^1.24.1",
"rimraf": "^3.0.2",
"rollup": "^2.78.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0",
"shelljs": "^0.7.6",
"style-loader": "^1.3.0",
"vue": "^3.1.0",
"vue-lazyload": "^3.0.0-rc.2",
"vue-loader": "^16.0.0",
"vue-prism-component": "^2.0.0",
"vue-style-loader": "^4.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
}
}