forked from rodrigo-gpereira/zero-theme-elementor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.63 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.63 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
{
"name": "zero-theme",
"version": "1.0.0",
"description": "Zero Theme",
"main": "index.php",
"scripts": {
"start": "gulp",
"build": "gulp build --prod && gulp compress",
"format": "wp-scripts format ./src/js/*.js",
"lint:js": "wp-scripts lint-js ./src/js/*.js",
"lint:js:fix": "eslint --fix ./src/js/*.js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"lint:php": "php ./vendor/bin/phpcs",
"lint:php:fix": "php ./vendor/bin/phpcbf"
},
"keywords": [
"wordpress",
"themes"
],
"author": "Rodrigo Gomes",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/register": "^7.16.5",
"@wordpress/scripts": "^30.5.0",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"browser-sync": "^2.27.7",
"css-loader": "^6.5.1",
"del": "^6.0.0",
"dotenv": "^10.0.0",
"eslint": "^8.57.1",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-jsdoc": "^50.5.0",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.3.0",
"gulp-connect": "^5.7.0",
"gulp-cssimport": "^7.0.0",
"gulp-flatmap": "^1.0.2",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-replace-task": "^2.0.1",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.1.0",
"jquery": "^3.6.0",
"postcss-import": "^14.1.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.45.1",
"tailwindcss": "^3.0.24",
"vinyl-named": "^1.1.0",
"webpack": "^5.65.0",
"webpack-stream": "^7.0.0",
"yargs": "^17.3.0"
}
}