Compare changes
Some changes are not shown.
For a faster browsing experience, only 76 of 486 files are shown. Download one of the files below to see all changes.
+20
−7
.dockerignore
0 → 100644
+32
−0
+3
−0
+3
−0
+20
−17
+8
−0
.gitlab-ci.yml
0 → 100644
+57
−0
+6
−1
.reuse/dep5
0 → 100644
+9
−0
.tool-versions
0 → 100644
+2
−0
+3
−0
CHANGELOG.md
0 → 100644
+248
−0
Dockerfile
0 → 100644
+41
−0
LICENSE
deleted100644 → 0
+0
−21
LICENSES/AGPL-3.0-only.txt
0 → 100644
+235
−0
File added.
Preview size limit exceeded, changes collapsed.
LICENSES/MIT.txt
0 → 100644
+9
−0
+58
−119
README.zh-CN.md
deleted100644 → 0
+0
−166
+43
−25
build/check-versions.js
deleted100644 → 0
+0
−54
+34
−39
+4
−18
+23
−19
+24
−34
+85
−105
+10
−3
+28
−17
+11
−3
+6
−3
docker/docker-entrypoint.sh
0 → 100755
+8
−0
docker/nginx.conf.tpl
0 → 100644
+35
−0
+16
−12
+114
−77
Original line number | Diff line number | Diff line |
---|---|---|
{
|
||
"name": "vue-element-admin",
|
||
"version": "3.6.2",
|
||
"version": "3.10.0",
|
||
"description": "A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features",
|
||
"author": "Pan <panfree23@gmail.com>",
|
||
"license": "MIT",
|
||
"private": true,
|
||
"scripts": {
|
||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
||
"build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js",
|
||
"build:sit": "cross-env NODE_ENV=production env_config=sit node build/build.js",
|
||
"dev": "cross-env BABEL_ENV=development NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
||
"build:prod": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production env_config=prod node build/build.js",
|
||
"build:sit": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production env_config=sit node build/build.js",
|
||
"lint": "eslint --ext .js,.vue src",
|
||
"test": "npm run lint"
|
||
"test": "jest",
|
||
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
|
||
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.json"
|
||
},
|
||
"keywords": [
|
||
"vue",
|
||
"element-ui",
|
||
"admin",
|
||
"management-system",
|
||
"admin-template"
|
||
],
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+https://git.pleroma.social/pleroma/admin-fe.git"
|
||
},
|
||
"resolutions": {
|
||
"prosemirror-model": "1.18.3"
|
||
},
|
||
"bugs": {
|
||
"url": "https://git.pleroma.social/pleroma/admin-fe/-/issues"
|
||
},
|
||
"dependencies": {
|
||
"axios": "0.17.1",
|
||
"clipboard": "1.7.1",
|
||
"codemirror": "5.32.0",
|
||
"dropzone": "5.2.0",
|
||
"echarts": "3.8.5",
|
||
"element-ui": "2.0.8",
|
||
"file-saver": "1.3.3",
|
||
"font-awesome": "4.7.0",
|
||
"js-cookie": "2.2.0",
|
||
"jsonlint": "1.6.2",
|
||
"jszip": "3.1.5",
|
||
"mockjs": "1.0.1-beta3",
|
||
"@babel/runtime": "7.19.0",
|
||
"axios": "0.27.2",
|
||
"clipboard": "2.0.11",
|
||
"element-ui": "2.15.12",
|
||
"js-cookie": "2.2.1",
|
||
"localforage": "1.10.0",
|
||
"lodash": "4.17.21",
|
||
"lodash.debounce": "4.0.8",
|
||
"marked": "0.8.2",
|
||
"luxon": "3.1.1",
|
||
"normalize.css": "7.0.0",
|
||
"nprogress": "0.2.0",
|
||
"screenfull": "3.3.2",
|
||
"showdown": "1.8.5",
|
||
"simplemde": "1.11.2",
|
||
"sortablejs": "1.7.0",
|
||
"vue": "2.5.10",
|
||
"vue-count-to": "1.0.13",
|
||
"vue-i18n": "7.3.2",
|
||
"vue-multiselect": "2.0.8",
|
||
"vue-router": "3.0.1",
|
||
"vue-splitpane": "1.0.2",
|
||
"vuedraggable": "2.15.0",
|
||
"vuex": "3.0.1",
|
||
"xlsx": "^0.11.16"
|
||
"numeral": "2.0.6",
|
||
"tiptap": "1.32.2",
|
||
"tiptap-extensions": "1.35.2",
|
||
"vue": "2.7.8",
|
||
"vue-i18n": "8.28.2",
|
||
"vue-router": "3.6.5",
|
||
"vuex": "3.0.1"
|
||
},
|
||
"devDependencies": {
|
||
"autoprefixer": "7.2.3",
|
||
"babel-core": "6.26.0",
|
||
"babel-eslint": "8.0.3",
|
||
"@babel/core": "7.19.1",
|
||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||
"@babel/plugin-transform-runtime": "7.19.1",
|
||
"@babel/preset-env": "7.19.1",
|
||
"@vue/babel-helper-vue-jsx-merge-props": "1.4.0",
|
||
"@vue/babel-preset-jsx": "1.4.0",
|
||
"@vue/test-utils": "1.3.3",
|
||
"autoprefixer": "10.4.16",
|
||
"babel-eslint": "8.2.6",
|
||
"babel-helper-vue-jsx-merge-props": "2.0.3",
|
||
"babel-loader": "7.1.2",
|
||
"babel-plugin-syntax-jsx": "6.18.0",
|
||
"babel-plugin-transform-runtime": "6.23.0",
|
||
"babel-plugin-transform-vue-jsx": "3.5.0",
|
||
"babel-preset-env": "1.6.1",
|
||
"babel-preset-stage-2": "6.24.1",
|
||
"chalk": "2.3.0",
|
||
"copy-webpack-plugin": "4.3.0",
|
||
"cross-env": "5.1.1",
|
||
"css-loader": "0.28.7",
|
||
"eslint": "4.13.1",
|
||
"eslint-friendly-formatter": "3.0.0",
|
||
"eslint-loader": "1.9.0",
|
||
"eslint-plugin-html": "4.0.1",
|
||
"extract-text-webpack-plugin": "3.0.2",
|
||
"file-loader": "1.1.5",
|
||
"friendly-errors-webpack-plugin": "1.6.1",
|
||
"html-webpack-plugin": "2.30.1",
|
||
"node-notifier": "5.1.2",
|
||
"node-sass": "^4.7.2",
|
||
"optimize-css-assets-webpack-plugin": "3.2.0",
|
||
"ora": "1.3.0",
|
||
"portfinder": "1.0.13",
|
||
"postcss-import": "11.0.0",
|
||
"postcss-loader": "2.0.9",
|
||
"postcss-url": "7.3.0",
|
||
"pushstate-server": "3.0.1",
|
||
"rimraf": "2.6.2",
|
||
"sass-loader": "6.0.6",
|
||
"babel-jest": "25.5.1",
|
||
"babel-loader": "8.2.5",
|
||
"babel-plugin-dynamic-import-node-babel-7": "2.0.7",
|
||
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
|
||
"compression-webpack-plugin": "2.0.0",
|
||
"connect": "3.7.0",
|
||
"cross-env": "7.0.3",
|
||
"css-loader": "1.0.1",
|
||
"eslint": "4.19.1",
|
||
"eslint-friendly-formatter": "4.0.1",
|
||
"eslint-loader": "2.2.1",
|
||
"eslint-plugin-vue": "4.7.1",
|
||
"file-loader": "1.1.11",
|
||
"flush-promises": "1.0.2",
|
||
"hash-sum": "1.0.2",
|
||
"html-webpack-plugin": "3.2.0",
|
||
"jest": "25.5.4",
|
||
"jest-transform-stub": "2.0.0",
|
||
"mini-css-extract-plugin": "0.12.0",
|
||
"sass": "1.57.1",
|
||
"optimize-css-assets-webpack-plugin": "5.0.8",
|
||
"ora": "3.4.0",
|
||
"path-to-regexp": "2.4.0",
|
||
"postcss": "8.4.20",
|
||
"postcss-loader": "4.3.0",
|
||
"postcss-url": "10.1.3",
|
||
"rimraf": "2.7.1",
|
||
"sass-loader": "7.3.1",
|
||
"script-loader": "0.7.2",
|
||
"semver": "5.4.1",
|
||
"shelljs": "0.7.8",
|
||
"svg-sprite-loader": "3.5.2",
|
||
"uglifyjs-webpack-plugin": "1.1.3",
|
||
"url-loader": "0.6.2",
|
||
"vue-loader": "13.5.0",
|
||
"vue-style-loader": "3.0.3",
|
||
"vue-template-compiler": "2.5.10",
|
||
"webpack": "3.10.0",
|
||
"webpack-bundle-analyzer": "2.9.1",
|
||
"webpack-dev-server": "2.9.7",
|
||
"webpack-merge": "4.1.1"
|
||
"semver": "5.7.1",
|
||
"serve-static": "1.15.0",
|
||
"svg-sprite-loader": "3.9.2",
|
||
"svgo": "2.8.0",
|
||
"uglifyjs-webpack-plugin": "1.3.0",
|
||
"vue-jest": "4.0.1",
|
||
"vue-loader": "15.10.1",
|
||
"vue-style-loader": "4.1.3",
|
||
"vue-template-compiler": "2.7.8",
|
||
"webpack": "4.46.0",
|
||
"webpack-cli": "3.3.12",
|
||
"webpack-dev-server": "3.11.3",
|
||
"webpack-merge": "4.2.2"
|
||
},
|
||
"engines": {
|
||
"node": ">= 4.0.0",
|
||
"node": ">= 6.0.0",
|
||
"npm": ">= 3.0.0"
|
||
},
|
||
"browserslist": [
|
||
"> 1%",
|
||
"last 2 versions",
|
||
"not ie <= 8"
|
||
]
|
||
],
|
||
"jest": {
|
||
"coverageReporters": ["cobertura", "text-summary"],
|
||
"moduleFileExtensions": [
|
||
"js",
|
||
"json",
|
||
"vue"
|
||
],
|
||
"moduleDirectories": [
|
||
"node_modules",
|
||
"src"
|
||
],
|
||
"transform": {
|
||
"^.+\\.vue$": "vue-jest",
|
||
"^.+\\.js$": "babel-jest",
|
||
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$'": "jest-transform-stub"
|
||
},
|
||
"moduleNameMapper": {
|
||
"^.+.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub",
|
||
"^@/(.*)$": "<rootDir>/src/$1"
|
||
}
|
||
}
|
||
} |
public/index.png
0 → 100644
+355 KiB

