1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/gx12358-vue-antd-admin

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 4.9 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
gx12358 Отправлено 09.10.2022 12:25 9e413ac
{
"name": "gx-pro-admin",
"version": "1.0.0",
"scripts": {
"bootstrap": "pnpm i",
"serve": "pnpm run dev",
"dev": "pnpm run start:dev",
"start:dev": "cross-env VITE_APP_ENV=dev vite",
"start:pre": "cross-env VITE_APP_ENV=pre vite",
"start:test": "cross-env VITE_APP_ENV=test vite",
"build": "cross-env vite build && esno ./build/script/postBuild.ts",
"build:pro": "cross-env vite build --mode pro && esno ./build/script/postBuild.ts",
"build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts",
"build:no-cache": "yarn clean:cache && npm run build",
"report": "cross-env REPORT=true npm run build",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"preview": "pnpm run build && vite preview",
"preview:dist": "vite preview",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s",
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
"clean:lib": "rimraf node_modules",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"test:unit": "jest",
"test:unit-coverage": "jest --coverage",
"test:gzip": "http-server dist --cors --gzip -c-1",
"test:br": "http-server dist --cors --brotli -c-1",
"reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && pnpm run bootstrap",
"prepare": "husky install"
},
"dependencies": {
"@vueuse/core": "^6.8.0",
"@vueuse/shared": "^6.8.0",
"ali-oss": "^6.17.1",
"animate.css": "^4.1.1",
"ant-design-vue": "3.2.13",
"autoprefixer": "^10.4.5",
"axios": "0.27.2",
"body-parser": "^1.19.0",
"chalk": "^4.1.2",
"clipboard": "^2.0.8",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.0",
"echarts": "^5.2.1",
"highlight.js": "^11.4.0",
"husky": "^7.0.4",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.9",
"resize-observer-polyfill": "^1.5.1",
"rollup-plugin-external-globals": "^0.6.1",
"tailwindcss": "^3.0.24",
"terser": "^5.14.2",
"tinymce": "^5.10.3",
"vue": "3.2.37",
"vue-router": "^4.0.12",
"vue-types": "^4.0.0",
"vueuc": "^0.4.37"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@purge-icons/generated": "^0.7.0",
"@rollup/plugin-commonjs": "^21.0.3",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^26.0.24",
"@types/lodash-es": "^4.17.4",
"@types/mockjs": "^1.0.6",
"@types/node": "^17.0.42",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vitejs/plugin-legacy": "1.8.2",
"@vitejs/plugin-vue": "2.3.3",
"@vitejs/plugin-vue-jsx": "1.3.10",
"@vue/compiler-sfc": "3.2.37",
"@vue/test-utils": "^2.0.0-rc.10",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"dotenv": "16.0.1",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"esno": "^0.7.3",
"fs-extra": "^10.1.0",
"jest": "^27.0.6",
"less": "^4.1.2",
"lint-staged": "12.3.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"postcss-html": "^1.4.1",
"postcss-less": "^6.0.0",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"rollup": "^2.70.2",
"rollup-plugin-visualizer": "^5.6.0",
"stylelint": "^14.7.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"ts-node": "^10.1.0",
"typescript": "^4.6.4",
"unplugin-auto-import": "0.10.3",
"unplugin-vue-components": "0.21.2",
"vite": "2.9.1",
"vite-plugin-compression": "0.5.1",
"vite-plugin-html": "3.2.0",
"vite-plugin-mock": "2.9.6",
"vite-plugin-pwa": "0.12.3",
"vite-plugin-vue-setup-extend": "0.4.0",
"vite-plugin-windicss": "1.8.7",
"vue-eslint-parser": "9.0.3",
"vue-tsc": "0.39.4"
},
"license": "MIT",
"engines": {
"node": "^12 || >=14"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
"prettier --write--parser json"
],
"package.json": [
"prettier --write"
],
"*.vue": [
"eslint --fix",
"prettier --write",
"stylelint --fix"
],
"*.{scss,less,styl,html}": [
"stylelint --fix",
"prettier --write"
],
"*.md": [
"prettier --write"
]
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/gx12358-vue-antd-admin.git
git@api.gitlife.ru:oschina-mirror/gx12358-vue-antd-admin.git
oschina-mirror
gx12358-vue-antd-admin
gx12358-vue-antd-admin
master