mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoManager
synced 2024-12-14 20:39:59 +00:00
69 lines
2.1 KiB
JSON
Executable File
69 lines
2.1 KiB
JSON
Executable File
{
|
|
"name": "tsdd-control",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "cross-env APP_ENV=dev vite",
|
|
"build": "cross-env APP_ENV=prod vite build",
|
|
"build:config": "cross-env APP_ENV=prod IS_CONFIG=true vite build",
|
|
"preview": "vite preview",
|
|
"new": "plop",
|
|
"lint": "eslint src --fix --ext .ts,.tsx,.vue,.js,.jsx,",
|
|
"lint:prettier": "prettier --write src"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
"@fancyapps/ui": "^5.0.22",
|
|
"@icon-park/vue-next": "^1.4.2",
|
|
"@lottiefiles/lottie-player": "^2.0.2",
|
|
"@vueuse/core": "^10.1.2",
|
|
"axios": "^1.4.0",
|
|
"dayjs": "^1.11.9",
|
|
"echarts": "^5.4.3",
|
|
"element-plus": "^2.3.7",
|
|
"mitt": "^3.0.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.0.36",
|
|
"pinia-plugin-persistedstate": "^3.1.0",
|
|
"sortablejs": "^1.15.0",
|
|
"vue": "^3.3.4",
|
|
"vue-color-kit": "^1.0.5",
|
|
"vue-grid-layout": "^3.0.0-beta1",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.2.0",
|
|
"vue3-count-to": "^1.1.2",
|
|
"vue3-lottie": "^2.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/sortablejs": "^1.15.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
|
"@typescript-eslint/parser": "^5.59.5",
|
|
"@unocss/preset-uno": "^0.51.12",
|
|
"@unocss/vite": "^0.51.12",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.12.0",
|
|
"plop": "^3.1.2",
|
|
"prettier": "^2.8.8",
|
|
"sass": "^1.62.1",
|
|
"typescript": "^5.0.4",
|
|
"unplugin-auto-import": "^0.16.4",
|
|
"unplugin-vue-components": "^0.25.1",
|
|
"unplugin-vue-router": "^0.6.4",
|
|
"unplugin-vue-setup-extend-plus": "^1.0.0",
|
|
"vite": "^4.4.1",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-html-template": "^1.1.5",
|
|
"vite-plugin-pages": "^0.31.0",
|
|
"vite-plugin-vue-devtools": "^0.4.14",
|
|
"vite-plugin-vue-meta-layouts": "^0.2.2",
|
|
"vue-global-api": "^0.4.1",
|
|
"vue-tsc": "^1.6.4"
|
|
}
|
|
}
|