vue_ts_large_rem/package.json

77 lines
2.3 KiB
JSON
Raw Permalink Normal View History

{
"name": "lookbroad-rem",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"testbuild": "vue-cli-service build --mode test",
"lint": "vue-cli-service lint",
"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",
"release": "standard-version",
"commit": "git status && git add -A && git-cz"
},
"dependencies": {
2024-02-29 22:32:51 +08:00
"axios": "^1.6.7",
"compression-webpack-plugin": "^11.1.0",
2024-02-29 22:32:51 +08:00
"core-js": "^3.36.0",
"dayjs": "^1.11.10",
"echarts": "^5.5.0",
"loadsh": "^0.0.4",
"pinia": "^2.1.7",
"postcss-pxtorem": "^6.1.0",
"stylelint-config-recess-order": "^4.6.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"uuid": "^9.0.1",
2024-02-29 22:32:51 +08:00
"vue": "^3.4.21",
"vue-cookies": "^1.8.3",
"vue-echarts": "^6.6.9",
"vue-lazyload": "^3.0.0",
2024-02-29 22:32:51 +08:00
"vue-router": "^4.3.0",
"webpackbar": "^6.0.1"
},
"devDependencies": {
2024-02-29 22:32:51 +08:00
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"cz-git": "^1.7.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@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",
2024-02-29 22:32:51 +08:00
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.22.0",
"husky": "^9.0.11",
"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",
"stylelint": "^16.2.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-prettier": "^9.0.5",
2024-02-29 22:32:51 +08:00
"typescript": "~5.3.3"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}