-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.57 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
{
"name": "omi-lazyload",
"version": "0.0.9",
"description": "Omi / Lazyload. Simple Lazyload image / iframe.",
"main": "./dist/omi-lazyload.js",
"scripts": {
"simple": "webpack --config ./configs/webpack.config.js -w",
"build": "webpack --config ./configs/webpack.config.prod.js",
"test": "jest --config=configs/jest.config.js",
"fix": "eslint src --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/leehyunggeun/omi-lazyload.git"
},
"keywords": [
"lazyload",
"omi",
"img",
"iframe"
],
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-omi": "^0.1.1",
"eslint": "^5.9.0",
"eslint-config-prettier": "^3.2.0",
"eslint-plugin-prettier": "^3.0.0",
"esprima-fb": "^15001.1001.0-dev-harmony-fb",
"jest": "^23.6.0",
"prettier": "1.15.2",
"webpack": "^3.4.1"
},
"dependencies": {
"intersection-observer": "^0.5.1",
"omi": "^4.0.29"
},
"prettier": {
"singleQuote": true,
"semi": false,
"tabWidth": 2,
"useTabs": false
},
"author": "LeeHyungGeun <lhg4031@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeeHyungGeun/omi-lazyload/issues"
},
"homepage": "https://github.com/LeeHyungGeun/omi-lazyload"
}