-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.76 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.76 KB
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
{
"name": "payplug",
"version": "2.17.3",
"description": "PayPLug CSS assets management",
"license": "GPL-3.0-or-later",
"author": "PayPlug",
"engines": {
"node": "^20.12.0",
"npm": "^10.5.0"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"build:css-app": "sass assets/scss/app.scss:assets/css/app.css --embed-sources --style=compressed",
"build:css-notice": "sass assets/scss/notice.scss:assets/css/notice.css --embed-sources --style=compressed",
"build:css": "npm run build:css-app && npm run build:css-notice",
"start": "wp-scripts start",
"build": "wp-scripts build && npm run i18n:build",
"i18n": "npm run i18n:build",
"i18n:build": "npm run i18n:pot && ./bin/build_i18n.sh",
"i18n:pot": "php -d xdebug.max_nesting_level=512 $(which wp) i18n make-pot --exclude=\"node_modules/,languages/,assets/\" --headers='{\"Report-Msgid-Bugs-To\":\"https://woocommerce.com/my-account/create-a-ticket/\", \"language-team\":\"LANGUAGE <EMAIL@ADDRESS>\"}' . languages/woocommerce-gateway-dummy.pot",
"i18n:json": "$(which wp) i18n make-json languages --no-purge",
"packages-update": "wp-scripts packages-update",
"check-engines": "wp-scripts check-engines"
},
"devDependencies": {
"@woocommerce/api": "^0.2.0",
"@woocommerce/dependency-extraction-webpack-plugin": "2.2.0",
"@wordpress/scripts": "^30.0.2",
"cross-env": "7.0.3",
"cypress": "^13.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
},
"dependencies": {
"@woocommerce/settings": "^1.0.0",
"jquery": "^3.7.1",
"sass": "^1.68.0",
"trim-newlines": "^5.0.0",
"payplug-ui-plugins-bo": "^2.2.1"
},
"main": "webpack.config.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"keywords": []
}