PluginProbe
HubSpot All-In-One Marketing – Forms, Popups, Live Chat / trunk
HubSpot All-In-One Marketing – Forms, Popups, Live Chat vtrunk
11.3.73 11.3.71 11.3.70 11.3.69 11.3.64 11.3.65 11.3.62 11.3.61 11.3.56 11.3.58 11.0.31 11.0.52 11.0.54 11.0.56 11.0.58 11.0.7 11.1.10 11.1.11 11.1.13 11.1.14 11.1.15 11.1.2 11.1.20 11.1.21 11.1.22 All 72 releases
leadin / package.json

package.json in HubSpot All-In-One Marketing – Forms, Popups, Live Chat trunk, at package.json

80 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "leadin",
3 "scripts": {
4 "start": "wp-scripts start",
5 "build": "wp-scripts build --stats-error-details",
6 "test-e2e": "wp-scripts test-e2e",
7 "test-e2e:debug": "wp-scripts test-e2e --puppeteer-devtools",
8 "plugin-zip": "wp-scripts plugin-zip"
9 },
10 "files": [
11 "/public/**",
12 "/build/**",
13 "/languages/*",
14 "/scripts/**/*",
15 "vendor/*",
16 "changelog.txt",
17 "leadin.php",
18 "uninstall.php",
19 "phpunit.xml.dist",
20 "license.txt",
21 "readme.txt"
22 ],
23 "devDependencies": {
24 "@babel/preset-typescript": "^7.18.6",
25 "@linaria/babel-preset": "4.0.0-beta.0",
26 "@linaria/core": "4.0.0-beta.0",
27 "@linaria/react": "^4.0.0-beta.0",
28 "@linaria/shaker": "4.0.0-beta.0",
29 "@types/jest": "^29.2.4",
30 "@types/jquery": "^3.5.14",
31 "@types/lodash": "^4.14.188",
32 "@types/styled-components": "^5.1.26",
33 "@types/wordpress__block-editor": "^7.0.0",
34 "@types/wordpress__blocks": "^11.0.7",
35 "@types/wordpress__components": "^23.8.0",
36 "@types/wordpress__data": "^7.0.0",
37 "@types/wordpress__edit-post": "^4.0.1",
38 "@types/wordpress__keycodes": "^2.18.0",
39 "@types/wordpress__plugins": "^3.0.0",
40 "@wordpress/e2e-test-utils": "^8.2.0",
41 "@wordpress/env": "^5.3.0",
42 "@wordpress/jest-preset-default": "^10.0.0",
43 "@wordpress/scripts": "^24.2.0",
44 "eslint-plugin-jsdoc": "^48.9.3",
45 "jest": "^29.1.2",
46 "msw": "^0.49.2",
47 "ts-loader": "^9.4.1",
48 "typescript": "^4.8.4",
49 "ws": "8.17.1"
50 },
51 "resolutions": {
52 "ws": "8.17.1"
53 },
54 "dependencies": {
55 "@babel/cli": "7.18.6",
56 "@babel/core": "7.18.6",
57 "@babel/plugin-proposal-class-properties": "^7.18.6",
58 "@babel/preset-env": "7.18.6",
59 "@babel/preset-react": "7.18.6",
60 "@linaria/webpack-loader": "4.0.0-beta.0",
61 "@wordpress/block-editor": "^10.1.0",
62 "@wordpress/blocks": "^11.17.0",
63 "@wordpress/components": "^28.4.0",
64 "@wordpress/edit-post": "^6.18.0",
65 "@wordpress/i18n": "^4.18.0",
66 "@wordpress/plugins": "^4.19.0",
67 "babel-loader": "8.2.5",
68 "css-loader": "6.7.1",
69 "mini-css-extract-plugin": "2.6.1",
70 "penpal": "3.1.3",
71 "raven-js": "3.19.1",
72 "styled-components": "^4.3.2",
73 "webpack": "5.76.0",
74 "webpack-cli": "4.10.0"
75 },
76 "msw": {
77 "workerDirectory": ""
78 }
79 }
80