Files
hongshu-web/package.json

52 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2024-07-03 16:56:33 +08:00
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint:eslint": "eslint \"src/**/*.{vue,ts,js}\" --fix",
"lint:prettier": "prettier --write \"**/*.{js,ts,json,css,less,scss,vue,html,md}\""
},
"dependencies": {
2025-01-20 17:49:40 +08:00
"@element-plus/icons-vue": "^2.3.1",
2024-07-03 16:56:33 +08:00
"@lhlyu/vue-virtual-waterfall": "^1.0.2",
"@opentiny/vue": "3",
2025-01-20 17:49:40 +08:00
"@vueuse/core": "^12.3.0",
2024-07-03 16:56:33 +08:00
"animate.css": "^4.1.1",
"async-validator": "^4.2.5",
"axios": "^1.5.1",
"element-plus": "^2.4.1",
"goeasy": "2.10.14",
"lwaterfall": "^1.0.6",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"vue": "^3.3.4",
"vue-masonry": "^0.16.0",
"vue-picture-cropper": "^0.7.0",
"vue-router": "^4.2.5",
"vue-stick": "^1.0.7",
"vue-waterfall-plugin-next": "^2.2.4",
"vue3-lazy": "^1.0.0-alpha.1",
"vue3-plock": "^0.0.2",
"zego-zim-web": "^2.12.0"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^8.51.0",
"eslint-plugin-vue": "^9.17.0",
"less": "^4.2.0",
"prettier": "^3.0.3",
"sass": "^1.77.1",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vue-tsc": "^1.8.5",
"water-fall3": "^0.0.3"
}
}