74 lines
2.1 KiB
JSON
74 lines
2.1 KiB
JSON
{
|
|
"name": "web-cli",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
|
|
"serve": "vite preview",
|
|
"lint": "eslint ./src --ext .vue,.js,jsx,.ts,tsx",
|
|
"lint:fix": "eslint --fix ./src --ext .vue,.js,jsx,.ts,tsx",
|
|
"prepare": "husky install",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"lint-staged": {
|
|
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^6.0.0",
|
|
"axios": "^0.21.1",
|
|
"dayjs": "^1.10.6",
|
|
"element-plus": "^1.0.2-beta.70",
|
|
"form-data": "^4.0.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.0.0-rc.4",
|
|
"qs": "^6.10.1",
|
|
"smoothscroll-polyfill": "^0.4.4",
|
|
"vue": "^3.2.2",
|
|
"vue-router": "^4.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^13.1.0",
|
|
"@commitlint/config-conventional": "^13.1.0",
|
|
"@iconify/json": "^1.1.388",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/qs": "^6.9.7",
|
|
"@types/smoothscroll-polyfill": "^0.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.29.2",
|
|
"@typescript-eslint/parser": "^4.29.2",
|
|
"@vitejs/plugin-vue": "^1.4.0",
|
|
"@vue/compiler-sfc": "^3.2.3",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
"commitizen": "^4.2.4",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"cz-customizable": "^6.3.0",
|
|
"dotenv": "^10.0.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.24.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-vue": "^7.16.0",
|
|
"husky": "^7.0.1",
|
|
"lint-staged": "^11.1.2",
|
|
"patch-package": "^6.4.7",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"prettier": "^2.3.2",
|
|
"sass": "^1.38.0",
|
|
"typescript": "^4.3.5",
|
|
"vite": "^2.5.0",
|
|
"vite-plugin-components": "^0.13.2",
|
|
"vite-plugin-html": "^2.0.7",
|
|
"vite-plugin-icons": "^0.6.5",
|
|
"vite-plugin-style-import": "^1.1.1",
|
|
"vite-plugin-windicss": "^1.2.7",
|
|
"vue-tsc": "^0.2.3",
|
|
"windicss": "^3.1.7"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-customizable"
|
|
}
|
|
}
|
|
}
|