-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 960 Bytes
/
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
{
"name": "drupal-webpack",
"version": "0.2.1",
"bin": {
"druwp": "./bin/cli.js"
},
"author": "kyser3",
"license": "MIT",
"description": "This package facilitates the installation of Webpack 5 for Drupal 8+.",
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"babel-loader": "^9.1.3",
"colors": "^1.4.0",
"css-loader": "^6.8.1",
"glob": "^10.3.5",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.3",
"minimist": "^1.2.8",
"ncp": "^2.0.0",
"node-sass-glob-importer": "^3.0.2",
"postcss-loader": "^8.1.1",
"prompts": "^2.4.2",
"rimraf": "^6.0.1",
"sass": "^1.80.6",
"sass-loader": "^16.0.3",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"webpack-remove-empty-scripts": "^1.0.4"
}
}