67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "renren-ui",
|
|
"version": "5.5.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "npm run build:prod",
|
|
"build:prod": "vite build --mode production",
|
|
"serve": "npm run build && vite preview",
|
|
"lint": "eslint \"src/**/*.{vue,ts}\" --fix"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"src/**/*.{ts,vue}": [
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "2.3.1",
|
|
"@vueuse/core": "9.1.1",
|
|
"@wangeditor/editor": "5.1.1",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"axios": "1.11.0",
|
|
"classnames": "^2.3.1",
|
|
"core-js": "^3.14.0",
|
|
"echarts": "^5.2.2",
|
|
"element-plus": "2.10.5",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^2.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "2.3.1",
|
|
"qs": "^6.10.1",
|
|
"vue": "^3.5.18",
|
|
"vue-echarts": "^6.0.0",
|
|
"vue-router": "4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.172",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/qs": "^6.9.6",
|
|
"@types/sortablejs": "^1.10.6",
|
|
"@vitejs/plugin-vue": "5.1.5",
|
|
"@vue/compiler-sfc": "^3.5.18",
|
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
"@typescript-eslint/parser": "^5.23.0",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
"eslint": "^8.13.0",
|
|
"eslint-plugin-vue": "^8.6.0",
|
|
"less": "^4.1.1",
|
|
"less-loader": "^10.0.0",
|
|
"sass": "^1.50.1",
|
|
"lint-staged": "^11.0.0",
|
|
"prettier": "^2.6.2",
|
|
"typescript": "^5.7.2",
|
|
"vite": "5.4.19",
|
|
"vite-plugin-html": "^3.2.2",
|
|
"vite-plugin-svg-icons": "2.0.1",
|
|
"vite-tsconfig-paths": "3.4.0",
|
|
"vue-tsc": "2.1.10"
|
|
}
|
|
}
|