-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.66 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
53
54
55
56
57
{
"name": "freemius",
"version": "0.4.2",
"author": "Xaver",
"license": "GPL-2.0-or-later",
"engines": {
"node": "^24.0.0"
},
"scripts": {
"build": "wp-scripts build --experimental-modules",
"format": "wp-scripts format",
"lint": "npm run lint:js && npm run lint:css",
"lint:all": "npm run lint && composer run lint:php",
"lint:css": "wp-scripts lint-style",
"lint:css:fix": "wp-scripts lint-style --fix",
"lint:js": "wp-scripts lint-js src webpack.config.js",
"lint:php": "composer run lint:php",
"lint:php:fix": "composer run lint:php:fix",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"sync:screenshots-docs": "node scripts/sync-screenshots-docs.mjs",
"sync:screenshot-captions": "node scripts/sync-screenshot-captions.mjs",
"update-screenshots": "node scripts/update-doc-screenshots.mjs",
"start": "wp-scripts start --experimental-modules",
"test:php": "composer run test:php"
},
"files": [
"build",
"src",
"vendor",
"includes",
"schemas",
"*.php"
],
"dependencies": {
"@10up/block-components": "^1.19.3",
"@emotion/styled": "^11.14.0",
"@wordpress/data": "^10.51.0",
"@wordpress/dom-ready": "^4.51.0",
"@wordpress/element": "^8.3.0",
"@wordpress/i18n": "^6.24.0",
"@wordpress/interactivity": "^6.51.0",
"classnames": "^2.5.1"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@wordpress/env": "^11.11.0",
"@wordpress/prettier-config": "^4.51.0",
"@wordpress/scripts": "^33.0.0",
"eslint": "^10.6.0",
"globals": "^17.7.0",
"looks-same": "^10.0.1",
"pngjs": "^7.0.0",
"prettier": "npm:wp-prettier@^3.0.3",
"webpack-remove-empty-scripts": "^1.0.4"
}
}