-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.37 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.37 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
{
"name": "brave",
"author": "Yard | Digital Agency",
"version": "1.0.0",
"description": "Starter for Yard | Digital Agency WordPress websites",
"main": "cli.js",
"engines": {
"node": ">=20.19.0"
},
"type": "module",
"scripts": {
"watch": "pnpm run watch:themes & pnpm run watch:blocks",
"watch:themes": "yard-toolkit watch themes",
"watch:blocks": "yard-toolkit watch blocks",
"build": "pnpm run build:themes && pnpm run build:blocks",
"build:themes": "yard-toolkit build themes",
"build:blocks": "yard-toolkit build blocks",
"lint:css": "yard-toolkit lint css",
"lint:js": "yard-toolkit lint js",
"format:css": "yard-toolkit format css",
"format:js": "yard-toolkit format js",
"format:blade": "yard-toolkit format blade",
"start": "pnpm run watch",
"prod-all": "pnpm run build",
"yard-toolkit": "yard-toolkit"
},
"devDependencies": {
"@yardinternet/eslint-config": "^1.2.7",
"@yardinternet/prettier-config": "^2.0.6",
"@yardinternet/stylelint-config": "^1.1.5",
"@yardinternet/toolkit": "^2.1.4",
"@yardinternet/vite-config": "^1.2.1",
"tailwindcss": "^4.2.0",
"vite": "^7.3.1"
},
"dependencies": {
"@yardinternet/a11y-cookie-yes": "^1.2.12",
"@yardinternet/brave-frontend-kit": "^0.8.0",
"@yardinternet/gutenberg-block-restrictions": "^1.0.1",
"@yardinternet/gutenberg-components": "^1.3.3"
},
"packageManager": "[email protected]"
}