mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 02:52:26 +00:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "anyim-web",
|
|
"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/",
|
|
"prepare": "husky install",
|
|
"lint-staged": "lint-staged"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"axios": "^1.7.4",
|
|
"crypto-js": "^4.2.0",
|
|
"element-plus": "^2.8.0",
|
|
"lodash": "^4.17.21",
|
|
"pinia": "^2.1.7",
|
|
"uuid": "^10.0.0",
|
|
"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.9",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.77.8",
|
|
"unplugin-auto-import": "^0.18.2",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vite": "^5.3.1"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,ts,vue}": [
|
|
"eslint --fix"
|
|
]
|
|
}
|
|
}
|