-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.89 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.89 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
60
61
62
63
64
{
"name": "edit-flow",
"version": "0.10.3",
"description": "Edit Flow",
"directories": {
"test": "tests"
},
"overrides": {
"@automattic/eslint-plugin-wpvip": {
"eslint-plugin-prettier": {
"prettier": "npm:wp-prettier@3.0.3"
}
}
},
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"dev": "wp-scripts start",
"wp-env": "wp-env",
"lint-js": "eslint --quiet modules",
"test": "npm run test-jest && npm run test-e2e",
"test-jest": "jest -c jest.config.js",
"test-e2e": "wp-scripts test-playwright",
"test-e2e:headed": "wp-scripts test-playwright --headed",
"test-e2e:debug": "wp-scripts test-playwright --debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Automattic/Edit-Flow.git"
},
"author": "Automattic",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/Automattic/Edit-Flow/issues"
},
"homepage": "https://github.com/Automattic/Edit-Flow#readme",
"devDependencies": {
"@automattic/eslint-plugin-wpvip": "^1.1.1",
"@babel/preset-react": "^7.28.5",
"@playwright/test": "^1.57.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@wordpress/components": "^32.0.0",
"@wordpress/data": "^10.36.0",
"@wordpress/e2e-test-utils-playwright": "^1.38.0",
"@wordpress/env": "^10.38.0",
"@wordpress/i18n": "^6.9.0",
"@wordpress/jest-console": "^8.38.0",
"@wordpress/jest-preset-default": "^12.38.0",
"@wordpress/plugins": "^7.38.0",
"@wordpress/scripts": "^31.3.0",
"@wordpress/url": "^4.38.0",
"eslint": "^9.7.0",
"prettier": "npm:wp-prettier@2.8.5",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"classnames": "^2.5.1",
"downshift": "^9.0.13",
"match-sorter": "^8.2.0",
"prop-types": "^15.8.1"
}
}