package.json 1.5 KB
Newer Older
有来技术 已提交
1
{
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
	"name": "vue3-element-admin",
	"version": "1.0.0",
	"scripts": {
		"dev": "vite serve --mode development",
		"build:prod": "vue-tsc --noEmit && vite build --mode production",
		"serve": "vite preview",
		"lint": "eslint src/**/*.{ts,js,vue} --fix",
		"prepare": "husky install",
		"prettier": "prettier --write ."
	},
	"dependencies": {
		"@element-plus/icons-vue": "^1.0.0",
		"@wangeditor/editor": "^5.0.0",
		"@wangeditor/editor-for-vue": "^5.1.10",
		"axios": "^0.24.0",
		"better-scroll": "^2.4.2",
		"echarts": "^5.2.2",
		"element-plus": "^2.1.8",
		"nprogress": "^0.2.0",
		"path-browserify": "^1.0.1",
		"path-to-regexp": "^6.2.0",
		"pinia": "^2.0.12",
		"screenfull": "^6.0.0",
		"sortablejs": "^1.14.0",
		"vue": "^3.2.25",
		"vue-i18n": "^9.1.9",
		"vue-router": "^4.0.12"
	},
	"devDependencies": {
		"@commitlint/cli": "^16.2.3",
		"@commitlint/config-conventional": "^16.2.1",
		"@types/node": "^16.11.7",
		"@types/nprogress": "^0.2.0",
		"@types/path-browserify": "^1.0.0",
36 37
		"@typescript-eslint/eslint-plugin": "^5.19.0",
		"@typescript-eslint/parser": "^5.19.0",
38 39 40 41 42
		"@vitejs/plugin-vue": "^1.9.3",
		"eslint": "^8.14.0",
		"eslint-config-prettier": "^8.5.0",
		"eslint-plugin-prettier": "^4.0.0",
		"eslint-plugin-vue": "^8.6.0",
43
		"fast-glob": "^3.2.11",
44 45 46 47 48
		"husky": "^7.0.4",
		"prettier": "^2.6.2",
		"sass": "^1.43.4",
		"typescript": "^4.5.4",
		"vite": "^2.9.7",
49
		"vite-plugin-svg-icons": "^2.0.1",
50 51 52 53 54
		"vue-tsc": "^0.34.7"
	},
	"repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
	"author": "有来开源组织",
	"license": "MIT"
有来技术 已提交
55
}