PluginProbe
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution / 1.2.0
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution v1.2.0
2.0.1 trunk 1.0.0 1.1.0 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 1.4.2 1.5.0 1.6.0 1.6.1 1.7.0 1.7.1 1.8.0 1.9.0 2.0.0
solid-performance / package.json

package.json in Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution 1.2.0, at package.json

15 lines 380 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "solid-performance-settings",
3 "version": "0.1.1",
4 "private": true,
5 "description": "Solid Performance is a no-code solution for increasing the speed of your WordPress website.",
6 "main": "settings-src/index.js",
7 "scripts": {
8 "build": "wp-scripts build",
9 "start": "wp-scripts start"
10 },
11 "devDependencies": {
12 "@wordpress/scripts": "^27.7.0"
13 }
14 }
15