|
6 | 6 | "author": "Wojtek Szałkiewicz <wojtek@szalkiewicz.pl>",
|
7 | 7 | "license": "GPL-3.0-or-later",
|
8 | 8 | "homepage": "https://github.com/micropackage/responsive-embeds",
|
9 |
| - "keywords": [ |
10 |
| - "responsive", |
11 |
| - "fluid", |
12 |
| - "rwd", |
13 |
| - "fitvids", |
14 |
| - "embeds", |
15 |
| - "video", |
16 |
| - "media", |
17 |
| - "iframe", |
18 |
| - "youtube", |
19 |
| - "vimeo" |
20 |
| - ], |
21 |
| - "repository": { |
22 |
| - "type": "git", |
23 |
| - "url": "https://github.com/micropackage/responsive-embeds.git" |
24 |
| - }, |
25 |
| - "bugs": { |
26 |
| - "url": "https://github.com/micropackage/responsive-embeds/issues" |
27 |
| - }, |
28 |
| - "publishConfig": { |
29 |
| - "access": "public" |
30 |
| - }, |
| 9 | + "keywords": [ |
| 10 | + "responsive", |
| 11 | + "fluid", |
| 12 | + "rwd", |
| 13 | + "fitvids", |
| 14 | + "embeds", |
| 15 | + "video", |
| 16 | + "media", |
| 17 | + "iframe", |
| 18 | + "youtube", |
| 19 | + "vimeo" |
| 20 | + ], |
| 21 | + "repository": { |
| 22 | + "type": "git", |
| 23 | + "url": "https://github.com/micropackage/responsive-embeds.git" |
| 24 | + }, |
| 25 | + "bugs": { |
| 26 | + "url": "https://github.com/micropackage/responsive-embeds/issues" |
| 27 | + }, |
| 28 | + "publishConfig": { |
| 29 | + "access": "public" |
| 30 | + }, |
31 | 31 | "devDependencies": {
|
32 |
| - "@babel/core": "^7.8.4", |
33 |
| - "@babel/preset-env": "^7.8.4", |
34 |
| - "@wordpress/eslint-plugin": "^3.4.1", |
| 32 | + "@babel/core": "^7.17.5", |
| 33 | + "@babel/preset-env": "^7.16.11", |
| 34 | + "@wordpress/eslint-plugin": "^10.0.2", |
35 | 35 | "babel-eslint": "^10.0.3",
|
36 |
| - "babel-loader": "^8.0.6", |
37 |
| - "eslint": "^6.8.0", |
38 |
| - "webpack": "^4.41.5", |
39 |
| - "webpack-cli": "^3.3.10" |
| 36 | + "babel-loader": "^8.2.3", |
| 37 | + "eslint": "^8.10.0", |
| 38 | + "webpack": "^5.70.0", |
| 39 | + "webpack-cli": "^4.9.2" |
40 | 40 | },
|
41 | 41 | "scripts": {
|
42 |
| - "build": "webpack --mode=development", |
43 |
| - "build:production": "webpack --mode=production", |
| 42 | + "build": "webpack --mode=production", |
| 43 | + "dev": "webpack --mode=development", |
44 | 44 | "start": "webpack --mode=development --watch",
|
45 | 45 | "lint": "eslint .",
|
46 | 46 | "lint-fix": "eslint . --fix"
|
47 | 47 | },
|
48 | 48 | "eslintConfig": {
|
49 |
| - "extends": [ "plugin:@wordpress/eslint-plugin/esnext" ], |
| 49 | + "extends": [ |
| 50 | + "plugin:@wordpress/eslint-plugin/esnext" |
| 51 | + ], |
50 | 52 | "parserOptions": {
|
51 | 53 | "ecmaVersion": 11
|
52 | 54 | },
|
|
0 commit comments