PluginProbe
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO / 1.2.39
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO v1.2.39
1.4.13 1.4.12 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.54 1.3.53 1.3.52 1.3.51 1.3.50 1.3.49 1.3.48 1.3.47 1.3.46 1.3.45 1.3.44 All 176 releases
disco / package.json

package.json in Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO 1.2.39, at package.json

123 lines 3.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "disco",
3 "version": "1.0.0",
4 "description": "",
5 "author": "Ohidul Islam <wahid0003@gmail.com>",
6 "files": [
7 "ajax",
8 "app",
9 "backend",
10 "notice",
11 "!cli",
12 "engine",
13 "frontend",
14 "functions",
15 "!integrations",
16 "!internals",
17 "languages",
18 "rest",
19 "!templates",
20 "vendor",
21 "index.php",
22 "LICENSE.txt",
23 "disco.php",
24 "composer.json",
25 "README.txt",
26 "uninstall.php",
27 "package.json",
28 "!functions/debug.php",
29 "!vendor/cmb2",
30 "assets/build/plugin-admin.css",
31 "assets/build/plugin-public.css",
32 "assets/build/plugin-admin.asset.php",
33 "assets/build/plugin-public.asset.php",
34 "assets/build/plugin-review.asset.php",
35 "assets/build/plugin-admin.js",
36 "assets/build/plugin-review.js",
37 "assets/build/plugin-public.js",
38 "assets/src/index.php",
39 "assets/src/plugin-admin.js",
40 "assets/src/plugin-public.js",
41 "assets/disco-menu-icon.png",
42 "assets/disco-notice-icon.svg"
43 ],
44 "scripts": {
45 "start": "concurrently \"wp-scripts start ENV_MODE=development\" \"npm run tailwind\" ",
46 "build": "wp-scripts build",
47 "check-engines": "wp-scripts check-engines",
48 "check-licenses": "wp-scripts check-licenses",
49 "format": "wp-scripts format",
50 "lint:css": "wp-scripts lint-style ./assets/src/styles/**/*.scss --fix",
51 "lint:js": "wp-scripts lint-js ./backend/views/components",
52 "lint:md:docs": "wp-scripts lint-md-docs",
53 "lint:pkg-json": "wp-scripts lint-pkg-json",
54 "packages-update": "wp-scripts packages-update",
55 "plugin-zip": "wp-scripts plugin-zip --src ./assets/src",
56 "postinstall": "npm run build",
57 "publish": "npm run build && composer install --no-dev && composer dumpautoload -o && npm run plugin-zip",
58 "push": "npm run test && npm run lint:js && npm run lint:css",
59 "wp-env": "wp-env start",
60 "tailwind": "npx tailwindcss -i assets/src/styles/tailwind.css -o backend/views/asset/tailwind.css --watch",
61 "test": "jest --config jest.config.js",
62 "cy:open": "dotenv -e .env cypress open",
63 "cy:run": "dotenv -e .env cypress run",
64 "clean": "gulp clean",
65 "pot": "npx @wp-blocks/make-pot . languages/disco.pot"
66 },
67 "devDependencies": {
68 "@testing-library/dom": "^10.4.0",
69 "@testing-library/jest-dom": "^6.4.8",
70 "@testing-library/react": "^16.0.0",
71 "@testing-library/user-event": "^14.5.2",
72 "@wordpress/scripts": "^28.5.0",
73 "@wp-blocks/make-pot": "^1.4.0",
74 "concurrently": "^8.2.2",
75 "cypress": "^13.13.3",
76 "dotenv-cli": "^7.4.2",
77 "eslint-config-prettier": "^9.1.0",
78 "eslint-plugin-cypress": "^3.5.0",
79 "eslint-plugin-react": "^7.35.0",
80 "eslint-plugin-react-hooks": "^4.6.2",
81 "eslint-plugin-react-refresh": "^0.4.9",
82 "gulp": "^5.0.0",
83 "gulp-clean": "^0.4.0",
84 "prettier": "^3.3.3",
85 "tailwindcss": "^3.4.10",
86 "whatwg-fetch": "^3.6.20"
87 },
88 "engines": {
89 "node": ">=14.0.0",
90 "npm": ">=6.9.0"
91 },
92 "browserslist": [
93 "extends @wordpress/browserslist-config"
94 ],
95 "stylelint": {
96 "extends": [
97 "@wordpress/stylelint-config",
98 "@wordpress/stylelint-config/scss"
99 ],
100 "rules": {
101 "selector-id-pattern": null
102 }
103 },
104 "prettier": "@wordpress/prettier-config",
105 "dependencies": {
106 "@headlessui/react": "^1.7.19",
107 "@heroicons/react": "^2.1.5",
108 "@reduxjs/toolkit": "^2.2.7",
109 "@wordpress/i18n": "^5.5.0",
110 "clsx": "^2.1.1",
111 "moment": "^2.30.1",
112 "react": "^18.3.1",
113 "react-color": "^2.19.3",
114 "react-dom": "^18.3.1",
115 "react-redux": "^9.1.2",
116 "react-router-dom": "^6.26.1",
117 "react-toastify": "^10.0.5",
118 "tailwind-merge": "^2.5.3",
119 "tinycolor2": "^1.6.0",
120 "uuid": "^10.0.0"
121 }
122 }
123