354.65 KiB
renovate.json
0 → 100644
+6
−0
+11
−6
src/api/__mocks__/app.js
0 → 100644
+10
−0
src/api/__mocks__/chat.js
0 → 100644
+620
−0
src/api/__mocks__/emojiPacks.js
0 → 100644
+54
−0
src/api/__mocks__/invites.js
0 → 100644
+38
−0
src/api/__mocks__/login.js
0 → 100644
+63
−0
src/api/__mocks__/mediaProxyCache.js
0 → 100644
+23
−0
src/api/__mocks__/mediaUpload.js
0 → 100644
+6
−0
src/api/__mocks__/moderationLog.js
0 → 100644
+14
−0
src/api/__mocks__/nodeInfo.js
0 → 100644
+12
−0
src/api/__mocks__/peers.js
0 → 100644
+7
−0
src/api/__mocks__/relays.js
0 → 100644
+14
−0
src/api/__mocks__/reports.js
0 → 100644
+42
−0
src/api/__mocks__/settings.js
0 → 100644
+62
−0
src/api/__mocks__/status.js
0 → 100644
+100
−0
src/api/__mocks__/users.js
0 → 100644
+134
−0
src/api/app.js
0 → 100644
+26
−0
src/api/article.js
deleted100644 → 0
+0
−40
src/api/chat.js
0 → 100644
+38
−0
src/api/emojiPacks.js
0 → 100644
+139
−0
src/api/invites.js
0 → 100644
+48
−0
+35
−15
src/api/mediaProxyCache.js
0 → 100644
+46
−0
src/api/mediaUpload.js
0 → 100644
+22
−0
src/api/moderationLog.js
0 → 100644
+41
−0
src/api/nodeInfo.js
0 → 100644
+13
−0
src/api/peers.js
0 → 100644
+17
−0
src/api/qiniu.js
deleted100644 → 0
+0
−8
src/api/relays.js
0 → 100644
+37
−0
src/api/remoteSearch.js
deleted100644 → 0
+0
−9
src/api/reports.js
0 → 100644
+58
−0
src/api/settings.js
0 → 100644
+104
−0
src/api/status.js
0 → 100644
+63
−0
src/api/transaction.js
deleted100644 → 0
+0
−9
src/api/users.js
0 → 100644
+225
−0