mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.5.1 to 16.0.0. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.5.1...v16.0.0) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "documents",
|
|
"version": "1.0.0",
|
|
"packageManager": "pnpm@9.0.0",
|
|
"description": "",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"keywords": [],
|
|
"main": "index.js",
|
|
"engines": {
|
|
"pnpm": "^9.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"docs:dev": "vitepress dev",
|
|
"docs:build": "vitepress build",
|
|
"docs:preview": "vitepress preview",
|
|
"lint:markdown": "markdownlint-cli2 --fix --config .markdownlint-cli2.jsonc",
|
|
"lint:eslint": "eslint --fix",
|
|
"lint": "pnpm run '/^lint:.*/'",
|
|
"ci:lint:markdown": "markdownlint-cli2 --config .markdownlint-cli2.jsonc",
|
|
"ci:lint:eslint": "eslint",
|
|
"ci:lint": "pnpm run '/^ci:lint:.*/'",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "^1.11.13",
|
|
"lint-staged": "^16.0.0",
|
|
"pinyin": "4.0.0-alpha.2",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^4.11.0",
|
|
"@types/node": "^22.13.14",
|
|
"@types/pinyin": "^2.10.2",
|
|
"eslint": "^9.23.0",
|
|
"eslint-plugin-format": "^1.0.1",
|
|
"husky": "^9.1.7",
|
|
"markdownlint-cli2": "^0.17.2",
|
|
"vitepress": "^1.6.3",
|
|
"vitepress-plugin-mermaid": "^2.0.17",
|
|
"vitest": "^3.0.9"
|
|
},
|
|
"lint-staged": {
|
|
"*": "pnpm lint"
|
|
}
|
|
}
|