-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
77 lines (77 loc) · 2.4 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
{
"private": true,
"name": "lazy-load-for-videos",
"version": "2.1.2",
"description": "Lazy Load for Videos by [Kevin Weber](https://www.kweber.com)",
"scripts": {
"production": "NODE_ENV=production BABEL_ENV=production yarn production:webpack",
"production:webpack": "NODE_ENV=production webpack --config ./webpack.config.js",
"development": "NODE_ENV=development webpack --progress --config ./webpack.config.js",
"test": "jest",
"watch:test": "yarn test --watch",
"watch": "yarn development --watch"
},
"repository": "git+https://github.com/kevinweber/lazy-load-for-videos.git",
"keywords": [
"wordpress",
"youtube",
"vimeo",
"performance",
"admin",
"plugin",
"content",
"video",
"page",
"mobile",
"lazy load",
"gutenberg"
],
"author": "Kevin Weber",
"license": "gpl-3",
"bugs": {
"url": "https://github.com/kevinweber/lazy-load-for-videos/issues"
},
"homepage": "https://github.com/kevinweber/lazy-load-for-videos#readme",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@types/classnames": "^2.3.1",
"@types/wordpress__block-library": "^2.6.1",
"@types/wordpress__blocks": "^11.0.7",
"@types/wordpress__compose": "^4.0.1",
"@types/wordpress__data": "^6.0.1",
"@types/wordpress__hooks": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@wordpress/dependency-extraction-webpack-plugin": "^4.1.0",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"css-loader": "^6.6.0",
"eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"jest": "^27.5.1",
"mini-css-extract-plugin": "^2.5.3",
"node-sass": "^7.0.1",
"postcss": "^8.4.7",
"postcss-loader": "^6.2.1",
"sass-loader": "^13.0.2",
"terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@wordpress/block-library": "^7.15.0",
"classnames": "^2.3.1",
"react": "^17.0.2"
},
"packageManager": "[email protected]"
}