Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
84
Frontend-Learner/node_modules/eslint-processor-vue-blocks/package.json
generated
vendored
Normal file
84
Frontend-Learner/node_modules/eslint-processor-vue-blocks/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,84 @@
|
|||
{
|
||||
"name": "eslint-processor-vue-blocks",
|
||||
"type": "module",
|
||||
"version": "2.0.0",
|
||||
"packageManager": "pnpm@10.2.1",
|
||||
"description": "Create virtual files in ESLint for each Vue SFC block, so that you can lint them individually.",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
||||
"license": "MIT",
|
||||
"funding": "https://github.com/sponsors/antfu",
|
||||
"homepage": "https://github.com/antfu/eslint-processor-vue-blocks#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/antfu/eslint-processor-vue-blocks.git"
|
||||
},
|
||||
"bugs": "https://github.com/antfu/eslint-processor-vue-blocks/issues",
|
||||
"keywords": [
|
||||
"eslint",
|
||||
"eslint-processor",
|
||||
"vue"
|
||||
],
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
".": "./dist/index.mjs"
|
||||
},
|
||||
"main": "./dist/index.mjs",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.mts",
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": [
|
||||
"./dist/*",
|
||||
"./dist/index.d.mts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
"stub": "unbuild --stub",
|
||||
"lint": "eslint .",
|
||||
"prepublishOnly": "nr build",
|
||||
"release": "bumpp && npm publish",
|
||||
"start": "tsx src/index.ts",
|
||||
"test": "vitest",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"prepare": "simple-git-hooks"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@vue/compiler-sfc": "^3.3.0",
|
||||
"eslint": ">=9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^4.1.1",
|
||||
"@antfu/ni": "^23.3.1",
|
||||
"@antfu/utils": "^8.1.0",
|
||||
"@types/eslint": "^9.6.1",
|
||||
"@types/node": "^22.13.1",
|
||||
"@vue/compiler-sfc": "^3.5.13",
|
||||
"bumpp": "^10.0.2",
|
||||
"eslint": "^9.20.0",
|
||||
"eslint-merge-processors": "^2.0.0",
|
||||
"eslint-plugin-format": "^1.0.1",
|
||||
"eslint-plugin-vue": "^9.32.0",
|
||||
"eslint-processor-vue-blocks": "workspace:*",
|
||||
"lint-staged": "^15.4.3",
|
||||
"pnpm": "^10.2.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"simple-git-hooks": "^2.11.1",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "^5.7.3",
|
||||
"unbuild": "^3.3.1",
|
||||
"vite": "^6.1.0",
|
||||
"vitest": "^3.0.5",
|
||||
"vue": "^3.5.13"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "pnpm lint-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "eslint --fix"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue