forked from Automattic/jetpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.37 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.37 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
65
66
67
68
69
70
71
72
73
{
"name": "jetpack-js-tools",
"private": true,
"description": "Avoid cluttering the monorepo root with random JS script deps by putting them in a workspace. This is intended for simple scripts and third-party scripts that we will only run directly or from the monorepo root.",
"bin": {
"eslint-changed": "eslint-changed",
"prettier": "prettier",
"semver": "semver",
"validate-es": "validate-es"
},
"devDependencies": {
"@automattic/eslint-changed": "workspace:*",
"@automattic/eslint-config-target-es": "workspace:*",
"@babel/core": "7.28.4",
"@babel/preset-react": "7.27.1",
"@babel/preset-typescript": "7.27.1",
"@eslint/compat": "2.0.0",
"@eslint/eslintrc": "3.3.3",
"@eslint/js": "9.39.1",
"@eslint/json": "0.14.0",
"@octokit/auth-token": "5.1.2",
"@octokit/rest": "21.1.1",
"@tanstack/eslint-plugin-query": "5.91.2",
"@testing-library/jest-dom": "6.9.1",
"@wordpress/eslint-plugin": "22.22.0",
"@wordpress/jest-console": "8.36.0",
"@wordpress/stylelint-config": "23.28.0",
"babel-jest": "30.2.0",
"chalk": "5.6.2",
"debug": "4.4.3",
"enquirer": "2.4.1",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-json-compat-utils": "0.2.1",
"eslint-plugin-es-x": "9.2.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "29.2.1",
"eslint-plugin-jest-dom": "5.5.0",
"eslint-plugin-jsdoc": "61.4.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-lodash": "8.0.0",
"eslint-plugin-n": "17.23.1",
"eslint-plugin-package-json": "0.85.0",
"eslint-plugin-playwright": "2.4.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-svelte": "3.13.0",
"eslint-plugin-testing-library": "7.13.5",
"eslint-plugin-you-dont-need-lodash-underscore": "6.14.0",
"glob": "11.1.0",
"globals": "16.5.0",
"ignore": "7.0.0",
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"jsonc-eslint-parser": "2.4.1",
"libsodium-wrappers": "0.7.10",
"listr": "0.14.3",
"parse-diff": "0.8.1",
"postcss": "8.5.6",
"prettier": "npm:wp-prettier@3.0.3",
"prettier-plugin-svelte": "3.3.2",
"semver": "7.7.3",
"stylelint": "16.26.1",
"stylelint-scss": "6.12.1",
"svelte": "5.51.5",
"svelte-eslint-parser": "1.1.3",
"typescript": "5.9.3",
"typescript-eslint": "8.48.0",
"yaml": "2.2.2"
}
}