Initial React project
This commit is contained in:
37
node_modules/vite-plugin-sitemap/package.json
generated
vendored
Normal file
37
node_modules/vite-plugin-sitemap/package.json
generated
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "vite-plugin-sitemap",
|
||||
"type": "module",
|
||||
"version": "0.8.2",
|
||||
"packageManager": "pnpm@9.1.2",
|
||||
"description": "Sitemap generator plugin for Vite",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "pkgroll",
|
||||
"dev": "npm run build -- --watch",
|
||||
"example:build": "npm -C example run build",
|
||||
"release": "npx bumpp --commit --tag --push && npm publish",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint --fix .",
|
||||
"typecheck": "vue-tsc --noEmit",
|
||||
"up": "taze major -r -I"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^2.18.1",
|
||||
"@types/node": "^20.12.12",
|
||||
"eslint": "^9.3.0",
|
||||
"eslint-plugin-format": "^0.1.1",
|
||||
"pkgroll": "^2.1.1",
|
||||
"pnpm": "^9.1.2",
|
||||
"sitemap-ts": "^1.9.0",
|
||||
"taze": "^0.13.8",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.2.11",
|
||||
"vite-plugin-pages": "^0.32.1",
|
||||
"vue-tsc": "^2.0.19"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user