-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "acf-hub-api",
"version": "1.0.2",
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start"
},
"devDependencies": {
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@wordpress/components": "^25.7.0",
"@wordpress/element": "^5.18.0",
"@wordpress/scripts": "^26.12.0",
"fetch-jsonp": "^1.2.3",
"jest": "^29.3.0",
"jest-environment-jsdom": "^29.3.0",
"js-utils": "git+ssh://git@github.com/johnshopkins/js-utils.git",
"jsdom": "^20.0.2",
"lodash": "^4.17.21",
"prettier": "2.7.1",
"prop-types": "^15.8.1"
},
"babel": {
"presets": [
"@babel/preset-env",
[
"@babel/preset-react",
{
"runtime": "automatic"
}
]
]
}
}