-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) 路 1.64 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) 路 1.64 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
52
{
"name": "pressidium-performance",
"version": "1.1.0",
"description": "Speed up your WordPress site, improve Core Web Vitals and enhance user experience with one-click image optimization, CSS & JavaScript minification.",
"main": "src/index.js",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pressidium/pressidium-performance.git"
},
"keywords": [
"performance",
"optimizations",
"image optimization",
"convert webp",
"convert avif"
],
"author": "Konstantinos Pappas <konpap@pressidium.com>",
"license": "GPL-2.0-or-later",
"private": true,
"bugs": {
"url": "https://github.com/pressidium/pressidium-performance/issues"
},
"homepage": "https://github.com/pressidium/pressidium-performance#readme",
"devDependencies": {
"@wordpress/eslint-plugin": "^22.5.0",
"@wordpress/scripts": "^30.12.0",
"baseline-browser-mapping": "^2.10.13",
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.5",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.0",
"prop-types": "^15.8.1"
},
"dependencies": {
"@wordpress/api-fetch": "^7.19.0",
"@wordpress/components": "^29.5.0",
"@wordpress/element": "^6.19.0",
"@wordpress/i18n": "^5.19.0",
"@wordpress/icons": "^10.19.0",
"@wordpress/url": "^4.19.0",
"react-beforeunload": "^2.6.0",
"styled-components": "^6.1.15"
}
}