-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.18 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
{
"name": "scouts-wordpress-theme",
"version": "0.0.0",
"description": "A Wordpress template for scout organisations, compliant with the UK Scout Association brand guidelines. Gutenberg compatible. Using Bootstrap 5.x, Bootstrap Icons.x, and node-sass.",
"scripts": {
"scss": "sass --watch theme/scss:theme/css",
"scss-build": "sass theme/scss:theme/css",
"wp-env": "wp-env",
"build": "wp-scripts build theme/jsx/*.js --output-path theme/js/",
"dev": "wp-scripts start theme/jsx/*.js --output-path theme/js/",
"build-blocks": "wp-scripts build theme/blocks/src/*/*.js --output-path=theme/blocks/build/",
"dev-blocks": "wp-scripts start theme/blocks/src/*/*.js --output-path=theme/blocks/build/"
},
"author": "Harvey Allsop",
"license": "GNU GPL V3",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@wordpress/block-editor": "^14.2.0",
"@wordpress/scripts": "^29.0.0",
"babel-loader": "^9.1.3",
"babel-plugin-transform-react-jsx": "^6.24.1",
"bootstrap": "^5.3.3",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"sass": "^1.78.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}