Files
1024创新实验室 ad65db0198 Merge pull request #84 from Jon-Millent/master
修改因为dayjs 版本导致的日期选择报错、本地化显示问题
2025-08-24 20:38:37 +08:00

80 lines
2.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "smartadmin",
"version": "3.0.0",
"author": {
"name": "1024创新实验室1024lab",
"email": "lab1024@163.com",
"url": "https://www.1024lab.net"
},
"license": "MIT",
"homepage": "https://smartadmin.1024lab.net",
"scripts": {
"localhost": "vite --mode localhost",
"dev": "vite",
"build:test": "vite build --base=/admin/ --mode test",
"build:pre": "vite build --mode pre",
"build:prod": "vite build --mode production"
},
"type": "module",
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@wangeditor-next/editor": "5.6.34",
"@wangeditor-next/editor-for-vue": "5.1.14",
"ant-design-vue": "4.2.5",
"axios": "1.6.8",
"clipboard": "2.0.11",
"crypto-js": "4.1.1",
"dayjs": "1.11.13",
"decimal.js": "10.3.1",
"default-passive-events": "^2.0.0",
"diff": "5.2.0",
"diff2html": "3.4.47",
"echarts": "5.4.3",
"highlight.js": "11.8.0",
"lodash": "4.17.21",
"lunar-javascript": "1.6.12",
"mitt": "3.0.1",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"sm-crypto": "0.3.13",
"sortablejs": "1.15.0",
"ua-parser-js": "1.0.35",
"uuid": "^11.1.0",
"v-viewer": "~1.6.4",
"vue": "3.4.27",
"vue-i18n": "9.13.1",
"vue-router": "4.3.2",
"vue3-json-viewer": "2.3.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue-jsx": "4.0.1",
"@vue/eslint-config-prettier": "^10.0.0",
"@vue/eslint-config-typescript": "^14.1.1",
"@vue/tsconfig": "0.5.1",
"eslint": "^9.13.0",
"eslint-plugin-prettier": "~5.0.0",
"eslint-plugin-vue": "^9.29.0",
"less": "~4.2.0",
"less-loader": "~11.1.3",
"prettier": "~3.0.2",
"rimraf": "~5.0.1",
"stylelint": "~14.8.5",
"stylelint-config-prettier": "~9.0.3",
"stylelint-config-standard": "~25.0.0",
"stylelint-order": "~5.0.0",
"terser": "~5.29.2",
"typescript": "5.6.3",
"vite": "5.2.12",
"vue-eslint-parser": "~9.4.2",
"vue-tsc": "^2.1.6"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/1024-lab/smart-admin.git"
}
}