mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
88 lines
2.7 KiB
JSON
88 lines
2.7 KiB
JSON
{
|
|
"name": "tachiyomi-website",
|
|
"version": "3.0.0",
|
|
"description": "Official website for the Tachiyomi app.",
|
|
"license": "MPL-2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18",
|
|
"pnpm": ">=8"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tachiyomiorg/website.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tachiyomiorg/website/issues"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"test": "pnpm lint && pnpm build && pnpm preview",
|
|
"dev": "vitepress dev src",
|
|
"build": "vitepress build src",
|
|
"preview": "vitepress preview src",
|
|
"lint": "pnpm lint:es && pnpm lint:mdl && pnpm lint:style",
|
|
"lint:fix": "pnpm lint:es:fix && pnpm lint:style:fix",
|
|
"lint:es": "eslint . --ext .vue,.js,.ts,.cjs,.mjs,.jsx,.tsx",
|
|
"lint:es:fix": "eslint . --ext .vue,.js,.ts,.cjs,.mjs,.jsx,.tsx --fix",
|
|
"lint:mdl": "markdownlint \"**/*.md\" \".github/**/*.md\" --enable sentences-per-line --disable MD025 MD033",
|
|
"lint:style": "stylelint \"**/*.{styl,vue}\" \"src/.vitepress/**/*.{styl,vue}\"",
|
|
"lint:style:fix": "stylelint --fix \"**/*.{styl,vue}\" \"src/.vitepress/**/*.{styl,vue}\""
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.41.0",
|
|
"@mdit/plugin-attrs": "^0.4.8",
|
|
"@mdit/plugin-figure": "^0.4.8",
|
|
"@mdit/plugin-img-lazyload": "^0.4.8",
|
|
"@mdit/plugin-img-mark": "^0.4.8",
|
|
"@mdit/plugin-img-size": "^0.4.8",
|
|
"@mdit/plugin-include": "^0.4.8",
|
|
"@resvg/resvg-js": "^2.4.1",
|
|
"@types/lodash.groupby": "^4.6.7",
|
|
"@types/markdown-it": "^13.0.1",
|
|
"@types/node": "^20.5.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
"@typescript-eslint/parser": "^6.5.0",
|
|
"eslint": "^8.48.0",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"feed": "^4.2.2",
|
|
"lint-staged": "^14.0.1",
|
|
"markdownlint": "^0.30.0",
|
|
"markdownlint-cli": "^0.35.0",
|
|
"sentences-per-line": "^0.2.1",
|
|
"stylelint": "^15.10.3",
|
|
"stylelint-stylus": "^0.18.0",
|
|
"stylus": "^0.60.0",
|
|
"unplugin-element-plus": "^0.8.0",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vitepress": "1.0.0-rc.10",
|
|
"vitepress-plugin-google-analytics": "^1.0.2",
|
|
"vitepress-plugin-tabs": "^0.3.0",
|
|
"vue": "^3.3.4",
|
|
"vue-eslint-parser": "^9.3.1",
|
|
"x-satori": "^0.1.4"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{styl,vue}": "stylelint --fix",
|
|
"*.{html,json}": "prettier --write"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-prerendered/vue-mdi": "^0.23.1689058119",
|
|
"@octokit/rest": "^20.0.1",
|
|
"@octokit/types": "^11.1.0",
|
|
"@tanstack/vue-query": "^4.34.0",
|
|
"@vueuse/core": "^10.4.1",
|
|
"axios": "^1.5.0",
|
|
"element-plus": "^2.3.12",
|
|
"lodash.groupby": "^4.6.0",
|
|
"markdown-it": "^13.0.1",
|
|
"markdown-it-shortcode-tag": "^1.1.0",
|
|
"moment": "^2.29.4"
|
|
}
|
|
}
|