-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.24 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
{
"name": "vue-lazzy-image",
"main": "dist/lazyloading.js",
"module": "dist/lazyloading.esm.js",
"version": "1.0.0",
"description": "A lazy loading for image",
"keywords": [
"javascript",
"rollup",
"vuejs",
"stylus",
"vue"
],
"author": "voidjmp",
"license": "MIT",
"bugs": {
"url": "https://github.com/VoIdJMp/vue-lazy/issues"
},
"homepage": "https://github.com/VoIdJMp/vue-lazy",
"repository": {
"type": "git",
"url": "git+https://github.com/VoIdJMp/vue-lazy.git"
},
"browserslist": [
"iOS >= 7",
"Android >= 4.0",
"last 2 versions",
"> 1%",
"not ie <= 8"
],
"scripts": {
"build": "npx gulp",
"test": "npx jest"
},
"resolutions": {
"graceful-fs": "^4.2.4"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"autoprefixer": "^9.1.5",
"babel-loader": "^8.0.4",
"cssnano": "^4.1.4",
"dot-prop": ">=5.1.1",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"gulp": "^4.0.2",
"gulp-header": "^2.0.5",
"gulp-image": "^6.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylus": "^2.7.0",
"jest": "^26.6.3",
"kind-of": ">=6.0.3",
"lodash": ">=4.17.19",
"postcss": "^7.0.5",
"postcss-pxtorem": "^4.0.1",
"prettier": "^2.2.1",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-json": "^3.1.0",
"stylus": "^0.54.5",
"typescript": "^4.1.3",
"uglify-js": "^3.4.9",
"zlib": "^1.0.5"
},
"dependencies": {}
}