Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
67
Frontend-Learner/node_modules/eslint-config-flat-gitignore/package.json
generated
vendored
Normal file
67
Frontend-Learner/node_modules/eslint-config-flat-gitignore/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"name": "eslint-config-flat-gitignore",
|
||||
"type": "module",
|
||||
"version": "2.1.0",
|
||||
"description": ".gitignore support for ESLint Flat Config",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
||||
"license": "MIT",
|
||||
"funding": "https://github.com/sponsors/antfu",
|
||||
"homepage": "https://github.com/antfu/eslint-config-flat-gitignore#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/antfu/eslint-config-flat-gitignore.git"
|
||||
},
|
||||
"bugs": "https://github.com/antfu/eslint-config-flat-gitignore/issues",
|
||||
"keywords": [
|
||||
"eslint-config",
|
||||
"eslint-flat-config"
|
||||
],
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
".": "./dist/index.mjs"
|
||||
},
|
||||
"main": "./dist/index.mjs",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.mts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"eslint": "^9.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@eslint/compat": "^1.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^4.1.0",
|
||||
"@antfu/ni": "^23.3.0",
|
||||
"@antfu/utils": "^8.1.0",
|
||||
"@types/node": "^22.12.0",
|
||||
"bumpp": "^10.0.1",
|
||||
"eslint": "^9.19.0",
|
||||
"esno": "^4.8.0",
|
||||
"find-up-simple": "^1.0.0",
|
||||
"lint-staged": "^15.4.3",
|
||||
"pnpm": "^9.15.4",
|
||||
"simple-git-hooks": "^2.11.1",
|
||||
"typescript": "^5.7.3",
|
||||
"unbuild": "^3.3.1",
|
||||
"vite": "^6.0.11",
|
||||
"vitest": "^3.0.4"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "pnpm lint-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "eslint --fix"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
"dev": "unbuild --stub",
|
||||
"lint": "eslint .",
|
||||
"release": "bumpp && pnpm publish",
|
||||
"start": "esno src/index.ts",
|
||||
"test": "vitest --pool=forks",
|
||||
"typecheck": "tsc --noEmit"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue