-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
85 lines (85 loc) · 2.76 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
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
{
"private": true,
"name": "@automattic/jetpack-mu-wpcom",
"version": "6.2.0-alpha",
"description": "Enhances your site with features powered by WordPress.com",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/jetpack-mu-wpcom/#readme",
"bugs": {
"url": "https://github.com/Automattic/jetpack/labels/[Package] Jetpack Mu Wpcom"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git",
"directory": "projects/packages/jetpack-mu-wpcom"
},
"license": "GPL-2.0-or-later",
"author": "Automattic",
"scripts": {
"build": "echo 'Not implemented.'",
"build-js": "pnpm clean && webpack",
"build-production": "echo 'Not implemented.'",
"build-production-js": "NODE_ENV=production BABEL_ENV=production pnpm build-js",
"clean": "rm -rf src/build/",
"watch": "pnpm run build-production-js && pnpm webpack watch",
"e2e-tests": "playwright test --config src/features/verbum-comments/playwright.config.ts",
"sync:newspack-blocks": "./bin/sync-newspack-blocks.sh"
},
"optionalDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.26.0",
"@babel/plugin-transform-react-jsx": "7.25.9",
"@babel/preset-react": "7.26.3",
"@playwright/test": "1.48.2",
"@types/node": "^20.4.2",
"@types/react": "^18.2.28",
"@types/react-dom": "18.3.5",
"babel-plugin-transform-rename-properties": "0.1.0",
"pkg-dir": "^5.0.0",
"sass": "1.64.1",
"sass-loader": "12.4.0",
"typescript": "^5.0.4",
"webpack": "5.94.0",
"webpack-cli": "6.0.1"
},
"dependencies": {
"@automattic/calypso-color-schemes": "3.1.3",
"@automattic/color-studio": "4.0.0",
"@automattic/i18n-utils": "1.2.3",
"@automattic/jetpack-base-styles": "^0.6.41",
"@automattic/jetpack-shared-extension-utils": "^0.16.5",
"@automattic/page-pattern-modal": "1.1.5",
"@automattic/typography": "1.0.0",
"@popperjs/core": "^2.11.8",
"@preact/signals": "^1.2.2",
"@sentry/browser": "8.33.0",
"@tanstack/react-query": "^5.15.5",
"@wordpress/api-fetch": "7.16.0",
"@wordpress/base-styles": "5.16.0",
"@wordpress/blocks": "14.5.0",
"@wordpress/components": "29.2.0",
"@wordpress/data": "10.16.0",
"@wordpress/dom-ready": "^4.8.1",
"@wordpress/element": "6.16.0",
"@wordpress/hooks": "4.16.0",
"@wordpress/i18n": "5.16.0",
"@wordpress/icons": "10.16.0",
"@wordpress/plugins": "7.16.0",
"@wordpress/private-apis": "^1.8.1",
"@wordpress/router": "^1.8.11",
"@wordpress/url": "4.16.0",
"clsx": "2.1.1",
"debug": "4.4.0",
"preact": "^10.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-popper": "^2.3.0",
"redux": "^4.2.1",
"redux-saga": "^1.3.0",
"swiper": "^8.4.5",
"wpcom-proxy-request": "^7.0.3"
}
}