-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
131 lines (131 loc) · 4.94 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
{
"name": "header-footer-elementor",
"version": "2.1.0",
"main": "index.js",
"author": "Nikhil Chavan",
"volta": {
"node": "18.15.0"
},
"engines": {
"npm": ">=9.5.0 <10.4.0",
"node": ">=18.15.0 <19.0.0"
},
"dependencies": {
"@bsf/force-ui": "git+https://github.com/brainstormforce/force-ui#1.3.3",
"@fontsource/figtree": "^5.1.1",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.3",
"@lodder/grunt-postcss": "^3.1.1",
"@reduxjs/toolkit": "^2.3.0",
"@tinymce/tinymce-react": "^5.1.1",
"@wordpress/api-fetch": "^6.54.0",
"@wordpress/data": "^9.27.0",
"@wordpress/dom-ready": "^3.57.0",
"@wordpress/element": "^6.11.0",
"axios": "^1.7.8",
"chart.js": "^4.4.3",
"classnames": "^2.5.1",
"dompurify": "^3.1.6",
"grunt-bumpup": "^0.6.3",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-rtlcss": "^2.0.2",
"grunt-sass": "^3.1.0",
"grunt-text-replace": "^0.4.0",
"history": "^5.3.0",
"lodash": "^4.17.21",
"lucide-react": "^0.460.0",
"path-to-regexp": "^8.2.0",
"postcss-flexibility": "git+https://github.com/Nikschavan/postcss-flexibility.git#fix-145-build",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-redux": "^9.1.2",
"react-router": "^6.28.0",
"react-router-dom": "^6.27.0",
"react-select": "^5.8.0",
"react-virtualized": "^9.22.3",
"webfontloader": "^1.6.28",
"whats-new-rss": "github:brainstormforce/whats-new-rss"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.24.7",
"@bsf/force-ui": "git+ssh://[email protected]/brainstormforce/force-ui.git#1.0.0",
"@wordpress/e2e-test-utils": "^7.5.0",
"@wordpress/env": "^10.13.0",
"@wordpress/eslint-plugin": "^9.3.0",
"@wordpress/i18n": "^4.2.4",
"@wordpress/jest-puppeteer-axe": "^4.0.1",
"@wordpress/scripts": "^19.2.3",
"ajv": "^8.17.1",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.2.1",
"babel-plugin-module-resolver": "^5.0.2",
"core-js": "^3.38.1",
"cross-env": "^7.0.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"gpt-po": "^1.2.0",
"grunt": "^1.6.1",
"grunt-bumpup": "^0.6.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.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",
"postcss": "^8.4.38",
"prettier": "npm:[email protected]",
"tailwindcss": "^3.4.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"description": "Create Header and Footer using Elementor page builder.",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"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",
"i18n": "grunt i18n && wp i18n make-pot . --exclude='node_modules,vendor,tests,artifact' languages/header-footer-elementor.pot --domain=header-footer-elementor --debug",
"i18n:po": "wp i18n update-po languages/header-footer-elementor.pot",
"i18n:mo": "wp i18n make-mo languages",
"i18n:json": "wp i18n make-json languages --no-purge",
"i18n:gptpo:nl": "gpt-po translate --po languages/header-footer-elementor-nl_NL.po --lang nl --verbose",
"build-package": "npm run build && grunt",
"release": "rm -rf header-footer-elementor && npm run build-package && grunt release"
},
"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",
"resolutions": {
"react": "^18.3.1",
"react-dom": "^18.2.0"
}
}