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.

45 lines
1.1 KiB

1 month ago
{
"name": "quick-roll",
"version": "0.0.0",
"private": true,
"type": "module",
"lint-staged": {
"*.{js,ts,vue}": [
"eslint --fix"
]
},
"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/",
"prepare": "husky install",
1 month ago
"lint-staged": "lint-staged",
"test": "echo \"Error: no test specified\" && exit 0"
1 month ago
},
"dependencies": {
"axios": "^1.7.7",
"element-plus": "^2.8.4",
"mockjs": "^1.1.0",
"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",
"husky": "^8.0.0",
"lint-staged": "^15.2.10",
"pinia-plugin-persistedstate": "^4.1.1",
"prettier": "^3.2.5",
"sass": "^1.79.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.3.1"
}
}