-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
162 lines (162 loc) · 5.17 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "pinterest-for-woocommerce",
"title": "Pinterest for WooCommerce",
"description": "Pinterest for WooCommerce",
"version": "1.4.12",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "[email protected]:woocommerce/pinterest-for-woocommerce.git"
},
"dependencies": {
"@woocommerce/components": "^5.1.2",
"@woocommerce/data": "^1.1.1",
"@woocommerce/navigation": "^5.2.0",
"@woocommerce/tracks": "^1.1.0",
"@wordpress/api-fetch": "^3.23.0",
"@wordpress/components": "^12.0.8",
"@wordpress/compose": "^3.13.1",
"@wordpress/data": "^4.27.1",
"@wordpress/data-controls": "^2.1.2",
"@wordpress/element": "^2.13.1",
"@wordpress/hooks": "^2.12.0",
"@wordpress/html-entities": "^2.7.0",
"@wordpress/i18n": "^3.11.0",
"@wordpress/icons": ">=5.0.0 <6.0.0",
"@wordpress/notices": "^2.12.7",
"@wordpress/url": "^3.1.1",
"classnames": "^2.2.6",
"lodash": "^4.17.15"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.3",
"@woocommerce/dependency-extraction-webpack-plugin": "^1.7.0",
"@woocommerce/eslint-plugin": "^1.2.0",
"@wordpress/base-styles": "^3.6.0",
"@wordpress/scripts": "^16.1.4",
"@wordpress/stylelint-config": "^19.1.0",
"browser-sync": "^2.26.3",
"github-label-sync": "^2.0.2",
"gulp": "^4.0.0",
"gulp-add-src": "^1.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-cached": "^1.1.1",
"gulp-checktextdomain": "^2.2.0",
"gulp-cheerio": "^0.6.3",
"gulp-clean-css": "^4.0.0",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.1",
"gulp-filter": "^5.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svg-sprite": "^1.5.0",
"gulp-svgmin": "^2.1.0",
"gulp-svgstore": "^7.0.1",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-vinyl-zip": "^2.1.2",
"gulp-wp-pot": "^2.3.4",
"jest": "^25.5.4",
"jsdoc": "^3.6.7",
"jsdoc-plugin-typescript": "^2.0.6",
"md5": "^2.3.0",
"merge-stream": "^1.0.1",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"prettier": "npm:wp-prettier@^2.2.1-beta-1",
"semver": "^6.0.0",
"stylelint": "^13.13.1",
"underscore": "^1.9.1",
"woocommerce-grow-jsdoc": "https://gitpkg.now.sh/woocommerce/grow/packages/js/jsdoc?9eb10353728dc915bf5f7bdd4b8e218c625355a9"
},
"eslintConfig": {
"extends": [
"plugin:@woocommerce/eslint-plugin/recommended"
]
},
"stylelint": {
"extends": [
"@wordpress/stylelint-config/scss"
],
"rules": {
"no-descending-specificity": null,
"selector-class-pattern": null,
"unit-allowed-list": [
"em",
"px",
"%",
"s",
"rem",
"vw",
"vh",
"ms",
"fr"
]
}
},
"scripts": {
"prebuild": "composer install",
"build": "wp-scripts build && gulp build && npm run i18n",
"build:zip": "npm run build && composer install --no-dev -n && gulp zip",
"postbuild:zip": "composer install",
"dev": "wp-scripts build && gulp build",
"doc:tracking": "woocommerce-grow-jsdoc ./assets/source/",
"format:js": "wp-scripts format ./assets/source",
"i18n": "WP_CLI_PHP_ARGS='-d memory_limit=2048M' ./vendor/bin/wp i18n make-pot ./ i18n/languages/$npm_package_name.pot --slug=$npm_package_name --domain=$npm_package_name --exclude='bin,*.asset.php,assets/source/_maps,assets/setup-*,assets/catalog-sync,assets/build,tests,woo-tracking-jsdoc,index.php,gulpfile.js,jest.config.js'",
"lint:css": "wp-scripts lint-style ./assets/source",
"lint:css:fix": "wp-scripts lint-style ./assets/source --fix",
"lint:js": "wp-scripts lint-js ./assets/source",
"lint:js:fix": "wp-scripts lint-js ./assets/source --fix",
"lint:php": "composer run-script phpcs ./",
"start": "wp-scripts start",
"test:js": "wp-scripts test-unit-js --coverage",
"test:js:watch": "npm run test:js -- --watch",
"test:php": "npm run test:php-prepare -- wordpress_test root root localhost && npm run test:php-run",
"test:php-prepare": "./bin/install-wp-tests.sh",
"test:php-run": "composer test-unit"
},
"browserslist": [
"last 5 versions",
"> 1%",
"maintained node versions",
"not dead"
],
"keywords": [
"pinterest for wordpress",
"pinterest for woocommerce",
"wordpress",
"wordpress plugin",
"woocommerce",
"woocommerce integration",
"pinterest",
"pinterest integration",
"wordpress pinterest integration",
"woocommerce pinterest integration"
],
"author": "WooCommerce",
"license": "GPL-3.0-or-later",
"engines": {
"node": ">=12.20.1 <15",
"npm": ">=6.14.10 <7"
},
"config": {
"build_step": "npm install && npm run build:zip",
"wp_org_slug": "pinterest-for-woocommerce",
"version_replace_paths": [
"includes",
"src",
"bin",
"class-pinterest-for-woocommerce.php",
"pinterest-for-woocommerce.php",
"uninstall.php"
]
}
}