-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 973 Bytes
/
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
{
"name": "wp-accelerate",
"version": "1.2.9",
"main": "lazyload.js",
"author": "Daniel Mejta <[email protected]>",
"license": "MIT",
"scripts": {
"build": "gulp build",
"start": "gulp start"
},
"dependencies": {
"@babel/polyfill": "^7.7.0",
"core-js": "^3.4.1",
"intersection-observer": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"babel-loader": "^8.0.6",
"commander": "^4.0.1",
"delete": "^1.1.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-if": "^3.0.0",
"through2": "^3.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"browserslist": [
"last 3 version",
"> 0.5%",
"not dead",
"IE 11"
],
"babel": {
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "usage",
"corejs": 3
}
]
]
},
"sideEffects": false
}