1 Star 0 Fork 1

learn-front/Vue 3 + Typescript + Vite2 + antdv2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.80 KB
一键复制 编辑 原始数据 按行查看 历史
gitccc 提交于 2022-01-05 11:41 . t
{
"name": "vite2-vue3-typescript",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:dev": "vue-tsc --noEmit && vite build --mode development",
"build:pro": "vue-tsc --noEmit && vite build --mode production",
"preview": "vite preview",
"lint": "eslint src --fix --ext .ts,.tsx,.vue,.js,.jsx",
"lint:style": "stylelint --fix src/**/*.{vue,htm,html,css,sss,less,scss} --cache --cache-location node_modules/.cache/stylelint/",
"prettier": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@logicflow/core": "^0.7.16",
"@logicflow/extension": "^0.7.16",
"ant-design-vue": "2.2.8",
"axios": "^0.24.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"qs": "^6.10.2",
"vue": "^3.2.25",
"vue-i18n": "^9.2.0-beta.26",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@types/node": "^17.0.3",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"@vitejs/plugin-legacy": "^1.6.4",
"@vitejs/plugin-vue": "^2.0.0",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"autoprefixer": "^10.4.0",
"commitizen": "^4.2.4",
"commitlint-config-cz": "^0.13.3",
"cz-customizable": "^6.3.0",
"dart-sass": "^1.25.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"husky": ">=6",
"less": "^4.1.2",
"lint-staged": ">=10",
"mockjs": "^1.1.0",
"mrm": "^3.0.10",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"rollup-plugin-external-globals": "^0.6.1",
"sass": "^1.45.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^3.21.0",
"typescript": "^4.4.4",
"unplugin-vue-components": "^0.17.9",
"vite": "^2.7.2",
"vite-plugin-compression": "^0.3.6",
"vite-plugin-html": "^2.1.1",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-pwa": "^0.11.12",
"vite-plugin-style-import": "^1.4.0",
"vite-plugin-svg-icons": "^1.0.5",
"vue-tsc": "^0.29.8"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -e $GIT_PARAMS"
}
},
"lint-staged": {
"*.{ts,tsx,vue,js,jsx}": [
"prettier --write",
"git add"
],
"*.{vue,css,sass,less}": [
"stylelint --fix",
"git add"
],
"*.{js,jsx,tsx,ts,less,md,json}": [
"prettier --write"
]
},
"license": "ISC"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/front-learn/Vue3TypescriptVite2Antdv2.git
git@gitee.com:front-learn/Vue3TypescriptVite2Antdv2.git
front-learn
Vue3TypescriptVite2Antdv2
Vue 3 + Typescript + Vite2 + antdv2
master

搜索帮助