vue-rabbit/package.json

32 lines
797 B
JSON
Raw Normal View History

2024-08-04 20:13:36 +08:00
{
"name": "vue-rabbit",
"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": {
2024-08-04 20:23:05 +08:00
"element-plus": "^2.7.8",
2024-08-04 20:13:36 +08:00
"pinia": "^2.1.7",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"prettier": "^3.2.5",
2024-08-04 20:43:23 +08:00
"sass": "^1.77.8",
2024-08-04 20:23:05 +08:00
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
2024-08-04 20:13:36 +08:00
"vite": "^5.3.1"
}
}