mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-04 22:28:40 +08:00
124 lines
3.6 KiB
JSON
124 lines
3.6 KiB
JSON
{
|
|
"name": "ray-template",
|
|
"private": false,
|
|
"version": "4.1.6",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"pnpm": ">=8.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build --mode production",
|
|
"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"
|
|
},
|
|
"lint-staged": {
|
|
"src/**/*.{vue,jsx,ts,tsx,json}": [
|
|
"prettier --write",
|
|
"eslint src",
|
|
"git add"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^9.1.0",
|
|
"axios": "^1.2.0",
|
|
"clipboard": "^2.0.11",
|
|
"crypto-js": "^4.1.1",
|
|
"currency.js": "^2.0.4",
|
|
"dayjs": "^1.11.7",
|
|
"echarts": "^5.4.0",
|
|
"lodash-es": "^4.17.21",
|
|
"mockjs": "1.1.0",
|
|
"naive-ui": "^2.34.4",
|
|
"pinia": "^2.1.4",
|
|
"pinia-plugin-persistedstate": "^3.1.0",
|
|
"print-js": "^1.6.0",
|
|
"qrcode.vue": "^3.3.4",
|
|
"sass": "^1.54.3",
|
|
"screenfull": "^6.0.2",
|
|
"vue": "^3.3.4",
|
|
"vue-hooks-plus": "1.7.6",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.2.4",
|
|
"vuedraggable": "^4.1.0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.2",
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
"@commitlint/cli": "^17.4.2",
|
|
"@commitlint/config-conventional": "^17.4.2",
|
|
"@intlify/unplugin-vue-i18n": "^0.12.1",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/lodash-es": "^4.17.7",
|
|
"@types/mockjs": "1.0.7",
|
|
"@types/scrollreveal": "^0.0.8",
|
|
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
"@typescript-eslint/parser": "^5.61.0",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
"@vue-hooks-plus/resolvers": "1.2.4",
|
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
"autoprefixer": "^10.4.8",
|
|
"depcheck": "^1.4.3",
|
|
"eslint": "^8.44.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-standard-with-typescript": "^23.0.0",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-n": "^15.0.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-react": "^7.31.10",
|
|
"eslint-plugin-vue": "^9.15.1",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.1.0",
|
|
"postcss": "^8.1.0",
|
|
"postcss-px-to-viewport-8-plugin": "1.2.2",
|
|
"prettier": "^2.7.1",
|
|
"rollup-plugin-visualizer": "^5.8.3",
|
|
"svg-sprite-loader": "^6.0.11",
|
|
"typescript": "^5.0.2",
|
|
"unplugin-auto-import": "^0.15.0",
|
|
"unplugin-vue-components": "^0.25.1",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-ejs": "^1.6.4",
|
|
"vite-plugin-eslint": "1.8.1",
|
|
"vite-plugin-imp": "^2.3.1",
|
|
"vite-plugin-inspect": "^0.7.26",
|
|
"vite-plugin-mock-dev-server": "1.3.0",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vite-svg-loader": "^4.0.0",
|
|
"vue-tsc": "^1.8.4"
|
|
},
|
|
"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"
|
|
}
|