1 Star 0 Fork 2

@guigu/guiug-h5-activity

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.56 KB
一键复制 编辑 原始数据 按行查看 历史
xiumubai 提交于 2023-05-06 16:42 . feat: 抽奖样式重写
{
"name": "vue-h5-template",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build:test": "vue-tsc --noEmit --skipLibCheck && vite build --mode test",
"build": "vue-tsc --noEmit --skipLibCheck && vite build --mode production",
"preview": "vite preview",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,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",
"deps": "yarn upgrade-interactive --latest",
"commit": "git add . && git-cz"
},
"dependencies": {
"@nutui/nutui": "^4.0.5",
"@varlet/ui": "^2.9.6",
"@vueuse/core": "10.0.2",
"@vueuse/integrations": "10.0.2",
"axios": "1.3.5",
"dayjs": "^1.11.7",
"mitt": "^3.0.0",
"pinia": "^2.0.34",
"pinia-plugin-persistedstate": "^3.1.0",
"universal-cookie": "^4.0.4",
"vant": "^4.2.0",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@nutui/icons-vue": "^0.0.26",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.2",
"@vue/tsconfig": "^0.1.3",
"amfe-flexible": "^2.2.1",
"autoprefixer": "^10.4.14",
"cnjm-postcss-px-to-viewport": "^1.0.0",
"consola": "^3.0.2",
"cross-env": "^7.0.3",
"eruda": "^3.0.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.11.0",
"git-cz": "^4.9.0",
"husky": "8.0.3",
"jsdom": "^21.1.1",
"lint-staged": "13.2.1",
"mockjs": "^1.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.22",
"postcss-html": "1.5.0",
"postcss-less": "^6.0.0",
"prettier": "^2.8.7",
"rollup-plugin-visualizer": "^5.9.0",
"stylelint": "^15.5.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^12.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.3",
"terser": "^5.16.9",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eruda": "^1.0.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-mock": "^3.0.0",
"vite-plugin-pages": "^0.29.0",
"vite-plugin-progress": "^0.0.7",
"vite-plugin-restart": "^0.3.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vitest": "^0.30.1",
"vue-eslint-parser": "^9.1.1",
"vue-tsc": "^1.6.4"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china",
"gifsicle": "5.2.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
"prettier --write--parser json"
],
"package.json": [
"prettier --write"
],
"*.vue": [
"eslint --fix",
"prettier --write",
"stylelint --fix"
],
"*.{scss,less,styl,html}": [
"stylelint --fix",
"prettier --write"
],
"*.md": [
"prettier --write"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jim_guigu/guiug-h5-activity.git
git@gitee.com:jim_guigu/guiug-h5-activity.git
jim_guigu
guiug-h5-activity
guiug-h5-activity
master

搜索帮助