-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 965 Bytes
/
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
{
"name": "@newfold-labs/wp-module-performance",
"description": "Module to manage performance settings in newfold plugins",
"license": "GPL-2.0-or-later",
"private": true,
"contributors": [
"Abdulrahman Al Ani (https://alani.dev/)",
"Evan Mullins (https://evanmullins.com)",
"Jonathan Desrosiers (https://jonathandesrosiers.com)",
"Micah Wood (https://wpscholar.com)",
"William Earnhardt (https://wearnhardt.com)"
],
"dependencies": {
"@newfold-labs/wp-module-runtime": "^1.0.0",
"@newfold/ui-component-library": "^1.1.0",
"html-react-parser": "^5.1.18"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.8",
"@testing-library/cypress": "^9.0.0",
"@wordpress/scripts": "^26.19.0",
"css-minimizer-webpack-plugin": "^7.0.0",
"cypress": "^12.9.0",
"cypress-axe": "^1.4.0",
"tailwindcss": "^3.4.16"
},
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start"
}
}