mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-04 22:28:40 +08:00
134 lines
3.8 KiB
JSON
Executable File
134 lines
3.8 KiB
JSON
Executable File
{
|
|
"name": "ray-template",
|
|
"private": false,
|
|
"version": "4.9.4",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^18.0.0 || >=20.0.0",
|
|
"pnpm": ">=8.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"dev-build": "vue-tsc --noEmit && vite build --mode development",
|
|
"report": "vite build --mode report",
|
|
"prepare": "husky install",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"lint": "vue-tsc --noEmit && eslint src --ext .js,.jsx,.vue && prettier --write \"src/**/*.{ts,tsx,json,.vue}\""
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged",
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx,json}": [
|
|
"prettier --write"
|
|
],
|
|
"*.{ts,tsx,vue}": [
|
|
"eslint src"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^10.9.0",
|
|
"axios": "^1.7.5",
|
|
"clipboard": "^2.0.11",
|
|
"currency.js": "^2.0.4",
|
|
"dayjs": "^1.11.10",
|
|
"dom-to-image": "2.6.0",
|
|
"echarts": "^5.5.0",
|
|
"interactjs": "1.10.26",
|
|
"jsbarcode": "3.11.6",
|
|
"lodash-es": "^4.17.21",
|
|
"mockjs": "1.1.0",
|
|
"naive-ui": "^2.39.0",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.0",
|
|
"print-js": "^1.6.0",
|
|
"vue": "^3.4.38",
|
|
"vue-demi": "0.14.6",
|
|
"vue-hooks-plus": "2.2.1",
|
|
"vue-i18n": "^9.13.1",
|
|
"vue-router": "^4.3.2",
|
|
"vue3-next-qrcode": "2.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.7.1",
|
|
"@commitlint/config-conventional": "^17.7.0",
|
|
"@interactjs/types": "1.10.21",
|
|
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/dom-to-image": "2.6.7",
|
|
"@types/jsbarcode": "3.11.4",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/mockjs": "1.0.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
"@typescript-eslint/parser": "^6.5.0",
|
|
"@vitejs/plugin-vue": "^5.1.0",
|
|
"@vitejs/plugin-vue-jsx": "^4.0.0",
|
|
"@vitest/ui": "1.4.0",
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/test-utils": "2.4.3",
|
|
"autoprefixer": "^10.4.15",
|
|
"depcheck": "^1.4.5",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-standard-with-typescript": "^43.0.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-vue": "^9.25.0",
|
|
"happy-dom": "14.3.1",
|
|
"husky": "8.0.3",
|
|
"lint-staged": "^15.1.0",
|
|
"postcss": "^8.4.31",
|
|
"postcss-px-to-viewport-8-with-include": "1.2.2",
|
|
"prettier": "^3.2.5",
|
|
"sass": "1.71.1",
|
|
"svg-sprite-loader": "^6.0.11",
|
|
"typescript": "^5.2.2",
|
|
"unplugin-auto-import": "^0.17.5",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.4.1",
|
|
"vite-bundle-analyzer": "0.9.4",
|
|
"vite-plugin-cdn2": "1.1.0",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-ejs": "^1.7.0",
|
|
"vite-plugin-eslint": "1.8.1",
|
|
"vite-plugin-inspect": "^0.8.3",
|
|
"vite-plugin-mock-dev-server": "1.4.7",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vite-svg-loader": "^4.0.0",
|
|
"vite-tsconfig-paths": "4.3.2",
|
|
"vitest": "1.5.2",
|
|
"vue-tsc": "^2.0.11"
|
|
},
|
|
"description": "<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->",
|
|
"main": "index.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/XiaoDaiGua-Ray/xiaodaigua-ray.github.io.git"
|
|
},
|
|
"keywords": [
|
|
"ray-template",
|
|
"vue3-tsx-vite-pinia",
|
|
"ray template",
|
|
"vite",
|
|
"vue3",
|
|
"admin template",
|
|
"中后台模板"
|
|
],
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Ray",
|
|
"url": "https://github.com/XiaoDaiGua-Ray"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/XiaoDaiGua-Ray/xiaodaigua-ray.github.io/issues"
|
|
},
|
|
"homepage": "https://github.com/XiaoDaiGua-Ray/xiaodaigua-ray.github.io#readme"
|
|
}
|