-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 815 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 815 Bytes
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
{
"name": "wp-bootstrap-hooks",
"version": "1.1.22",
"description": "A collection of filters and actions for bootstrap-based themes",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bootstrap-classic-custom:build": "webpack -c test/themes/bootstrap-classic-custom/webpack.config.js",
"bootstrap-classic-custom:watch": "webpack -c test/themes/bootstrap-classic-custom/webpack.config.js --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^6.8.1",
"mini-css-extract-plugin": "^2.7.6",
"sass": "^1.69.7",
"sass-loader": "^13.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"bootstrap": "^5.3.2"
}
}