-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.82 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
52
53
{
"private": true,
"name": "@automattic/jetpack-blaze",
"version": "0.25.9",
"description": "Attract high-quality traffic to your site using Blaze. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr from just $5 per day.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/blaze/#readme",
"bugs": {
"url": "https://github.com/Automattic/jetpack/labels/[Package] Blaze"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git",
"directory": "projects/packages/blaze"
},
"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-analytics": "^0.1.35",
"@automattic/jetpack-components": "^0.66.1",
"@automattic/jetpack-shared-extension-utils": "^0.17.1",
"@wordpress/block-editor": "14.12.0",
"@wordpress/components": "29.3.0",
"@wordpress/compose": "7.17.0",
"@wordpress/data": "10.17.0",
"@wordpress/element": "6.17.0",
"@wordpress/i18n": "5.17.0",
"@wordpress/icons": "10.17.0",
"@wordpress/plugins": "7.17.0",
"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.17.0",
"sass": "1.64.1",
"sass-loader": "12.4.0",
"webpack": "5.94.0",
"webpack-cli": "6.0.1"
},
"browserslist": [
"extends @wordpress/browserslist-config"
]
}