You've already forked AstralRinth
forked from didirus/AstralRinth
Fix CF Pages on linkify (#1231)
This commit is contained in:
12
package.json
12
package.json
@@ -5,7 +5,7 @@
|
||||
"dev": "nuxi dev",
|
||||
"generate": "nuxi generate",
|
||||
"preview": "nuxi preview",
|
||||
"postinstall": "nuxi prepare && patch-package",
|
||||
"postinstall": "nuxi prepare",
|
||||
"lint:js": "eslint . --ext .js,.vue,.ts",
|
||||
"lint": "npm run lint:js && prettier --check .",
|
||||
"fix": "eslint . --fix --ext .js,.vue,.ts && prettier --write .",
|
||||
@@ -33,8 +33,7 @@
|
||||
"typescript": "^5.0.4",
|
||||
"vite-plugin-eslint": "^1.8.1",
|
||||
"vite-svg-loader": "^4.0.0",
|
||||
"vue-tsc": "^1.6.5",
|
||||
"patch-package": "^7.0.0"
|
||||
"vue-tsc": "^1.6.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ltd/j-toml": "^1.38.0",
|
||||
@@ -47,5 +46,10 @@
|
||||
"vue-multiselect": "^3.0.0-alpha.2",
|
||||
"xss": "^1.0.14"
|
||||
},
|
||||
"packageManager": "pnpm@8.6.1"
|
||||
"packageManager": "pnpm@8.6.1",
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"markdown-it@13.0.1": "patches/markdown-it@13.0.1.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user