mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
109 lines
3.2 KiB
JSON
109 lines
3.2 KiB
JSON
{
|
|
"name": "ray-template",
|
|
"private": false,
|
|
"version": "4.0.2",
|
|
"type": "module",
|
|
"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",
|
|
"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",
|
|
"naive-ui": "^2.34.4",
|
|
"pinia": "^2.0.17",
|
|
"pinia-plugin-persistedstate": "^2.4.0",
|
|
"print-js": "^1.6.0",
|
|
"qrcode.vue": "^3.3.4",
|
|
"sass": "^1.54.3",
|
|
"screenfull": "^6.0.2",
|
|
"vue": "^3.2.37",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.1.3",
|
|
"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.5.0",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/scrollreveal": "^0.0.8",
|
|
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
|
"@typescript-eslint/parser": "^5.42.1",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
"autoprefixer": "^10.4.8",
|
|
"depcheck": "^1.4.3",
|
|
"eslint": "^8.0.1",
|
|
"eslint-config-prettier": "^8.5.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.7.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.1.0",
|
|
"postcss": "^8.1.0",
|
|
"postcss-px-to-viewport": "^1.1.1",
|
|
"prettier": "^2.7.1",
|
|
"rollup-plugin-visualizer": "^5.8.3",
|
|
"svg-sprite-loader": "^6.0.11",
|
|
"typescript": "*",
|
|
"unplugin-auto-import": "^0.11.0",
|
|
"unplugin-vue-components": "^0.22.0",
|
|
"vite": "^4.3.8",
|
|
"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-svg-icons": "^2.0.1",
|
|
"vite-svg-loader": "^3.4.0",
|
|
"vue-tsc": "^1.0.9"
|
|
},
|
|
"description": "<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/XiaoDaiGua-Ray/xiaodaigua-ray.github.io.git"
|
|
},
|
|
"keywords": [
|
|
"ray-template",
|
|
"vue3.2模板",
|
|
"vue3-tsx-vite-pinia",
|
|
"ray template",
|
|
"Ray Template",
|
|
"admin template",
|
|
"中后台模板"
|
|
],
|
|
"author": "Ray",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/XiaoDaiGua-Ray/xiaodaigua-ray.github.io/issues"
|
|
},
|
|
"homepage": "https://github.com/XiaoDaiGua-Ray/xiaodaigua-ray.github.io#readme"
|
|
}
|