-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.42 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
{
"name": "wp-mail-debugger",
"version": "0.1.0",
"main": "Gruntfile.js",
"author": "Timothy Jacobs",
"devDependencies": {
"@wordpress/api-fetch": "^6.48.1",
"@wordpress/components": "^26.0.6",
"@wordpress/compose": "^6.28.1",
"@wordpress/data": "^9.21.1",
"@wordpress/data-controls": "^3.20.1",
"@wordpress/date": "^4.51.1",
"@wordpress/dom-ready": "^3.51.1",
"@wordpress/element": "^5.28.1",
"@wordpress/i18n": "^4.51.1",
"@wordpress/plugins": "^6.19.6",
"@wordpress/scripts": "^27.2.6",
"@wordpress/url": "^3.52.1",
"lodash": "^4.17.21"
},
"scripts": {
"build": "wp-scripts build assets/entries/admin-page.js assets/entries/store.js --output-path=assets/build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start assets/entries/admin-page.js assets/entries/store.js --output-path=assets/build",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"packages-update": "wp-scripts packages-update"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"dependencies": {
"classnames": "^2.2.6",
"li": "^1.3.0",
"memize": "^1.0.5",
"react-infinite-scroll-component": "^5.0.4",
"rememo": "^3.0.0"
}
}