2024-05-08 13:43:24 +08:00
|
|
|
{
|
|
|
|
"name": "vite_ts_auto",
|
|
|
|
"private": true,
|
2024-05-08 13:46:59 +08:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Bunny-Vite模板",
|
|
|
|
"author": "Bunny-Admin <1319900154@qq.com>",
|
|
|
|
"license": "MIT",
|
2024-05-08 13:43:24 +08:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"serve": "vite",
|
|
|
|
"start": "vite",
|
|
|
|
"build:dev": "vue-tsc --noEmit && vite build --mode development",
|
|
|
|
"build:test": "vue-tsc --noEmit && vite build --mode test",
|
|
|
|
"build:pro": "vue-tsc --noEmit && vite build --mode production",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
|
|
|
|
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
|
|
|
|
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
|
|
|
"lint:lint-staged": "lint-staged",
|
|
|
|
"prepare": "husky install",
|
|
|
|
"commit": "git pull && git add -A && git-cz && git push"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-27 00:03:12 +08:00
|
|
|
"@vitejs/plugin-legacy": "^5.4.0",
|
|
|
|
"@vitejs/plugin-vue2-jsx": "^1.1.1",
|
2024-05-08 13:43:24 +08:00
|
|
|
"axios": "^1.6.7",
|
|
|
|
"compression-webpack-plugin": "^11.1.0",
|
|
|
|
"core-js": "^3.36.0",
|
|
|
|
"crypto-js": "^4.2.0",
|
|
|
|
"dayjs": "^1.11.10",
|
2024-05-08 14:18:50 +08:00
|
|
|
"dotenv": "^16.4.5",
|
2024-05-08 13:43:24 +08:00
|
|
|
"echarts": "^5.5.0",
|
|
|
|
"loadsh": "^0.0.4",
|
2024-05-09 14:55:40 +08:00
|
|
|
"lodash": "^4.17.21",
|
2024-05-08 13:43:24 +08:00
|
|
|
"mitt": "^3.0.1",
|
|
|
|
"moment": "^2.30.1",
|
|
|
|
"pinia": "^2.1.7",
|
2024-05-27 00:03:12 +08:00
|
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
2024-05-08 16:02:48 +08:00
|
|
|
"stylelint-scss": "^6.3.0",
|
2024-05-08 13:43:24 +08:00
|
|
|
"uuid": "^9.0.1",
|
|
|
|
"vue": "^3.4.21",
|
|
|
|
"vue-cookies": "^1.8.3",
|
|
|
|
"vue-i18n": "^9.13.1",
|
|
|
|
"vue-lazyload": "^3.0.0",
|
|
|
|
"vue-router": "^4.3.0",
|
|
|
|
"webpackbar": "^6.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@commitlint/cli": "^17.8.1",
|
|
|
|
"@commitlint/config-conventional": "^17.8.1",
|
|
|
|
"@types/crypto-js": "^4.2.2",
|
|
|
|
"@types/node": "^20.12.10",
|
2024-05-27 00:03:12 +08:00
|
|
|
"@types/react": "^18.3.3",
|
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-05-08 13:43:24 +08:00
|
|
|
"@types/uuid": "^9.0.8",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
|
|
"@typescript-eslint/parser": "^7.1.0",
|
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
|
|
"@vue/cli-plugin-babel": "~5.0.8",
|
|
|
|
"@vue/cli-plugin-eslint": "~5.0.8",
|
|
|
|
"@vue/cli-plugin-router": "~5.0.8",
|
|
|
|
"@vue/cli-plugin-typescript": "~5.0.8",
|
|
|
|
"@vue/cli-service": "~5.0.8",
|
|
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
|
|
"commitizen": "^4.3.0",
|
|
|
|
"cz-git": "^1.9.1",
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
|
|
"eslint-plugin-vue": "^9.22.0",
|
|
|
|
"file-loader": "^6.2.0",
|
|
|
|
"husky": "^8.0.1",
|
|
|
|
"lint-staged": "^15.2.2",
|
|
|
|
"postcss": "^8.4.35",
|
|
|
|
"postcss-html": "^1.6.0",
|
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"sass": "^1.71.1",
|
|
|
|
"sass-loader": "^14.1.1",
|
|
|
|
"typescript": "~5.3.3",
|
|
|
|
"vite": "^5.2.0",
|
|
|
|
"vue-tsc": "^2.0.6"
|
|
|
|
},
|
|
|
|
"gitHooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "node_modules/cz-git"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|