-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
31 lines (31 loc) · 959 Bytes
/
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
31
{
"license": "UNLICENSED",
"devDependencies": {
"@shopify/prettier-plugin-liquid": "^1.6.3",
"better-sqlite3": "^11.7.0",
"glob": "^11.0.0",
"html-validate": "^9.1.0",
"markdownlint-cli2": "^0.17.1",
"prettier": "^3.4.2",
"shell-quote": "^1.8.2"
},
"scripts": {
"test": "node test/fixtures-html-validate-should-fail.mjs && node test/build-html-validate.mjs",
"generate-sitemap": "node scripts/generate-sitemap.mjs",
"prettier-check": "yarn prettier --check .",
"markdownlint-check": "yarn markdownlint-cli2 '**/*.md'",
"prettier-fix": "yarn prettier --write .",
"markdownlint-fix": "yarn markdownlint-cli2 --fix '**/*.md'",
"postinstall": "yarn dlx @yarnpkg/sdks vscode"
},
"packageManager": "yarn@4.6.0",
"dependencies": {
"front-matter": "^4.0.2",
"xml2js": "^0.6.2"
},
"dependenciesMeta": {
"@shopify/prettier-plugin-liquid@1.5.0": {
"unplugged": true
}
}
}