-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.25 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.25 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
{
"name": "wporg-two-factor-settings",
"description": "Custom React-based UI for the Two-Factor plugin on WordPress.org.",
"version": "0.1.0",
"repository": "https://github.com/WordPress/wporg-two-factor",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --webpack-copy-php",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js --max-warnings=0",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start --webpack-copy-php",
"test:unit": "wp-scripts test-unit-js",
"test:unit:watch": "wp-scripts test-unit-js --watch"
},
"dependencies": {
"@automattic/generate-password": "^0.1.0"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@wordpress/api-fetch": "^6.24.0",
"@wordpress/base-styles": "^4.17.0",
"@wordpress/block-editor": "^12.26.0",
"@wordpress/blocks": "^12.35.0",
"@wordpress/components": "^23.4.0",
"@wordpress/compose": "^6.35.0",
"@wordpress/core-data": "^6.4.0",
"@wordpress/data": "^8.4.0",
"@wordpress/element": "^5.4.0",
"@wordpress/i18n": "^4.58.0",
"@wordpress/icons": "^9.49.0",
"@wordpress/prettier-config": "^4.41.0",
"@wordpress/scripts": "^31.6.0",
"lodash": "^4.17.21"
}
}