-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.63 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
{
"name": "powered-cache",
"version": "3.5.3",
"description": "Comprehensive caching and performance plugin for WordPress.",
"author": {
"name": "PoweredCache",
"email": "[email protected]",
"url": "https://poweredcache.com",
"role": "developer"
},
"license": "GPL-2.0-or-later",
"scripts": {
"start": "composer install && npm install --production=false && npm run build",
"watch": "10up-toolkit watch",
"build": "10up-toolkit build && npm run copy-defer",
"format-js": "10up-toolkit format-js",
"lint-js": "10up-toolkit lint-js",
"lint-style": "10up-toolkit lint-style",
"test": "10up-toolkit test-unit-jest",
"make-pot": "wp i18n make-pot . languages/powered-cache.pot --include='includes'",
"build-release": "npm install --production=false && composer install && npm run build && npm run make-pot",
"copy-defer": "cp node_modules/@shinsenter/defer.js/dist/defer_plus.min.js dist/js/script-loader.js"
},
"engines": {
"node": ">=16"
},
"devDependencies": {
"@shinsenter/defer.js": "^3.6.0",
"@wordpress/element": "^4.0",
"@wpmudev/shared-ui": "2.12.24",
"10up-toolkit": "^6.2"
},
"dependencies": {
"normalize.css": "^8.0.1"
},
"10up-toolkit": {
"entry": {
"lazyload-youtube": "./assets/css/frontend/lazyload-youtube.css",
"admin": "./assets/js/admin/admin.js",
"editor": "./assets/js/admin/editor.js",
"classic-editor": "./assets/js/admin/classic-editor.js",
"lazyload": "./assets/js/frontend/lazyload.js",
"admin-style": "./assets/css/admin/admin-style.css"
},
"wpDependencyExternals": false
}
}