-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 958 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
{
"name": "@newfold-labs/wp-module-survey",
"version": "1.0.2",
"description": "A Newfold module to collect customer satisfaction feedback via surveys in the WordPress admin dashboard.",
"license": "GPL-2.0-or-later",
"private": true,
"author": {
"name": "arunshenoy99",
"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/Surveys/surveys.js ./src/Scripts/dataAttrListener.js",
"start": "wp-scripts start ./src/Surveys/surveys.js ./src/Scripts/dataAttrListener.js"
},
"dependencies": {
"@wordpress/element": "^6.1.0",
"react-toastify": "^10.0.5"
}
}