-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.74 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.74 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
58
59
{
"name": "wpe-php-compat",
"description": "The WP Engine PHP Compatibility Checker can be used by any WordPress website on any web host to check PHP version compatibility.",
"repository": {
"type": "git",
"url": "https://github.com/wpengine/phpcompat"
},
"author": "WP Engine <wptech@wpengine.com>",
"license": "GPLv2",
"homepage": "https://wpengine.com",
"scripts": {
"build": "wp-scripts build --output-path=plugin/build && cp readme.txt plugin/",
"makepot": "./vendor/bin/wp i18n make-pot plugin --slug=wpe-php-compat",
"test:e2e": "wp-scripts test-e2e",
"start": "wp-scripts start --output-path=plugin/build",
"wp-env": "wp-env"
},
"babel": {
"presets": [
"@wordpress/default"
],
"plugins": [
"@babel/plugin-transform-class-properties"
]
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.28.0",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.14.0",
"@wordpress/e2e-test-utils": "^11.22.0",
"@wordpress/env": "^10.39.0",
"@wordpress/hooks": "^4.14.0",
"@wordpress/scripts": "^31.4.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.0",
"compare-versions": "^6.1.0",
"cross-spawn": "^7.0.6",
"ignore-emit-webpack-plugin": "^2.0.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jshint": "^2.13.6",
"lodash": "^4.17.21",
"puppeteer-core": "^24.0.0",
"sass": "^1.83.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.97.0",
"webpack-bundle-analyzer": "^4.10.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"buffer": "^6.0.3",
"mustache": "^4.2.0"
}
}