-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.63 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
44
45
46
47
48
49
50
51
{
"private": true,
"name": "@automattic/jetpack-yoast-promo",
"version": "0.3.1-alpha",
"description": "Components used to promote Yoast as part of our collaboration",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/yoast-promo/#readme",
"bugs": {
"url": "https://github.com/Automattic/jetpack/labels/[Package] Yoast Promo"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git",
"directory": "projects/packages/yoast-promo"
},
"license": "GPL-2.0-or-later",
"author": "Automattic",
"scripts": {
"build": "pnpm run clean && webpack",
"build-production": "NODE_ENV=production BABEL_ENV=production pnpm run build && pnpm run validate",
"clean": "rm -rf build/ .cache/",
"validate": "pnpm exec validate-es --no-error-on-unmatched-pattern build/",
"watch": "pnpm run build && pnpm webpack watch"
},
"dependencies": {
"@automattic/jetpack-components": "^0.65.3",
"@automattic/jetpack-shared-extension-utils": "^0.16.3",
"@wordpress/components": "29.0.0",
"@wordpress/data": "10.14.0",
"@wordpress/edit-post": "8.14.0",
"@wordpress/element": "6.14.0",
"@wordpress/i18n": "5.14.0",
"@wordpress/plugins": "7.14.0",
"gridicons": "3.4.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@wordpress/browserslist-config": "6.14.0",
"sass": "1.64.1",
"sass-loader": "12.4.0",
"webpack": "5.94.0",
"webpack-cli": "4.9.1"
},
"browserslist": [
"extends @wordpress/browserslist-config"
]
}