-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
137 lines (137 loc) · 6.45 KB
/
package.json
File metadata and controls
137 lines (137 loc) · 6.45 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
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
{
"name": "otter-blocks",
"version": "3.1.8",
"description": "Otter – Page Builder Blocks & Extensions for Gutenberg",
"scripts": {
"build": "npm-run-all --parallel prod:*",
"prod:lite": "wp-scripts build --config webpack.config.js",
"prod:pro": "wp-scripts build --config webpack.config.pro.js",
"prod:grunt": "grunt build",
"grunt:version": "grunt version",
"start": "rm -rf build && npm-run-all --parallel dev:*",
"dev:lite": "wp-scripts start --config webpack.config.js",
"dev:pro": "wp-scripts start --config webpack.config.pro.js",
"dev:grunt": "grunt build",
"plugins": "wp-scripts build --config webpack.config.plugins.js",
"build-dev": "NODE_ENV=development npm run build",
"analyzer": "NODE_ANALYZER=true npm run build",
"lint": "wp-scripts lint-js ./src",
"format": "wp-scripts lint-js ./src --fix",
"packages-update": "wp-scripts packages-update",
"release": "semantic-release",
"icons:update": "bash bin/update-atomic-wind-icons.sh",
"dist": "bash bin/dist.sh",
"dist-dev": "bash bin/dist.sh development",
"test:unit": "wp-scripts test-unit-js",
"test:unit:help": "wp-scripts test-unit-js --help",
"test:unit:watch": "wp-scripts test-unit-js --watch",
"test:unit:debug": "wp-scripts --inspect-brk test-unit-js --runInBand --no-cache",
"test:e2e:blockId": "wp-scripts test-e2e uniq-id-checking.spec.js",
"test:e2e:playwright": "npx playwright test --config src/blocks/test/e2e/playwright.config.js",
"test:e2e:playwright-ui": "npx playwright test --config src/blocks/test/e2e/playwright.config.js --ui",
"test:performance": "wp-scripts test-playwright --config src/blocks/test/performance/playwright.config.ts",
"test:performance:debug": "wp-scripts test-playwright --config src/blocks/test/performance/playwright.config.ts --debug",
"test:unit:php:setup": "wp-env start",
"test:unit:php:setup:debug": "wp-env start --xdebug",
"test:unit:php:base": "wp-env run --env-cwd='wp-content/plugins/otter-blocks' tests-wordpress vendor/bin/phpunit -c phpunit.xml --verbose",
"test:unit:php": "npm-run-all test:unit:php:setup test:unit:php:base",
"test:unit:php:debug": "npm-run-all test:unit:php:setup:debug test:unit:php:base",
"test:unit:php:multisite:base": "wp-env run --env-cwd='wp-content/plugins/otter-blocks' tests-wordpress vendor/bin/phpunit -c phpunit/multisite.xml --verbose",
"test:unit:php:multisite": "npm-run-all test:unit:php:setup test:unit:php:multisite:base",
"test:unit:php:multisite:debug": "npm-run-all test:unit:php:setup:debug test:unit:php:multisite:base",
"test:php": "npm-run-all lint:php test:unit:php",
"test:php:watch": "wp-env run --env-cwd='wp-content/plugins/otter-blocks' tests-cli composer run-script test:watch",
"lint:php": "wp-env run --env-cwd='wp-content/plugins/otter-blocks' cli composer run-script lint",
"format:php": "wp-env run --env-cwd='wp-content/plugins/otter-blocks' cli composer run-script format",
"wp-env": "wp-env",
"build:makepot": "docker run --user root --rm --volume \"$(pwd):/var/www/html/otter-blocks\" wordpress:cli bash -c 'php -d memory_limit=512M \"$(which wp)\" --version --allow-root && wp i18n make-pot otter-blocks ./otter-blocks/languages/otter-pro.pot --include=\"otter-pro,build/pro,inc\" --allow-root --domain=otter-pro --headers={\\\"Last-Translator\\\":\\\"friends@themeisle.com\\\"\\,\\\"Report-Msgid-Bugs-To\\\":\\\"https://github.com/Codeinwp/otter-blocks/issues\\\"\\,\\\"Project-Id-Version\\\":\\\"Otter-Blocks\\\"\\,\\\"POT-Creation-Date\\\":\\\"\\\"}'",
"update-icons:atomic-wind": "bash bin/update-atomic-wind-icons.sh",
"plugins:sdk:update": "composer require codeinwp/themeisle-sdk --update-with-dependencies --no-install --working-dir=./plugins/blocks-animation && composer require codeinwp/themeisle-sdk --update-with-dependencies --no-install --working-dir=./plugins/blocks-css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Codeinwp/otter-blocks.git"
},
"keywords": [
"wordpress-plugin"
],
"textdomain": "otter-blocks",
"category": "plugins",
"author": "ThemeIsle <friends@themeisle.com>",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/Codeinwp/otter-blocks/issues"
},
"pot": {
"reportmsgidbugsto": "https://github.com/Codeinwp/otter-blocks/issues",
"languageteam": "Themeisle Translate <friends@themeisle.com>",
"lasttranslator": "Themeisle Translate Team <friends@themeisle.com>"
},
"dependencies": {
"@wordpress/icons": "^10.24.0",
"array-move": "^3.0.1",
"classnames": "^2.5.1",
"currency-symbol-map": "^5.0.1",
"deepmerge": "^4.3.1",
"fast-deep-equal": "^3.1.3",
"hex-rgba": "^1.0.2",
"object-hash": "^3.0.0",
"react-intersection-observer": "^9.13.0",
"react-sortable-hoc": "^2.0.0",
"react-visibility-sensor": "^5.1.1",
"tailwindcss": "^4.1.17",
"uuid": "^9.0.1"
},
"devDependencies": {
"@automattic/babel-plugin-replace-textdomain": "^1.0.35",
"@playwright/test": "^1.55.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.1",
"@types/object-hash": "^3.0.6",
"@types/wordpress__block-editor": "^11.5.9",
"@types/wordpress__components": "^23.0.11",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.0.0",
"@wordpress/block-editor": "^14.19.0",
"@wordpress/components": "^29.10.0",
"@wordpress/compose": "^7.9.0",
"@wordpress/data": "^10.8.0",
"@wordpress/dom-ready": "^4.9.0",
"@wordpress/e2e-test-utils": "^10.4.0",
"@wordpress/e2e-test-utils-playwright": "^1.32.0",
"@wordpress/e2e-tests": "^8.24.0",
"@wordpress/element": "^6.9.0",
"@wordpress/env": "^10.32.0",
"@wordpress/eslint-plugin": "^21.2.0",
"@wordpress/scripts": "30.17.0",
"conventional-changelog-simple-preset": "^1.0.24",
"eslint-config-wordpress": "^2.0.0",
"filemanager-webpack-plugin": "^6.1.7",
"grunt": "^1.4.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-version": "^2.0.0",
"grunt-wp-readme-to-markdown": "^2.0.1",
"jest": "^29.5.0",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"puppeteer-screen-recorder": "^3.0.3",
"replace-in-file": "^8.2.0",
"semantic-release": "^19.0.5",
"semantic-release-slack-bot": "^3.5.2",
"simple-statistics": "^7.8.3",
"typescript": "^5.5.4"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
},
"overrides": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
}
}