-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.6 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
{
"private": true,
"name": "@automattic/jetpack-publicize-components",
"version": "0.77.0-alpha",
"description": "A library of JS components required by the Publicize editor plugin",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme",
"bugs": {
"url": "https://github.com/Automattic/jetpack/labels/[JS Package] Publicize Components"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git",
"directory": "projects/js-packages/publicize-components"
},
"license": "GPL-2.0-or-later",
"author": "Automattic",
"scripts": {
"test": "jest",
"test-coverage": "pnpm run test --coverage"
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.35",
"@automattic/jetpack-components": "^0.65.5-alpha",
"@automattic/jetpack-connection": "^0.36.4",
"@automattic/jetpack-script-data": "^0.1.9",
"@automattic/jetpack-shared-extension-utils": "^0.16.5",
"@automattic/popup-monitor": "1.0.2",
"@automattic/social-previews": "2.1.0-beta.9",
"@wordpress/annotations": "3.16.0",
"@wordpress/api-fetch": "7.16.0",
"@wordpress/block-editor": "14.11.0",
"@wordpress/blocks": "14.5.0",
"@wordpress/components": "29.2.0",
"@wordpress/compose": "7.16.0",
"@wordpress/core-data": "7.16.0",
"@wordpress/data": "10.16.0",
"@wordpress/dataviews": "4.12.0",
"@wordpress/date": "5.16.0",
"@wordpress/edit-post": "8.16.0",
"@wordpress/editor": "14.16.0",
"@wordpress/element": "6.16.0",
"@wordpress/hooks": "4.16.0",
"@wordpress/html-entities": "4.16.0",
"@wordpress/i18n": "5.16.0",
"@wordpress/icons": "10.16.0",
"@wordpress/media-utils": "5.16.0",
"@wordpress/notices": "5.16.0",
"clsx": "2.1.1",
"prop-types": "15.8.1",
"react-page-visibility": "7.0.0",
"rememo": "4.0.1"
},
"devDependencies": {
"@automattic/color-studio": "4.0.0",
"@automattic/jetpack-base-styles": "^0.6.41",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.26.0",
"@babel/plugin-transform-react-jsx": "7.25.9",
"@babel/preset-react": "7.26.3",
"@babel/runtime": "7.26.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/react": "18.3.18",
"@wordpress/babel-plugin-import-jsx-pragma": "5.16.0",
"babel-jest": "29.4.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"exports": {
".": "./index.ts",
"./social-admin-page": "./src/components/admin-page/entry-point.tsx"
},
"peerDependencies": {
"react-dom": "^18.0.0"
}
}