-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.4 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
{
"name": "@automattic/jetpack-components",
"version": "0.65.3-alpha",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git",
"directory": "projects/js-packages/components"
},
"bugs": {
"url": "https://github.com/Automattic/jetpack/labels/[JS Package] Components"
},
"dependencies": {
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-boost-score-api": "^0.1.50",
"@automattic/jetpack-scan": "^0.5.3",
"@babel/runtime": "^7",
"@wordpress/browserslist-config": "6.14.0",
"@wordpress/components": "29.0.0",
"@wordpress/compose": "7.14.0",
"@wordpress/data": "10.14.0",
"@wordpress/dataviews": "4.10.0",
"@wordpress/date": "5.14.0",
"@wordpress/element": "6.14.0",
"@wordpress/i18n": "5.14.0",
"@wordpress/icons": "10.14.0",
"@wordpress/notices": "5.14.0",
"clsx": "2.1.1",
"prop-types": "^15.7.2",
"qrcode.react": "4.2.0",
"react-slider": "2.0.5",
"social-logos": "^3.1.16",
"uplot": "1.6.31",
"uplot-react": "1.1.4"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.39",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.26.3",
"@jest/globals": "29.4.3",
"@storybook/addon-actions": "8.4.7",
"@storybook/blocks": "8.4.7",
"@storybook/react": "8.4.7",
"@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",
"@types/react-dom": "18.3.5",
"@types/react-slider": "1.3.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"require-from-string": "2.0.2",
"resize-observer-polyfill": "1.5.1",
"storybook": "8.4.7",
"ts-dedent": "2.2.0",
"typescript": "5.0.4",
"webpack": "5.94.0",
"webpack-cli": "4.9.1"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"type": "module",
"browserslist": [
"extends @wordpress/browserslist-config"
],
"exports": {
".": "./index.ts"
},
"sideEffects": [
"*.css",
"*.scss"
],
"scripts": {
"build": "pnpm run compile-ts",
"compile-ts": "tsc --pretty",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"test-coverage": "pnpm run test --coverage"
}
}