{
	"name": "dc-vue-web-base",
	"description": "dckj base",
	"packageManager": "pnpm@6.32.9",
	"version": "1.1.9",
	"license": "MIT",
	"scripts": {
		"dev": "vite",
		"build": "vite build",
		"preview": "vite preview",
		"prettier": "prettier --write .",
		"lint": "eslint src --ext .ts,.js,.vue",
		"lint-fix": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --fix src",
		"publish:beta": "npm --no-tag version prerelease --preid beta && npm publish --tag beta && git push",
		"publish:bug-beta": "npm --no-tag version prerelease --preid bug-beta && npm publish --tag bug-beta && git push",
		"publish:release": "npm version patch && npm publish && git push --tags"
	},
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"repository": {
		"type": "git",
		"url": "https://gitlab.dct99.com/dckj/dc-vue-web-base.git"
	},
	"main": "./src/main.ts",
	"files": [
		"src/api",
		"src/assets",
		"src/components",
		"src/entity",
		"src/http",
		"src/router",
		"src/store",
		"src/utils",
		"src/views",
		"src/directives",
		"src/main.ts"
	],
	"dependencies": {
		"@ant-design/icons-vue": "6.1.0",
		"@vitejs/plugin-vue-jsx": "^1.3.10",
		"@wangeditor/editor": "^5.0.1",
		"@wangeditor/editor-for-vue": "^5.1.10",
		"ant-design-vue": "3.2.10",
		"axios": "^0.26.1",
		"dayjs": "^1.11.1",
		"jsencrypt": "^3.2.1",
		"pinia": "^2.0.13",
		"pinia-plugin-persist": "^1.0.0",
		"vue": "^3.2.33",
		"vue-router": "^4.0.14"
	},
	"devDependencies": {
		"@types/node": "^17.0.25",
		"@typescript-eslint/eslint-plugin": "^5.20.0",
		"@typescript-eslint/parser": "^5.20.0",
		"@vitejs/plugin-vue": "^2.3.1",
		"@vue/compiler-sfc": "^3.2.33",
		"@vue/eslint-config-prettier": "^7.0.0",
		"eslint": "^8.14.0",
		"eslint-plugin-prettier": "^4.0.0",
		"eslint-plugin-vue": "^8.7.1",
		"less": "^4.1.2",
		"pnpm": "^6.32.9",
		"prettier": "^2.6.2",
		"sass": "^1.50.1",
		"typescript": "^4.6.3",
		"vite": "^2.9.8",
		"vite-plugin-compression": "^0.5.1",
		"vite-plugin-eslint": "^1.5.2",
		"vue-eslint-parser": "^8.3.0",
		"vue-tsc": "^0.34.10"
	}
}
