1 Star 0 Fork 5

keepwithme/vue-tony-admin

forked from DA浪/vue-tony-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 5.81 KB
一键复制 编辑 原始数据 按行查看 历史
DA浪 提交于 2022-07-21 18:54 . chore: upgrade 0.5.4
{
"name": "tony-admin",
"version": "0.5.4",
"author": {
"name": "crlang",
"email": "[email protected]",
"url": "https://github.com/crlang"
},
"scripts": {
"bootstrap": "yarn install",
"serve": "npm run dev",
"dev": "vite",
"build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
"build:site": "cross-env NODE_ENV=production vite build --mode site && esno ./build/script/postBuild.ts",
"build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts",
"build:no-cache": "yarn clean:cache && npm run build",
"report": "cross-env REPORT=true npm run build",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"preview": "npm run build && vite preview",
"preview:dist": "vite preview",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s",
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
"clean:lib": "rimraf node_modules",
"lint:eslint": "eslint --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,json,ts,vue,tsx,html,md}\"",
"lint:stylelint": "stylelint --fix \"**/*.{vue,postcss,css,scss}\" --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
"test:gzip": "npx http-server dist --cors --gzip -c-1",
"test:br": "npx http-server dist --cors --brotli -c-1",
"reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
"prepare": "husky install"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@iconify/iconify": "^2.2.1",
"@vueuse/core": "^8.9.0",
"@zxcvbn-ts/core": "^2.0.1",
"axios": "^0.27.2",
"echarts": "^5.3.3",
"element-plus": "^2.2.9",
"intro.js": "^4.3.0",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.1",
"pinia": "^2.0.14",
"print-js": "^1.6.0",
"resize-observer-polyfill": "^1.5.1",
"vue": "^3.2.37",
"vue-router": "^4.1.1",
"vue-types": "^4.1.1"
},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@iconify/json": "^1.1.453",
"@purge-icons/generated": "^0.8.1",
"@types/fs-extra": "^9.0.13",
"@types/intro.js": "^3.0.2",
"@types/lodash-es": "^4.17.6",
"@types/mockjs": "^1.0.4",
"@types/node": "^18.0.6",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@vitejs/plugin-legacy": "1.7.1",
"@vitejs/plugin-vue": "2.3.2",
"@vitejs/plugin-vue-jsx": "1.3.10",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "^2.0.2",
"autoprefixer": "^10.4.1",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"css-properties-sorting": "^1.0.10",
"dayjs": "^1.11.1",
"dotenv": "^10.0.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.2.0",
"esno": "^0.13.0",
"fs-extra": "^10.0.0",
"http-server": "^14.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.5",
"node-sass": "^7.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.2",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "^5.5.2",
"sass": "^1.46.0",
"stylelint": "^14.9.1",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.3.0",
"ts-node": "^10.9.1",
"typescript": "^4.5.4",
"vite": "^2.9.13",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-optimize-persist": "^0.1.2",
"vite-plugin-package-config": "^0.1.1",
"vite-plugin-purge-icons": "^0.8.1",
"vite-plugin-pwa": "^0.12.2",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-eslint-parser": "8.0.1",
"vue-tsc": "^0.38.3",
"workbox-build": "^6.4.2",
"workbox-window": "^6.4.2"
},
"resolutions": {
"//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",
"bin-wrapper": "npm:bin-wrapper-china",
"rollup": "^2.56.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crlang/vue-tony-admin.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/crlang/vue-tony-admin/issues"
},
"homepage": "https://github.com/crlang/vue-tony-admin",
"engines": {
"node": ">=14"
},
"vite": {
"optimizeDeps": {
"include": [
"@element-plus/icons-vue",
"@vue/shared",
"@vueuse/core",
"@vueuse/shared",
"@zxcvbn-ts/core",
"axios",
"dayjs",
"echarts",
"echarts/charts",
"echarts/components",
"echarts/core",
"echarts/renderers",
"element-plus",
"element-plus/es/components/dropdown/src/dropdown",
"element-plus/es/components/table/src/table-column/defaults",
"element-plus/es/components/table/src/table/defaults",
"element-plus/lib/locale/lang/zh-cn",
"intro.js",
"lodash",
"lodash-es",
"nprogress",
"path-to-regexp",
"pinia",
"print-js",
"qs",
"resize-observer-polyfill",
"vue",
"vue-router",
"vue-types"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/keepwithme/vue-tony-admin.git
[email protected]:keepwithme/vue-tony-admin.git
keepwithme
vue-tony-admin
vue-tony-admin
main

搜索帮助