forked from wpengine/phpcompat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.62 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
48
49
50
51
52
53
54
55
56
57
{
"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 <[email protected]>",
"license": "GPLv2",
"homepage": "https://wpengine.com",
"scripts": {
"build": "wp-scripts build --output-path=plugin/build",
"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-proposal-class-properties"
]
},
"devDependencies": {
"@babel/core": "^7.9",
"@babel/preset-env": "^7.9",
"@testing-library/jest-dom": "^5.11",
"@testing-library/react": "^11.1",
"@testing-library/user-event": "^12.1",
"@wordpress/dependency-extraction-webpack-plugin": "^3.1",
"@wordpress/e2e-test-utils": "^5.1",
"@wordpress/scripts": "^26.19.0",
"babel-jest": "^29.7",
"babel-loader": "^8.1",
"buffer": "^6.0.3",
"compare-versions": "^4.1",
"ignore-emit-webpack-plugin": "^2.0",
"jest": "^29.7",
"jest-environment-jsdom-sixteen": "^1.0",
"jshint": "^2.12",
"mustache": "^4.2",
"sass": "^1.53",
"terser-webpack-plugin": "^3.1",
"webpack": "^5.79.0",
"webpack-bundle-analyzer": "^4.2",
"webpack-cli": "^4.6",
"webpack-livereload-plugin": "^2.3",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@wordpress/env": "^5.16.0",
"@wordpress/hooks": "^2.12",
"lodash": "^4.17"
}
}