-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
52 lines (52 loc) · 1.98 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
{
"name": "header-footer-elementor",
"version": "1.6.46",
"main": "Gruntfile.js",
"author": "Nikhil Chavan",
"devDependencies": {
"@wordpress/e2e-test-utils": "^7.5.0",
"@wordpress/env": "^4.7.0",
"@wordpress/eslint-plugin": "^9.3.0",
"@wordpress/jest-puppeteer-axe": "^4.0.1",
"@wordpress/scripts": "^19.2.3",
"cross-env": "^7.0.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"grunt": "^1.6.1",
"grunt-bumpup": "^0.6.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "~1.0.3",
"grunt-wp-readme-to-markdown": "~2.1.0",
"jest-silent-reporter": "^0.5.0"
},
"description": "Create Header and Footer using Elementor page builder.",
"scripts": {
"test:e2e": "cross-env WP_BASE_URL=http://localhost:9091 wp-scripts test-e2e --config=tests/e2e/jest.config.js",
"test:e2e:interactive": "npm run test:e2e -- --puppeteer-interactive",
"test:e2e:ci": "npm run test:e2e -- --runInBand",
"test:e2e:debug": "npm run test:e2e -- --puppeteer-devtools",
"format": "wp-scripts format tests/",
"lint:css": "wp-scripts lint-style tests/",
"lint:js": "wp-scripts lint-js tests/",
"lint:js:fix": "npm run format && wp-scripts lint-js tests/ --fix",
"env:start": "wp-env start && wp-env run cli \"wp theme activate astra\" && wp-env run cli \"wp rewrite structure '%postname%' --hard --quiet\" && wp-env run cli \"wp rewrite flush\"",
"env:stop": "wp-env stop",
"env:destroy": "wp-env destroy",
"env:reset-site": "wp-env clean all",
"env": "wp-env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brainstormforce/header-footer-elementor/.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Nikschavan/header-footer-elementor/issues"
},
"homepage": "https://github.com/brainstormforce/header-footer-elementor#readme",
"dependencies": {
"lodash": "^4.17.21"
}
}