-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.61 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
{
"version": "0.10.1",
"title": "Quicklink for WordPress",
"slug": "quicklink",
"author": "WP Munich",
"shortDesc": "⚡️ Faster subsequent page-loads by prefetching in-viewport links during idle time.",
"tags": "performance, speed, fast, prefetch, seo, http2, preconnect, optimization",
"pluginUrl": "https://wordpress.org/plugins/quicklink/",
"authorUrl": "https://www.wp-munich.com/?utm_source=wporg&utm_medium=plugin_repo&utm_campaign=description&utm_content=quicklink",
"minWpReq": "4.9",
"testedWp": "6.2.2",
"private": true,
"devDependencies": {
"@babel/core": "^7.23.2",
"@wordpress/babel-preset-default": "^7.22.0",
"@wordpress/env": "^8.10.0",
"@wordpress/eslint-plugin": "^18.1.0",
"babel-loader": "^9.1.3",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^24.3.0",
"grunt-newer": "^1.3.0",
"grunt-shell": "^4.0.0",
"grunt-webpack": "^6.0.0",
"jit-grunt": "^0.10.0",
"quicklink": "^2.3.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.89.0"
},
"scripts": {
"setup": "npm run start",
"dev": "npm run start && grunt watch",
"remove": "wp-env destroy",
"prestart": "npm install && composer install && npx grunt deploy",
"start": "npx wp-env start",
"stop": "npx wp-env stop",
"clean": "npx wp-env clean all",
"updateTestedWP": "node ./bin/updateWordPressTestedVersion.js",
"release": "npm run updateTestedWP && npx grunt release"
},
"browserslist": [
"defaults"
]
}