feat: 重建 Bell GoAdmin 产品骨架 (#62)
This commit is contained in:
@@ -0,0 +1,131 @@
|
||||
{
|
||||
"name": "go-admin",
|
||||
"version": "2.0.9",
|
||||
"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": "vue-cli-service serve",
|
||||
"build:prod": "vue-cli-service build",
|
||||
"build:stage": "vue-cli-service build --mode staging",
|
||||
"preview": "node build/index.js --preview",
|
||||
"lint": "eslint --ext .js,.vue src",
|
||||
"test:unit": "jest --clearCache && vue-cli-service test:unit",
|
||||
"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",
|
||||
"@vueuse/core": "^14.4.0",
|
||||
"axios": "^1.19.0",
|
||||
"clipboard": "2.0.11",
|
||||
"codemirror": "^6.0.2",
|
||||
"core-js": "^3.50.0",
|
||||
"driver.js": "0.9.8",
|
||||
"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",
|
||||
"sass-resources-loader": "^2.2.5",
|
||||
"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",
|
||||
"vuedraggable": "^4.1.0",
|
||||
"vuex": "^4.1.0",
|
||||
"xlsx": "^0.18.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.28.3",
|
||||
"@babel/eslint-parser": "^7.29.7",
|
||||
"@babel/register": "^7.29.7",
|
||||
"@babel/runtime": "^7.29.7",
|
||||
"@playwright/test": "^1.62.1",
|
||||
"@vue/babel-plugin-jsx": "^1.5.0",
|
||||
"@vue/babel-preset-app": "^5.0.9",
|
||||
"@vue/cli-plugin-babel": "^5.0.9",
|
||||
"@vue/cli-plugin-eslint": "^5.0.9",
|
||||
"@vue/cli-plugin-unit-jest": "^5.0.9",
|
||||
"@vue/cli-service": "^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",
|
||||
"babel-plugin-dynamic-import-node": "^2.3.3",
|
||||
"beautifier": "^0.1.7",
|
||||
"chalk": "4.1.2",
|
||||
"chokidar": "3.6.0",
|
||||
"compression-webpack-plugin": "^4.0.1",
|
||||
"connect": "3.7.0",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-plugin-vue": "^9.33.0",
|
||||
"html-webpack-plugin": "4.5.2",
|
||||
"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",
|
||||
"mockjs": "1.1.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"plop": "2.7.6",
|
||||
"runjs": "^4.4.2",
|
||||
"sass": "^1.102.0",
|
||||
"sass-loader": "^13.3.3",
|
||||
"script-ext-html-webpack-plugin": "2.1.5",
|
||||
"script-loader": "0.7.2",
|
||||
"serve-static": "^1.16.3",
|
||||
"svg-sprite-loader": "^5.2.1",
|
||||
"svgo": "1.3.2"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.1",
|
||||
"engines": {
|
||||
"node": ">=22",
|
||||
"pnpm": ">=9"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user