-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·70 lines (70 loc) · 2.63 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "cartick",
"version": "1.0.0",
"description": "=== Cartick - Advanced Cart for WooCommerce ===\r Contributors: wpaxiom\r Requires at least: 5.8\r Tested up to: 5.8.2\r Requires PHP: 7.3\r Stable tag: 1.0.0\r License: GPLv2 or later\r License URI: https://www.gnu.org/licenses/gpl-2.0.html",
"main": "gulpfile.js",
"scripts": {
"test": "echo OK",
"test-orig": "eslint --quiet . && stylelint --syntax scss -q **/*.scss && composer run-script analyze && composer run-script phpcs:log",
"eslint-fix": "eslint --fix .",
"stylelint-fix": "stylelint --syntax scss --fix **/*.scss",
"clean": "rm -rf build/*",
"build": "wp-scripts build && npm run composer:build && npm run wp:i18n",
"composer:build": "composer install --no-dev && composer dump-autoload -o",
"wp:i18n": "wp i18n make-pot .",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shuvo586/cartick.git"
},
"author": "WpAxiom",
"license": "ISC",
"bugs": {
"url": "https://github.com/shuvo586/cartick/issues"
},
"homepage": "https://github.com/shuvo586/cartick#readme",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@mr-hope/gulp-sass": "^2.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@wordpress/api-fetch": "^6.20.0",
"@wordpress/browserslist-config": "^2.7.0",
"@wordpress/compose": "^6.0.0",
"@wordpress/data": "^8.0.0",
"@wordpress/data-controls": "^2.23.0",
"@wordpress/date": "^4.23.0",
"@wordpress/element": "^5.0.0",
"@wordpress/i18n": "^4.23.0",
"@wordpress/scripts": "^25.0.0",
"autoprefixer": "^10.4.13",
"axios": "^1.2.0",
"browserslist": "^4.13.0",
"html-entities": "^2.3.3",
"husky": "^7.0.4",
"lodash": "^4.17.21",
"postcss": "^8.4.20",
"react-colorful": "^5.6.1",
"react-toastify": "^9.1.1",
"rtlcss-webpack-plugin": "^4.0.7",
"sass": "^1.36.0",
"scss-reset": "^1.2.2",
"stylelint-config-wordpress": "^17.0.0"
},
"dependencies": {}
}