Files
lexgo/admin/upstream.json
T

25 lines
1.6 KiB
JSON

{
"upstream": "https://github.com/go-admin-team/go-admin-ui.git",
"commit": "67d393d713877572fab0b897296a4c1d525fc81d",
"license": "MIT (LICENSE)",
"unchangedFiles": [
"LICENSE",
"src/layout/BasicLayout.vue",
"src/components/Pagination/index.vue",
"src/components/Hamburger/index.vue",
"src/styles/variables.scss",
"src/styles/sidebar.scss",
"src/styles/mixin.scss",
"src/utils/scroll-to.js"
],
"adaptedFiles": {
"src/layout/index.vue": "Retains app-wrapper/sidebar/main-container shell, responsive mixin and styles; removes settings/tags/permissions modules.",
"src/layout/components/AppMain.vue": "Retains app-main section and background; removes keep-alive to avoid private-state retention.",
"src/views/Accounts.vue": "Curated sys-user/index.vue BasicLayout/card/table/pagination/dialog form structure; removes departments, PII, delete and legacy permissions.",
"src/views/Login.vue": "Curated login form fields and submit structure; removes default credentials, registration, captcha and promotional content.",
"src/layout/mixin/ResizeHandler.js": "Retained responsive behavior; removed unused route watcher argument for lint."
},
"dependencyChanges": "Retains Vue CLI, Vuex, Vue Router, Element Plus and source version ranges. Removes unused demo, chart, editor, upload, export, legacy Jest and Unix-only script dependencies. Uses native Node tests. New lockfile resolved for curated package only.",
"excluded": "Source env/config files, Git metadata, node_modules, running data and unrelated admin modules not copied."
}