init: v3 init
This commit is contained in:
90
package.json
90
package.json
@@ -1,88 +1,18 @@
|
||||
{
|
||||
"name": "vue-element-plus-admin",
|
||||
"version": "2.0.0",
|
||||
"description": "一套基于vue3、element-plus、typesScript4、vite2的后台集成方案",
|
||||
"author": "Archer <502431556@qq.com>",
|
||||
"private": false,
|
||||
"name": "new-element-plus-admin",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"i:all": "npm run i && npm run docs:i",
|
||||
"i": "yarn install",
|
||||
"dev": "vite --mode base",
|
||||
"build:pro": "vue-tsc --noEmit && vite build --mode pro",
|
||||
"build:dev": "vue-tsc --noEmit && vite build --mode dev",
|
||||
"build:test": "vue-tsc --noEmit && vite build --mode test",
|
||||
"serve": "vite preview",
|
||||
"check": "npx npm-check-updates",
|
||||
"clean": "npx rimraf docs/node_modules && npx rimraf node_modules",
|
||||
"clean:docs": "npx rimraf docs/node_modules",
|
||||
"clean:main": "npx rimraf node_modules",
|
||||
"lint": "eslint --fix --ext .js,.ts,.vue ./src",
|
||||
"format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,vue,html,md}\"",
|
||||
"lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
||||
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
|
||||
"lint:pretty": "pretty-quick --staged",
|
||||
"postinstall": "husky install",
|
||||
"ts:check": "vue-tsc --noEmit"
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc --noEmit && vite build",
|
||||
"serve": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons": "^0.0.11",
|
||||
"echarts": "^5.2.1",
|
||||
"echarts-wordcloud": "^2.0.0",
|
||||
"element-plus": "1.1.0-beta.24",
|
||||
"lodash-es": "^4.17.21",
|
||||
"nprogress": "^0.2.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"path-to-regexp": "^6.2.0",
|
||||
"pinia": "^2.0.0-rc.13",
|
||||
"qs": "^6.10.1",
|
||||
"vue": "^3.2.16",
|
||||
"vue-router": "^4.0.11",
|
||||
"web-storage-cache": "^1.1.1"
|
||||
"vue": "^3.2.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^13.2.1",
|
||||
"@commitlint/config-conventional": "^13.2.0",
|
||||
"@types/clipboard": "^2.0.7",
|
||||
"@types/intro.js": "^3.0.2",
|
||||
"@types/path-to-regexp": "^1.7.0",
|
||||
"@types/screenfull": "^4.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"@vitejs/plugin-vue": "^1.9.3",
|
||||
"@vitejs/plugin-vue-jsx": "^1.2.0",
|
||||
"autoprefixer": "^10.3.7",
|
||||
"commitizen": "^4.2.4",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-define-config": "^1.1.1",
|
||||
"eslint-plugin-jest": "^25.0.1",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-vue": "^7.19.1",
|
||||
"husky": "^7.0.2",
|
||||
"jest": "^27.2.5",
|
||||
"less": "^4.1.2",
|
||||
"lint-staged": "^11.2.3",
|
||||
"postcss": "^8.3.9",
|
||||
"prettier": "^2.4.1",
|
||||
"pretty-quick": "^3.1.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-prettier": "^8.0.2",
|
||||
"stylelint-config-standard": "^22.0.0",
|
||||
"stylelint-order": "^4.1.0",
|
||||
"typescript": "^4.4.4",
|
||||
"unplugin-element-plus": "^0.1.3",
|
||||
"unplugin-vue-components": "^0.16.0",
|
||||
"vite": "^2.6.10",
|
||||
"vite-plugin-commonjs-externals": "^0.1.1",
|
||||
"vite-plugin-eslint": "^1.3.0",
|
||||
"vite-plugin-svg-icons": "^1.0.5",
|
||||
"vite-plugin-vue-setup-extend": "^0.1.0",
|
||||
"vue-eslint-parser": "^7.11.0",
|
||||
"vue-tsc": "^0.28.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 14.0.0",
|
||||
"npm": ">= 3.0.0"
|
||||
"typescript": "^4.4.3",
|
||||
"vite": "^2.6.4",
|
||||
"vue-tsc": "^0.3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user