-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 1.41 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
{
"name": "@newfold-labs/wp-module-onboarding",
"version": "1.10.1",
"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": "^8.0.2",
"@wordpress/base-styles": "^4.3.0",
"@wordpress/env": "^4.5.0",
"@wordpress/icons": "^9.16.0",
"@wordpress/scripts": "^26.0.0",
"axe-core": "^4.4.1",
"cypress": "^9.5.4",
"cypress-axe": "^0.14.0",
"webpack-merge": "^5.8.0"
},
"scripts": {
"build": "wp-scripts build ./src/onboarding.js",
"format": "wp-scripts format ./src",
"start": "wp-scripts start ./src/onboarding.js",
"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",
"@wordpress/interface": "^5.10.0",
"@wordpress/style-engine": "^0.11.0",
"classnames": "^2.3.1",
"react-error-boundary": "^3.1.4",
"react-router-dom": "^6.11.1",
"rememo": "^4.0.0"
}
}