-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.47 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.47 KB
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
{
"name": "wp-hybrid-lazy-loading",
"version": "1.3.2",
"description": "A Progressive Migration To Native Lazy Loading.",
"homepage": "https://github.com/innocode-digital/wp-hybrid-lazy-loading#readme",
"main": "./assets/src/js/index.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Innocode",
"email": "post@innocode.no",
"homepage": "https://innocode.com/"
},
"contributors": [
{
"name": "Viktor Kuliebiakin",
"email": "kuliebiakin@gmail.com"
}
],
"license": "GPL-2.0-or-later",
"dependencies": {
"@wordpress/dom-ready": "^2.8.0",
"lazysizes": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-loader": "^4.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs": "0.0.1-security",
"node-notifier": "^9.0.0",
"path": "^0.12.7",
"prettier": "^2.0.4",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}