-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.08 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.08 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
{
"name": "dow-starter-theme",
"version": "1.0.0",
"repository": "https://github.com/BracketSpace/DoW-Starter-Theme.git",
"license": "GPL-3.0-or-later",
"scripts": {
"start": "yarn sass-vars -w & mp-scripts start --mode=development",
"build": "yarn sass-vars && mp-scripts build --mode=production && yarn theme-json",
"build:dev": "mp-scripts build --mode=development",
"lint:js": "mp-scripts lint-js",
"lint:scss": "mp-scripts lint-style",
"fix:js": "mp-scripts lint-js --fix",
"fix:scss": "mp-scripts lint-style --fix",
"lint": "run-p \"lint:*\"",
"fix": "run-p \"fix:*\"",
"sass-vars": "tools generate sass-vars",
"theme-json": "tools generate theme-json"
},
"workspaces": [
".tools"
],
"devDependencies": {
"@babel/runtime": "^7.27.1",
"@micropackage/responsive-embeds": "^1.0.3",
"@micropackage/scripts": "^1.2.6",
"@micropackage/vw": "^1.1.0",
"@types/lodash": "^4.17.17",
"@types/object-fit-images": "^3.2.5",
"@types/vimeo__player": "^2.18.3",
"@types/wordpress__block-editor": "^11.5.16",
"@types/wordpress__blocks": "^12.5.17",
"@types/wordpress__compose": "^4.0.1",
"@types/youtube": "^0.1.1",
"@wordpress/dom-ready": "^4.24.0",
"@wordpress/hooks": "^4.24.0",
"@wordpress/i18n": "^5.24.0",
"@wordpress/icons": "^10.24.0",
"autoprefixer": "^10.4.21",
"classnames": "^2.5.1",
"delegated-events": "^1.1.2",
"fast-glob": "^3.3.3",
"json-to-scss": "^1.6.2",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"object-fit-images": "^3.2.4",
"postcss-object-fit-images": "^1.1.2",
"postcss-prepend-selector": "^0.3.1",
"react": "^19.1.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-prettier": "^5.0.3",
"terser-webpack-plugin": "^5.3.14",
"tools": "workspace:^",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.8.3"
},
"mpScriptsConfig": {
"paths": {
"output": "build",
"scripts": "ts",
"src": "src/assets"
}
},
"packageManager": "yarn@4.9.1"
}