-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.06 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
{
"name": "@jverneaut/gutenberg-webpack-plugin",
"version": "2.0.0",
"main": "index.js",
"type": "module",
"keywords": [
"Gutenberg",
"WordPress",
"Webpack"
],
"author": "Julien Verneaut <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jverneaut/gutenberg-webpack-plugin.git"
},
"description": "A lightweight, developer-friendly alternative to @wordpress/scripts that simplifies the setup and build process for custom Gutenberg blocks.",
"devDependencies": {
"prettier": "^3.5.3"
},
"dependencies": {
"@babel/core": "^7.27.3",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@wordpress/dependency-extraction-webpack-plugin": "^6.21.0",
"babel-loader": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
"glob": "^11.0.1",
"mini-css-extract-plugin": "^2.9.2",
"sass": "^1.89.0",
"sass-loader": "^16.0.5",
"webpack-remove-empty-scripts": "^1.1.1"
}
}