-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.97 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.97 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
64
65
66
67
{
"name": "macros-by-sara-wp-theme",
"version": "3.1.0",
"description": "A WordPress theme for Macros By Sara",
"homepage": "https://github.com/macrosbysara/wordpress-theme#readme",
"bugs": {
"url": "https://github.com/macrosbysara/wordpress-theme/issues"
},
"engines": {
"node": ">= 24"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macrosbysara/wordpress-theme.git"
},
"license": "GPL-2.0-or-later",
"author": "KJ Roelke",
"prettier": "@wordpress/prettier-config",
"main": "src/index.ts",
"scripts": {
"build": "wp-scripts build --config webpack.config.cjs --blocks-manifest --webpack-copy-php --source-path=./src/ --output-path=./build/",
"check-engines": "wp-scripts check-engines",
"packages-update": "wp-scripts packages-update",
"lint:css": "npx stylelint '**/*.scss' '**/*.css' --fix",
"lint:js": "npx eslint --fix",
"start": "wp-scripts start --config webpack.config.cjs --blocks-manifest --webpack-copy-php --source-path=./src/ --output-path=./build/"
},
"files": [
"assets/",
"build/",
"inc/",
"parts/",
"patterns/",
"templates/",
"functions.php",
"readme.md",
"screenshot.png",
"style.css",
"theme.json"
],
"dependencies": {
"bootstrap": "^5.3.8"
},
"devDependencies": {
"@eslint/compat": "^2.0.5",
"@eslint/eslintrc": "^3.3.5",
"@wordpress/block-editor": "^15.18.0",
"@wordpress/blocks": "^15.18.0",
"@wordpress/components": "^33.0.0",
"@wordpress/compose": "^7.45.0",
"@wordpress/data": "^10.45.0",
"@wordpress/dom-ready": "^4.45.0",
"@wordpress/element": "^6.45.0",
"@wordpress/eslint-plugin": "^25.1.0",
"@wordpress/hooks": "^4.45.0",
"@wordpress/scripts": "^32.1.0",
"eslint": "^9",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.4.0",
"stylelint": "^17.6.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-scss": "^7.0.0",
"webpack-remove-empty-scripts": "^1.1.1"
}
}