You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
869 B
33 lines
869 B
{
|
|
"name": "vue-project",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@vueup/vue-quill": "^1.2.0",
|
|
"element-plus": "^2.9.1",
|
|
"html2canvas": "^1.4.1",
|
|
"pinia": "^3.0.1",
|
|
"vue": "^3.3.10",
|
|
"vue-i18n": "^11.1.1",
|
|
"vue3-draggable-resizable": "^1.6.5",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@vitejs/plugin-vue": "^4.5.1",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"prettier": "^3.0.3",
|
|
"vite": "^5.0.5"
|
|
}
|
|
}
|
|
|