-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.83 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
{
"name": "@automattic/jetpack-connection",
"version": "0.36.2-alpha",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
"url": "https://github.com/Automattic/jetpack/labels/[JS Package] Connection"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git",
"directory": "projects/js-packages/connection"
},
"author": "Automattic",
"license": "GPL-2.0-or-later",
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-api": "^0.17.21-alpha",
"@automattic/jetpack-components": "^0.65.0-alpha",
"@automattic/jetpack-config": "^0.1.27",
"@automattic/jetpack-script-data": "^0.1.6-alpha",
"@wordpress/base-styles": "5.14.0",
"@wordpress/browserslist-config": "6.14.0",
"@wordpress/components": "29.0.0",
"@wordpress/data": "10.14.0",
"@wordpress/element": "6.14.0",
"@wordpress/i18n": "5.14.0",
"@wordpress/icons": "10.14.0",
"clsx": "2.1.1",
"debug": "4.3.4",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.39-alpha",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.25.9",
"@storybook/addon-actions": "8.3.5",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.3.12",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "8.3.5"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"type": "module",
"exports": {
".": "./index.jsx"
},
"sideEffects": [
"./state/store.jsx",
"*.css",
"*.scss"
],
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"test-coverage": "pnpm run test --coverage"
}
}