mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2026-02-04 23:15:52 +08:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "wu-lazy-cloud-network-website",
|
|
"version": "1.3.3",
|
|
"description": "Wu-Lazy-Cloud-Network 官方网站",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@vueuse/core": "^10.7.0",
|
|
"element-plus": "^2.4.4",
|
|
"marked": "^9.1.6",
|
|
"pinia": "^2.1.7",
|
|
"prismjs": "^1.29.0",
|
|
"vue": "^3.4.0",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-vue": "^9.19.2",
|
|
"prettier": "^3.1.1",
|
|
"sass": "^1.69.5",
|
|
"vite": "^5.0.8",
|
|
"vite-plugin-compression": "^0.5.1"
|
|
},
|
|
"keywords": [
|
|
"vue3",
|
|
"vite",
|
|
"element-plus",
|
|
"wu-lazy-cloud-network",
|
|
"内网穿透",
|
|
"网络代理"
|
|
],
|
|
"author": "吴佳伟 <1207537021@qq.com>",
|
|
"license": "Apache-2.0"
|
|
} |