PluginProbe
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments / 1.1.6
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments v1.1.6
4.7.2 4.7.1 4.7.0 4.6.6 4.6.5 4.6.4 4.6.3 4.6.2 4.6.1 4.6.0 4.5.1 4.5.0 4.4.2 4.4.1 4.4.0 4.3.3 4.3.2 4.3.1 4.3.0 4.2.3 4.2.2 4.2.1 1.0.3 1.0.4 1.0.5 All 281 releases
surecart / package.json

package.json in SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments 1.1.6, at package.json

187 lines 6.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "@surecart/surecart",
3 "private": true,
4 "workspaces": [
5 "packages/*"
6 ],
7 "engines": {
8 "node": ">=12"
9 },
10 "files": [
11 "app/",
12 "dist/",
13 "languages/",
14 "packages/icons/",
15 "packages/blocks/**/Blocks/**/*.php",
16 "packages/blocks/**/Blocks/*.php",
17 "packages/blocks/**/Blocks/**/*.json",
18 "packages/blocks/**/Controllers/**/*.php",
19 "templates/",
20 "images/",
21 "core/",
22 "vendor/",
23 "views/",
24 "!node_modules",
25 "LICENSE",
26 "README.md",
27 "readme.txt",
28 "screenshot-1.png",
29 "*.php"
30 ],
31 "prettier": "@wordpress/prettier-config",
32 "scripts": {
33 "wp-env": "wp-env",
34 "dev": "composer install && yarn start:workspace",
35 "docs:release": "yarn workspaces foreach run docs:release",
36 "dev:docs": "yarn workspace @surecart/docs run start",
37 "bootstrap": "yarn workspace @surecart/components build && yarn workspace @surecart/components-react build && yarn workspace @surecart/blocks build",
38 "i18n": "run-s -cl i18n:textdomain i18n:pot",
39 "i18n:textdomain": "wpi18n addtextdomain --exclude=dist,node_modules,resources,tests,vendor --textdomain=surecart",
40 "i18n:pot": "node ./translate.js",
41 "release:build": "yarn workspaces foreach run release",
42 "composer:release": "composer install --no-dev && composer update surecart/blocks --no-dev",
43 "plugin:release": "composer install && yarn release:build && wp-scripts build && yarn i18n:pot && yarn composer:release && yarn plugin-zip",
44 "release:zip": "node .dev/build/release/release.js surecart-plugin",
45 "watch": "yarn start",
46 "start": "wp-scripts start",
47 "start:workspace": "yarn workspaces foreach -pvi run watch",
48 "check-engines": "wp-scripts check-engines",
49 "check-licenses": "wp-scripts check-licenses",
50 "format": "wp-scripts format",
51 "lint:css": "wp-scripts lint-style",
52 "lint:js": "wp-scripts lint-js",
53 "lint:md:docs": "wp-scripts lint-md-docs",
54 "lint:md:js": "wp-scripts lint-md-js",
55 "lint:pkg-json": "wp-scripts lint-pkg-json",
56 "packages-update": "wp-scripts packages-update",
57 "plugin-zip": "node .dev/release.js",
58 "test:all": "yarn test:php && yarn test:cypress:ci && yarn workspace @surecart/components run test --spec --e2e",
59 "test:php": "wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/surecart/phpunit.xml --testdox'",
60 "test:php:watch": "wp-env run phpunit '/var/www/html/wp-content/plugins/surecart/vendor/bin/phpunit-watcher watch --directories=/var/www/html/wp-content/plugins/surecart/app'",
61 "test:php:failing": "wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/surecart/phpunit.xml --group=failing' --verbose",
62 "test:cypress:ci": "wp-env start && wp-env clean && cypress run --config video=false --browser chrome",
63 "test:cypress:record": "wp-env start --xdebug && cypress run --browser chrome --record --key 29b7dee9-7f63-4a24-abd2-bd74c58ec60a",
64 "test:cypress": "yarn dev & npx cypress open",
65 "test:js": "wp-scripts test-unit-js --config jest.config.unit.js",
66 "test:js:coverage": "wp-scripts test-unit-js --config jest.config.unit.js --coverage"
67 },
68 "browserslist": [
69 "last 3 versions"
70 ],
71 "dependencies": {
72 "-": "^0.0.1",
73 "@rails/activestorage": "^6.1.4-1",
74 "@wordpress/babel-preset-default": "^6.2.0",
75 "@wordpress/base-styles": "^2.1.0",
76 "@wordpress/block-editor": "^4.4.0",
77 "@wordpress/block-library": "^2.23.0",
78 "@wordpress/blocks": "^6.21.0",
79 "@wordpress/components": "^10.1.0",
80 "@wordpress/core-data": "^2.21.0",
81 "@wordpress/data": "^4.23.0",
82 "@wordpress/date": "^4.14.0",
83 "@wordpress/dom-ready": "^2.10.0",
84 "@wordpress/editor": "^9.21.0",
85 "@wordpress/element": "^2.17.0",
86 "@wordpress/format-library": "^1.23.0",
87 "@wordpress/i18n": "^3.15.0",
88 "@wordpress/icons": "^6.1.1",
89 "@wordpress/interface": "^0.8.0",
90 "@wordpress/media-utils": "^1.16.0",
91 "D": "^1.0.0",
92 "apexcharts": "^3.35.4",
93 "autoprefixer": "^10",
94 "babel-loader": "^8.2.3",
95 "chokidar": "^3.4.0",
96 "classnames": "^2.3.1",
97 "clean-webpack-plugin": "^0.1.19",
98 "cross-env": "^7.0.2",
99 "css-loader": "^3.5.3",
100 "cssnano": "^4.1.10",
101 "dot-prop-immutable": "^2.1.1",
102 "feather-icons": "^4.28.0",
103 "file-loader": "^6.0.0",
104 "history": "^5.0.0",
105 "imagemin-mozjpeg": "^8.0.0",
106 "imagemin-webpack-plugin": "^2.1.1",
107 "import-glob": "^1.5.0",
108 "litepicker": "^2.0.11",
109 "loader-utils": "^1.1.0",
110 "lodash": "^4.17.15",
111 "mini-css-extract-plugin": "^0.9.0",
112 "node-sass": "^6.0.1",
113 "normalizr": "^3.6.1",
114 "npm-run-all": "^4.1.3",
115 "path-to-regexp": "^6.2.0",
116 "postcss": "^8.0.1",
117 "postcss-discard-comments": "^4",
118 "postcss-loader": "^4.2.0",
119 "querystringify": "^2.2.0",
120 "react-apexcharts": "^1.4.0",
121 "sass-loader": "^10",
122 "svg-sprite-loader": "^4.2.5",
123 "swr": "^1.2.2",
124 "thread-loader": "^3.0.4",
125 "tmp": "^0.2.1"
126 },
127 "devDependencies": {
128 "@emotion/babel-plugin": "^11.7.2",
129 "@emotion/babel-preset-css-prop": "^11.2.0",
130 "@emotion/core": "^10.1.1",
131 "@emotion/css": "^10.0.22",
132 "@emotion/hash": "^0.8.0",
133 "@emotion/native": "^10.0.22",
134 "@emotion/react": "^11.7.1",
135 "@emotion/styled": "^10.0.23",
136 "@wordpress/data": "^6.1.0",
137 "@wordpress/dependency-extraction-webpack-plugin": "^3.2.1",
138 "@wordpress/e2e-test-utils": "^5.4.1",
139 "@wordpress/env": "^4.8.0",
140 "@wordpress/prettier-config": "^1.4.0",
141 "@wordpress/scripts": "^22.5.0",
142 "adm-zip": "^0.5.9",
143 "archiver": "^4.0.1",
144 "chalk": "^4.0.0",
145 "change-case": "^4.1.1",
146 "co": "^4.6.0",
147 "copy-webpack-plugin": "6",
148 "cypress": "10.4.0",
149 "cypress-file-upload": "^5.0.8",
150 "cypress-log-to-output": "^1.1.2",
151 "eslint": "^6.8.0",
152 "eslint-config-airbnb": "^18.1.0",
153 "eslint-plugin-import": "^2.20.2",
154 "eslint-plugin-jsx-a11y": "^6.2.3",
155 "eslint-plugin-react": "^7.19.0",
156 "glob": "^7.1.4",
157 "inquirer": "^7.1.0",
158 "node-wp-i18n": "^1.2.1",
159 "npm-packlist": "^3.0.0",
160 "process": "^0.11.10",
161 "react": "17.0.2",
162 "react-dom": "17.0.2",
163 "react-test-renderer": "17.0.2",
164 "replace-in-file": "^6.0.0",
165 "shelljs": "^0.8.5",
166 "stream-browserify": "^3.0.0",
167 "stylelint": "^13.3.3",
168 "stylelint-config-recommended-scss": "^4.2.0",
169 "stylelint-order": "^4.0.0",
170 "stylelint-scss": "^3.17.1",
171 "webpack-cli": "^4.9.2",
172 "webpack-dev-server": "^3.10.3"
173 },
174 "resolutions": {
175 "react": "17.0.2",
176 "react-dom": "17.0.2",
177 "eslint-plugin-jsdoc": "^37.4.2",
178 "react-test-renderer": "17.0.2"
179 },
180 "wp-env": {
181 "plugin-dir": "surecart",
182 "plugin-name": "SureCart"
183 },
184 "packageManager": "yarn@3.2.2",
185 "version": "0.0.1"
186 }
187