-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.34 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
{
"engines": {
"node": ">=14"
},
"scripts": {
"build": "BUILD_ENV=es6 NODE_ENV=production webpack --mode production --progress --config ./webpack.config.js && rm build/core.js"
},
"dependencies": {
"@automattic/isolated-block-editor": "^1.3.0",
"ajv": "^8.16.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@emotion/styled": "^11.11.0",
"@playwright/test": "^1.35.1",
"@shopify/polyfills": "^4.0.3",
"@storybook/addon-actions": "^7.0.26",
"@storybook/addon-essentials": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
"@storybook/addon-mdx-gfm": "^7.0.26",
"@storybook/preset-scss": "^1.0.3",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^7.0.26",
"@storybook/react-webpack5": "^7.0.26",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@wordpress/babel-preset-default": "^7.37.0",
"@wordpress/eslint-plugin": "^17.10.0",
"@wordpress/jest-preset-default": "^11.24.0",
"@wordpress/prettier-config": "^3.10.0",
"@wordpress/scripts": "^27.4.0",
"babel-loader": "^9.1.3",
"babel-plugin-inline-json-import": "^0.3.2",
"css-loader": "^6.10.0",
"eslint": "^8.52.0",
"eslint-config-wpcalypso": "^6.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-inclusive-language": "^2.2.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-testing-library": "^6.1.0",
"eslint-plugin-wpcalypso": "^8.0.0",
"mini-css-extract-plugin": "^2.8.1",
"prettier": "npm:[email protected]",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"release-it": "^17.1.1",
"resize-observer-polyfill": "^1.5.1",
"sass-loader": "^14.1.1",
"storybook": "^8.1.6",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.4.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}