1 Star 0 Fork 0

yuanzx/m82

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.41 KB
一键复制 编辑 原始数据 按行查看 历史
yuanzx 提交于 2023-12-18 14:35 . fix: new account...
{
"name": "vite-vue-h5-app",
"version": "0.0.3",
"license": "MIT",
"author": "xiaofei",
"description": "xiaofei",
"copyright": "'vite + vue + ts + vant' template",
"scripts": {
"preinstall": "npx only-allow yarn",
"dev": "vite --host --mode development",
"build:prod": "vite build --mode production",
"tsc": "vue-tsc --noEmit",
"serve": "vite preview",
"prepare": "husky install",
"commit": "git-cz",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix",
"stylelint": "stylelint ./src/**/*.{scss,css,less,vue} --fix",
"prettier": "prettier . --write",
"test:unit": "cypress open-ct",
"test:unit:ci": "cypress run-ct --quiet --reporter spec",
"test:e2e": "start-server-and-test serve 5050 'cypress open'",
"test:e2e:ci": "start-server-and-test serve 5050 'cypress run'"
},
"dependencies": {
"@better-scroll/core": "^2.5.1",
"accounting": "^0.4.1",
"axios": "^1.3.4",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"eslint-define-config": "^1.17.0",
"good-storage": "^1.1.1",
"js-cookie": "^3.0.1",
"lodash-es": "^4.17.21",
"numeral": "^2.0.6",
"pinia": "^2.0.33",
"pinia-plugin-persistedstate": "^3.2.0",
"postcss-html": "^1.5.0",
"vant": "^4.1.1",
"vue": "^3.2.47",
"vue-i18n": "9",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@cypress/vite-dev-server": "^5.0.5",
"@cypress/vue": "^5.0.5",
"@types/accounting": "^0.4.2",
"@types/good-storage": "^1.1.0",
"@types/js-cookie": "^3.0.3",
"@types/node": "^18.15.5",
"@types/nprogress": "^0.2.0",
"@types/numeral": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/compiler-sfc": "^3.2.47",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"autoprefixer": "^10.4.14",
"commitizen": "^4.3.0",
"cypress": "^12.8.1",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"lint-staged": "^13.2.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.21",
"postcss-less": "^6.0.0",
"postcss-px-to-viewport": "^1.1.1",
"prettier": "^2.8.5",
"rollup-plugin-visualizer": "^5.9.0",
"start-server-and-test": "^2.0.0",
"stylelint": "^15.3.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-less": "^1.0.4",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^31.0.0",
"stylelint-less": "^1.0.6",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^4.5.0",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-components": "^0.24.1",
"unplugin-vue-define-options": "^1.2.4",
"vconsole": "^3.15.0",
"vite": "^4.2.1",
"vite-jest": "^0.1.4",
"vite-plugin-banner": "^0.7.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-svg-icons": "^2.0.1",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.2.0"
},
"config": {
"commitizen": {
"path": "cz-customizable"
}
},
"lint-staged": {
"./src/**/*{.js,.jsx,.ts,.tsx}": [
"npm run lint"
]
},
"engines": {
"node": ">=16",
"yarn": "<2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yzxazj/m82.git
git@gitee.com:yzxazj/m82.git
yzxazj
m82
m82
master

搜索帮助