{ "name": "go-admin", "version": "3.0.0", "description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features", "author": "https://github.com/wenjianzhang", "license": "MIT", "scripts": { "dev": "vite", "build:prod": "vite build", "build:stage": "vite build --mode staging", "preview": "vite preview", "lint": "eslint --ext .js,.vue src", "test:unit": "jest --clearCache && jest", "test:ci": "pnpm lint && pnpm test:unit", "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", "new": "plop", "prepare": "husky || true" }, "lint-staged": { "src/**/*.{js,vue}": [ "eslint --fix" ] }, "keywords": [ "vue", "admin", "go-admin", "go-admin-ui", "dashboard", "element-ui", "boilerplate", "admin-template", "management-system" ], "repository": { "type": "git", "url": "git+https://github.com/go-admin-team/go-admin.git" }, "bugs": { "url": "https://github.com/go-admin-team/go-admin/issues" }, "dependencies": { "@element-plus/icons-vue": "^2.3.2", "@tsparticles/slim": "^3.9.1", "@tsparticles/vue3": "^3.0.1", "axios": "^1.19.0", "codemirror": "^6.0.2", "core-js": "^3.50.0", "dropzone": "5.9.3", "echarts": "^6.1.0", "element-plus": "^2.14.4", "file-saver": "2.0.5", "fuse.js": "6.6.2", "js-cookie": "3.0.8", "jszip": "3.10.1", "moment": "^2.30.1", "normalize.css": "8.0.1", "nprogress": "0.2.0", "path-to-regexp": "6.3.0", "remixicon": "^2.5.0", "screenfull": "5.2.0", "vue": "^3.5.41", "vue-codemirror": "^6.1.1", "vue-count-to": "1.0.13", "vue-cropper": "^1.1.4", "vue-router": "^4.6.4", "vue3-dnd": "^2.1.0", "vue3-treeselect": "^0.1.10", "vuex": "^4.1.0", "xlsx": "^0.18.5" }, "devDependencies": { "@babel/core": "7.28.3", "@babel/eslint-parser": "^7.29.7", "@babel/preset-env": "^8.0.2", "@babel/register": "^7.29.7", "@babel/runtime": "^7.29.7", "@playwright/test": "^1.62.1", "@vitejs/plugin-vue": "^6.0.8", "@vue/babel-preset-app": "^5.0.9", "@vue/compiler-sfc": "^3.5.41", "@vue/test-utils": "^2.4.11", "@vue/vue3-jest": "^27.0.0", "autoprefixer": "^9.8.8", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.1.0", "babel-jest": "27.5.1", "beautifier": "^0.1.7", "chalk": "4.1.2", "connect": "3.7.0", "eslint": "7.32.0", "eslint-plugin-vue": "^9.33.0", "husky": "9.1.7", "jest": "27.5.1", "jest-serializer-vue": "^3.1.0", "jest-transform-stub": "^2.0.0", "lint-staged": "17.3.0", "path-browserify": "^1.0.1", "plop": "2.7.6", "sass": "^1.102.0", "svgo": "1.3.2", "vite": "^8.2.1", "vite-plugin-compression2": "^2.5.3", "vite-plugin-svg-icons": "^2.0.1" }, "packageManager": "pnpm@9.15.1", "engines": { "node": ">=22", "pnpm": ">=9" }, "browserslist": [ "> 1%", "last 2 versions" ] }