mirror of
https://github.com/elementor/hello-theme.git
synced 2025-10-03 15:33:37 +08:00
Some checks failed
Build / Build theme (push) Has been cancelled
Lint / ESLint (push) Has been cancelled
Lint / PHPCS (push) Has been cancelled
PHPUnit / File Diff (push) Has been cancelled
PHPUnit / PHPUnit - WordPress 6.5 - PHP version 7.4 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress 6.6 - PHP version 7.4 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress latest - PHP version 7.4 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress nightly - PHP version 7.4 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress 6.5 - PHP version 8.0 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress 6.6 - PHP version 8.0 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress latest - PHP version 8.0 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress nightly - PHP version 8.0 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress 6.5 - PHP version 8.1 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress 6.6 - PHP version 8.1 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress latest - PHP version 8.1 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress nightly - PHP version 8.1 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress 6.5 - PHP version 8.2 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress 6.6 - PHP version 8.2 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress latest - PHP version 8.2 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress nightly - PHP version 8.2 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress 6.5 - PHP version 8.3 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress 6.6 - PHP version 8.3 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress latest - PHP version 8.3 (push) Has been cancelled
PHPUnit / PHPUnit - WordPress nightly - PHP version 8.3 (push) Has been cancelled
PHPUnit / PHPUnit - Test Results (push) Has been cancelled
56 lines
2.7 KiB
JSON
56 lines
2.7 KiB
JSON
{
|
|
"name": "hello-elementor",
|
|
"slug": "elementor-hello-theme",
|
|
"homepage": "https://elementor.com/",
|
|
"description": "A sample theme for Elementor.",
|
|
"version": "3.4.5",
|
|
"last_beta_version": "2.4.0-beta3",
|
|
"scripts": {
|
|
"start": "wp-scripts start",
|
|
"build:dev": "composer update && composer install && wp-scripts build --env=developemntWithWatch",
|
|
"build:prod": "composer install --no-dev && wp-scripts build --env=production",
|
|
"lint:js": "wp-scripts lint-js",
|
|
"clean:build": "rm -rf assets && rm -rf $npm_package_name",
|
|
"build:dir": "npm run clean:build && npm run build:prod && rsync -av --exclude-from=.buildignore . $npm_package_name",
|
|
"package": "npm run clean:build && npm run build:prod && rsync -av --exclude-from=.buildignore . $npm_package_name",
|
|
"package:zip": "npm run package && zip -r $npm_package_name.$npm_package_version.zip ./$npm_package_name/*",
|
|
"test:php": "docker-compose -f bin/docker-compose.yml run --rm wordpress_phpunit phpunit",
|
|
"test:playwright": "playwright test -c tests/playwright/playwright.config.ts",
|
|
"test:playwright:headless": "CI=1 playwright test -c tests/playwright/playwright.config.ts",
|
|
"test:playwright:debug": "npm run test:playwright -- --debug",
|
|
"test:setup:playwright": "wp-env run cli bash hello-elementor-config/setup.sh && wp-env run tests-cli bash hello-elementor-config/setup.sh",
|
|
"test:setup:chromium": "npx playwright install chromium",
|
|
"zip": "npm run clean:build && npm run build:prod && rsync -av --exclude-from=.buildignore . $npm_package_name && zip -r $npm_package_name.$npm_package_version.zip $npm_package_name/*",
|
|
"update-version": "node .github/scripts/update-version-in-files.js",
|
|
"wp-env:start": "wp-env start",
|
|
"wp-env:stop": "wp-env stop"
|
|
},
|
|
"devDependencies": {
|
|
"@wordpress/components": "^29.9.0",
|
|
"@wordpress/env": "^10.26.0",
|
|
"@wordpress/eslint-plugin": "^22.9.0",
|
|
"@wordpress/i18n": "^5.23.0",
|
|
"@wordpress/notices": "^5.23.0",
|
|
"@wordpress/scripts": "^30.16.0",
|
|
"@elementor/wp-lite-env": "^0.0.20",
|
|
"@playwright/test": "^1.52.0",
|
|
"@typescript-eslint/parser": "^8.18.0",
|
|
"copy-webpack-plugin": "^13.0.0",
|
|
"dotenv": "^16.5.0",
|
|
"typescript": "^5.8.3",
|
|
"eslint-plugin-babel": "^5.3.1",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-no-jquery": "^3.1.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"webpack-cli": "^6.0.1",
|
|
"webpack-remove-empty-scripts": "^1.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@elementor/icons": "1.42.0",
|
|
"@elementor/ui": "1.34.2",
|
|
"html-entities": "^2.6.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"sass": "^1.89.0"
|
|
}
|
|
}
|