-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.93 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.93 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "newspack-scripts",
"version": "5.8.0",
"description": "",
"bin": {
"newspack-scripts": "./bin/newspack-scripts.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^19.8.1",
"@rushstack/eslint-patch": "^1.14.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@testing-library/jest-dom": "^6.9.0",
"@testing-library/react": "^16.3.0",
"@types/qs": "^6.14.0",
"@types/react": "^19.2.2",
"@typescript-eslint/parser": "^8.46.0",
"@wordpress/a11y": "^4.33.0",
"@wordpress/api-fetch": "^7.33.0",
"@wordpress/base-styles": "^6.9.0",
"@wordpress/block-editor": "^15.6.0",
"@wordpress/blocks": "^15.6.0",
"@wordpress/browserslist-config": "^6.33.0",
"@wordpress/components": "^30.6.0",
"@wordpress/compose": "^7.33.0",
"@wordpress/data": "^10.33.0",
"@wordpress/date": "^5.33.0",
"@wordpress/dom-ready": "^4.33.0",
"@wordpress/edit-post": "^8.33.0",
"@wordpress/element": "^6.33.0",
"@wordpress/escape-html": "^3.33.0",
"@wordpress/eslint-plugin": "^22.19.0",
"@wordpress/hooks": "^4.33.0",
"@wordpress/html-entities": "^4.33.0",
"@wordpress/i18n": "^6.6.0",
"@wordpress/icons": "^11.0.0",
"@wordpress/keycodes": "^4.33.0",
"@wordpress/plugins": "^7.33.0",
"@wordpress/prettier-config": "^4.33.0",
"@wordpress/scripts": "^30.26.0",
"@wordpress/stylelint-config": "^23.25.0",
"@wordpress/url": "^4.33.0",
"autoprefixer": "^10.4.21",
"commitizen": "^4.3.1",
"cross-spawn": "^7.0.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-react": "^7.37.5",
"lint-staged": "^16.2.6",
"lodash": "^4.17.21",
"postcss": "^8.5.6",
"postcss-focus-within": "^9.0.1",
"postcss-scss": "^4.0.9",
"prettier": "npm:wp-prettier@^3.0.3",
"qs": "^6.14.0",
"semantic-release": "^25.0.1",
"semantic-release-version-bump": "^1.4.1",
"stylelint": "^16.25.0",
"typescript": "^5.9.3",
"yargs": "^17.7.2"
},
"overrides": {
"prettier": "$prettier"
},
"scripts": {
"lint": "npm run lint:js",
"lint:js": "./bin/newspack-scripts.js wp-scripts lint-js '**/{bin,config,scripts}/**/*.{js,jsx,ts,tsx}'",
"lint:js:staged": "./bin/newspack-scripts.js wp-scripts lint-js --ext .js,.jsx,.ts,.tsx",
"fix:js": "./bin/newspack-scripts.js wp-scripts lint-js --fix '**/{bin,config,scripts}/**/*.{js,jsx,ts,tsx}'",
"format:js": "./bin/newspack-scripts.js wp-scripts format '**/{bin,config,scripts}/**/*.{js,jsx,ts,tsx}'",
"semantic-release": "semantic-release"
},
"release": {
"branches": [
"trunk",
{
"name": "alpha",
"prerelease": true
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/newspack-scripts.git"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"prettier": "@wordpress/prettier-config"
}