-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.48 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
42
43
44
45
46
47
48
{
"name": "@newfold-labs/wp-module-ecommerce",
"description": "Brand Agnostic eCommerce Experience",
"license": "GPL-2.0-or-later",
"version": "1.4.4",
"main": "build/index.js",
"files": [
"build/",
"*.d.ts",
"*.css"
],
"types": "index.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"build": "wp-scripts build ./src/index.js --config ./scripts/webpack.config.js",
"lint": "wp-scripts lint-js ./src/index.js",
"start": "wp-scripts start ./src/index.js --config ./scripts/webpack.config.js",
"test:unit": "echo \"No tests implemented\"",
"test:e2e": "echo \"No tests implemented\""
},
"dependencies": {
"@faizaanceg/pandora": "^1.1.1",
"@heroicons/react": "2.1.5",
"@newfold-labs/js-utility-ui-analytics": "^1.2.0",
"@newfold-labs/wp-module-runtime": "^1.0.0",
"@newfold/ui-component-library": "^1.1.0",
"@reduxjs/toolkit": "2.2.7",
"@wordpress/api-fetch": "^7.11.0",
"@wordpress/components": "^28.11.0",
"@wordpress/date": "^5.11.0",
"@wordpress/element": "^6.11.0",
"@wordpress/i18n": "^5.11.0",
"classnames": "2.5.1",
"moment": "^2.30.1",
"swr": "2.2.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.8",
"@testing-library/cypress": "^10.0.2",
"@wordpress/dom-ready": "^4.11.0",
"@wordpress/env": "^10.10.0",
"@wordpress/scripts": "30.4.0",
"cypress": "^13.15.1",
"cypress-axe": "^1.5.0",
"cypress-iframe": "^1.0.1",
"tailwindcss": "^3.4.4"
}
}