1 Star 1 Fork 0

Gitee 极速下载 / vue-web-reader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Pzc-Neo/vue-web-reader
克隆/下载
package.json 2.80 KB
一键复制 编辑 原始数据 按行查看 历史
城小枫_Neo 提交于 2024-03-24 17:11 . v1.0.0
{
"name": "vue-novel-reader",
"private": false,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"dev:host": "vite --host",
"build": "vite build && vue-tsc --noEmit",
"preview": "vite preview",
"lint": "eslint --ext .js,.ts,.vue --fix src",
"prettier": "prettier --write --ignore-unknown '**/*'",
"stylelint": "stylelint --fix 'src/**/*.{scss,less,css}'",
"commit": "git-cz",
"release": "npx bumpp --push --tag --commit 'release: v'",
"postinstall": "npx msw init public --save",
"prepare": "husky install",
"test": "pnpm run test:unit",
"test:unit": "vitest run",
"test:unit:update": "vitest run --update"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@unocss/reset": "^0.53.6",
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"axios": "^1.5.1",
"element-plus": "^2.4.0",
"localforage": "^1.10.0",
"pinia": "^2.1.7",
"universal-cookie": "^4.0.4",
"vue": "^3.3.4",
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@iconify-json/carbon": "^1.1.21",
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@pinia/testing": "^0.1.3",
"@rollup/plugin-replace": "^5.0.4",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/test-utils": "^2.4.1",
"autoprefixer": "^10.4.16",
"bumpp": "^9.2.0",
"commitizen": "^4.3.0",
"commitlint-config-cz": "^0.13.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.3.0",
"msw": "^1.3.2",
"postcss": "^8.4.31",
"postcss-scss": "^4.0.9",
"prettier": "^2.8.8",
"rollup": "^3.29.4",
"sass": "^1.69.3",
"standard-version": "^9.5.0",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5",
"unocss": "^0.53.6",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-macros": "^2.6.1",
"vite": "^4.4.11",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.16.5",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.19"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": "./.cz-config.js"
}
},
"engines": {
"node": ">=16.16.0"
},
"packageManager": "pnpm@8.6.2",
"msw": {
"workerDirectory": "public"
}
}
JavaScript
1
https://gitee.com/mirrors/vue-web-reader.git
git@gitee.com:mirrors/vue-web-reader.git
mirrors
vue-web-reader
vue-web-reader
main

搜索帮助