-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 loc) · 1.69 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
{
"name": "@newfold-labs/wp-module-onboarding",
"version": "2.5.4",
"description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.",
"license": "GPL-2.0-or-later",
"private": true,
"author": {
"name": "Dave Ryan",
"email": "[email protected]"
},
"devDependencies": {
"@testing-library/cypress": "^10.0.1",
"@wordpress/base-styles": "^4.39.0",
"@wordpress/env": "^9.0.0",
"@wordpress/icons": "^9.39.0",
"@wordpress/scripts": "^26.10.0",
"axe-core": "^4.8.3",
"cypress": "^13.6.1",
"cypress-axe": "^1.5.0",
"webpack-merge": "^5.8.0"
},
"scripts": {
"build": "wp-scripts build ./src/onboarding.js ./src/Scripts/sitegen-theme-marker/sitegen-theme-marker.js ./src/Scripts/sitegen-theme-marker/sitegen-theme-marker.css",
"format": "wp-scripts format ./src",
"start": "wp-scripts start ./src/onboarding.js ./src/Scripts/sitegen-theme-marker/sitegen-theme-marker.js ./src/Scripts/sitegen-theme-marker/sitegen-theme-marker.css",
"lint:js": "wp-scripts lint-js ./src",
"lint:js:fix": "wp-scripts lint-js ./src --fix",
"test:e2e": "npx cypress run",
"test:unit": "npx wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins//phpunit.xml --verbose'"
},
"dependencies": {
"@newfold-labs/js-utility-ui-analytics": "1.2.0",
"@newfold-labs/wp-module-facebook": "^1.0.9",
"@sentry/react": "^8.9.2",
"@wordpress/interface": "^5.25.0",
"@wordpress/style-engine": "^0.11.0",
"bytes": "^3.1.2",
"classnames": "^2.3.2",
"react-router-dom": "^6.20.1"
}
}