mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-04 22:28:40 +08:00
133 lines
3.8 KiB
JSON
Executable File
133 lines
3.8 KiB
JSON
Executable File
{
|
|
"name": "ray-template",
|
|
"private": false,
|
|
"version": "4.4.7",
|
|
"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",
|
|
"test": "vue-tsc --noEmit && vite build --mode test",
|
|
"dev-build": "vue-tsc --noEmit && vite build --mode development",
|
|
"report": "vue-tsc --noEmit && vite build --mode report",
|
|
"prepare": "husky install"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged",
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,json}": [
|
|
"prettier --write"
|
|
],
|
|
"*.ts?(x)": [
|
|
"eslint src",
|
|
"prettier --parser=typescript --write"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^10.6.1",
|
|
"awesome-qr": "2.1.5-rc.0",
|
|
"axios": "^1.6.2",
|
|
"clipboard": "^2.0.11",
|
|
"crypto-js": "^4.1.1",
|
|
"currency.js": "^2.0.4",
|
|
"dayjs": "^1.11.10",
|
|
"dom-to-image": "2.6.0",
|
|
"echarts": "^5.4.3",
|
|
"interactjs": "1.10.26",
|
|
"lodash-es": "^4.17.21",
|
|
"mockjs": "1.1.0",
|
|
"naive-ui": "^2.36.0",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.0",
|
|
"print-js": "^1.6.0",
|
|
"vue": "^3.3.13",
|
|
"vue-hooks-plus": "1.8.5",
|
|
"vue-i18n": "^9.8.0",
|
|
"vue-router": "^4.2.5",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.2",
|
|
"@babel/eslint-parser": "^7.22.11",
|
|
"@commitlint/cli": "^17.7.1",
|
|
"@commitlint/config-conventional": "^17.7.0",
|
|
"@interactjs/types": "1.10.21",
|
|
"@intlify/unplugin-vue-i18n": "^1.5.0",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/dom-to-image": "2.6.7",
|
|
"@types/lodash-es": "^4.17.11",
|
|
"@types/mockjs": "1.0.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
"@typescript-eslint/parser": "^6.5.0",
|
|
"@vitejs/plugin-vue": "^4.4.1",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
"@vue-hooks-plus/resolvers": "1.2.4",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
"autoprefixer": "^10.4.15",
|
|
"depcheck": "^1.4.5",
|
|
"eslint": "^8.52.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-config-standard-with-typescript": "^39.0.0",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-n": "^16.2.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-vue": "^9.18.1",
|
|
"husky": "8.0.3",
|
|
"lint-staged": "^15.1.0",
|
|
"postcss": "^8.4.31",
|
|
"postcss-px-to-viewport-8-plugin": "1.2.2",
|
|
"prettier": "^3.0.3",
|
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
"sass": "1.69.5",
|
|
"svg-sprite-loader": "^6.0.11",
|
|
"typescript": "^5.2.2",
|
|
"unplugin-auto-import": "^0.16.6",
|
|
"unplugin-vue-components": "^0.25.2",
|
|
"vite": "^5.0.10",
|
|
"vite-plugin-cdn2": "0.15.2",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-ejs": "^1.7.0",
|
|
"vite-plugin-eslint": "1.8.1",
|
|
"vite-plugin-imp": "^2.4.0",
|
|
"vite-plugin-inspect": "^0.7.38",
|
|
"vite-plugin-mock-dev-server": "1.3.4",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vite-svg-loader": "^4.0.0",
|
|
"vue-tsc": "^1.8.8"
|
|
},
|
|
"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"
|
|
}
|