-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
91 lines (91 loc) · 2.89 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
86
87
88
89
90
91
{
"private": true,
"name": "@automattic/jetpack-videopress",
"version": "0.25.9-alpha",
"description": "VideoPress package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme",
"bugs": {
"url": "https://github.com/Automattic/jetpack/labels/[Package] VideoPress"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git",
"directory": "projects/packages/videopress"
},
"license": "GPL-2.0-or-later",
"author": "Automattic",
"scripts": {
"build": "pnpm run clean && pnpm run build-client",
"build-client": "webpack",
"clean": "rm -rf build/",
"validate": "pnpm exec validate-es build/",
"watch": "pnpm build && pnpm build-client --watch",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"test-coverage": "pnpm run test --coverage"
},
"devDependencies": {
"@automattic/calypso-color-schemes": "3.1.3",
"@automattic/jetpack-base-styles": "^0.6.41",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.26.3",
"@csstools/postcss-global-data": "2.1.1",
"@jest/globals": "29.4.3",
"@storybook/addon-actions": "8.4.7",
"@storybook/blocks": "8.4.7",
"@storybook/preview-api": "8.4.7",
"@storybook/react": "8.4.7",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.12",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@wordpress/browserslist-config": "6.16.0",
"autoprefixer": "10.4.20",
"concurrently": "7.6.0",
"copy-webpack-plugin": "11.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.47",
"postcss-custom-properties": "12.1.7",
"postcss-loader": "6.2.0",
"require-from-string": "2.0.2",
"sass": "1.64.1",
"sass-loader": "12.4.0",
"storybook": "8.4.7",
"typescript": "5.0.4",
"webpack": "5.94.0",
"webpack-cli": "6.0.1"
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.35",
"@automattic/jetpack-api": "^0.17.22",
"@automattic/jetpack-base-styles": "^0.6.41",
"@automattic/jetpack-components": "^0.65.5-alpha",
"@automattic/jetpack-connection": "^0.36.4",
"@automattic/jetpack-shared-extension-utils": "^0.16.5",
"@wordpress/api-fetch": "7.16.0",
"@wordpress/blob": "4.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/date": "5.16.0",
"@wordpress/dom-ready": "4.16.0",
"@wordpress/editor": "14.16.0",
"@wordpress/element": "6.16.0",
"@wordpress/html-entities": "4.16.0",
"@wordpress/i18n": "5.16.0",
"@wordpress/icons": "10.16.0",
"@wordpress/url": "4.16.0",
"clsx": "2.1.1",
"debug": "4.4.0",
"filesize": "10.1.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.28.1",
"tus-js-client": "4.2.3"
}
}