wireguard-dashboard-admin/package.json

154 lines
4.7 KiB
JSON
Raw Permalink Normal View History

2021-10-16 16:16:58 +08:00
{
2022-01-05 14:17:06 +08:00
"name": "pure-admin-thin",
2024-05-10 12:09:23 +08:00
"version": "5.5.0",
2021-10-16 16:16:58 +08:00
"private": true,
2024-03-09 16:27:52 +08:00
"type": "module",
2021-10-16 16:16:58 +08:00
"scripts": {
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
"serve": "pnpm dev",
"build": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 vite build",
"build:staging": "rimraf dist && vite build --mode staging",
"report": "rimraf dist && vite build",
2021-10-16 16:16:58 +08:00
"preview": "vite preview",
"preview:build": "pnpm build && vite preview",
2022-08-22 21:34:55 +08:00
"typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck",
2024-03-09 16:27:52 +08:00
"svgo": "svgo -f . -r",
"clean:cache": "rimraf .eslintcache && rimraf pnpm-lock.yaml && rimraf node_modules && pnpm store prune && pnpm install",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix",
2023-05-12 13:27:40 +08:00
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"",
2024-03-09 16:27:52 +08:00
"lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache-location node_modules/.cache/stylelint/",
2022-01-18 16:59:35 +08:00
"lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
2024-03-09 16:27:52 +08:00
"prepare": "husky",
"preinstall": "npx only-allow pnpm"
2021-10-16 16:16:58 +08:00
},
2024-03-09 16:27:52 +08:00
"keywords": [
"vue-pure-admin",
"element-plus",
"tailwindcss",
"pure-admin",
"typescript",
"pinia",
"vue3",
"vite",
"esm"
],
2024-03-09 16:27:52 +08:00
"homepage": "https://github.com/pure-admin/pure-admin-thin",
"repository": {
"type": "git",
"url": "git+https://github.com/pure-admin/pure-admin-thin.git"
},
"bugs": {
2024-05-10 12:09:23 +08:00
"url": "https://github.com/pure-admin/vue-pure-admin/issues"
2024-03-09 16:27:52 +08:00
},
"license": "MIT",
"author": {
"name": "xiaoxian521",
"email": "pureadmin@163.com",
"url": "https://github.com/xiaoxian521"
},
2021-10-16 16:16:58 +08:00
"dependencies": {
2024-05-24 16:08:29 +08:00
"@element-plus/icons-vue": "^2.3.1",
2024-03-22 20:47:17 +08:00
"@pureadmin/descriptions": "^1.2.1",
2024-03-09 16:27:52 +08:00
"@pureadmin/table": "^3.1.2",
2024-03-22 20:47:17 +08:00
"@pureadmin/utils": "^2.4.7",
2024-03-09 16:27:52 +08:00
"@vueuse/core": "^10.9.0",
"@vueuse/motion": "^2.1.0",
2021-10-16 16:16:58 +08:00
"animate.css": "^4.1.1",
2024-03-22 20:47:17 +08:00
"axios": "^1.6.8",
2024-05-10 12:09:23 +08:00
"dayjs": "^1.11.11",
2024-03-09 16:27:52 +08:00
"echarts": "^5.5.0",
2024-05-10 12:09:23 +08:00
"element-plus": "2.7.1",
2023-05-12 13:27:40 +08:00
"js-cookie": "^3.0.5",
2024-03-09 16:27:52 +08:00
"localforage": "^1.10.0",
"mitt": "^3.0.1",
2021-10-16 16:16:58 +08:00
"nprogress": "^0.2.0",
"path": "^0.12.7",
2024-03-09 16:27:52 +08:00
"pinia": "^2.1.7",
2024-05-10 12:09:23 +08:00
"pinyin-pro": "^3.20.4",
2024-05-24 16:08:29 +08:00
"plus-pro-components": "^0.1.4",
2024-04-22 14:15:05 +08:00
"qs": "^6.12.1",
2023-02-28 22:42:12 +08:00
"responsive-storage": "^2.2.0",
2024-03-09 16:27:52 +08:00
"sortablejs": "^1.15.2",
2024-05-10 12:09:23 +08:00
"vue": "^3.4.27",
2024-04-22 14:15:05 +08:00
"vue-router": "^4.3.2",
2024-03-09 16:27:52 +08:00
"vue-tippy": "^6.4.1",
2024-05-10 12:09:23 +08:00
"vue-types": "^5.1.2"
2021-10-16 16:16:58 +08:00
},
"devDependencies": {
2024-04-25 12:11:21 +08:00
"@commitlint/cli": "^19.3.0",
2024-04-22 14:15:05 +08:00
"@commitlint/config-conventional": "^19.2.2",
2024-03-22 20:47:17 +08:00
"@commitlint/types": "^19.0.3",
2024-05-10 12:09:23 +08:00
"@eslint/js": "^9.2.0",
2024-03-09 16:27:52 +08:00
"@faker-js/faker": "^8.4.1",
2023-06-26 12:32:11 +08:00
"@iconify-icons/ep": "^1.2.12",
2024-03-09 16:27:52 +08:00
"@iconify-icons/ri": "^1.2.10",
2024-04-22 14:15:05 +08:00
"@iconify/vue": "^4.1.2",
2024-03-09 16:27:52 +08:00
"@pureadmin/theme": "^3.2.0",
2024-04-22 14:15:05 +08:00
"@types/gradient-string": "^1.1.6",
2024-03-09 16:27:52 +08:00
"@types/js-cookie": "^3.0.6",
2024-05-10 12:09:23 +08:00
"@types/node": "^20.12.11",
2024-03-09 16:27:52 +08:00
"@types/nprogress": "^0.2.3",
2024-04-22 14:15:05 +08:00
"@types/qs": "^6.9.15",
2024-03-09 16:27:52 +08:00
"@types/sortablejs": "^1.15.8",
2024-05-10 12:09:23 +08:00
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
2024-03-09 16:27:52 +08:00
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
2024-03-22 20:47:17 +08:00
"autoprefixer": "^10.4.19",
2024-03-09 16:27:52 +08:00
"boxen": "^7.1.1",
2024-05-10 12:09:23 +08:00
"cssnano": "^7.0.1",
"eslint": "^9.2.0",
2024-03-09 16:27:52 +08:00
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-prettier": "^5.1.3",
2024-04-22 14:15:05 +08:00
"eslint-plugin-vue": "^9.25.0",
2024-03-09 16:27:52 +08:00
"gradient-string": "^2.0.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
2024-03-22 20:47:17 +08:00
"postcss": "^8.4.38",
2024-05-10 12:09:23 +08:00
"postcss-html": "^1.7.0",
2024-03-22 20:47:17 +08:00
"postcss-import": "^16.1.0",
2024-03-09 16:27:52 +08:00
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.12.0",
2024-05-10 12:09:23 +08:00
"sass": "^1.77.0",
"stylelint": "^16.5.0",
2024-04-22 14:15:05 +08:00
"stylelint-config-recess-order": "^5.0.1",
2024-03-09 16:27:52 +08:00
"stylelint-config-recommended-vue": "^1.5.0",
2024-04-22 14:15:05 +08:00
"stylelint-config-standard-scss": "^13.1.0",
2024-03-09 16:27:52 +08:00
"stylelint-prettier": "^5.0.0",
2024-05-10 12:09:23 +08:00
"svgo": "^3.3.0",
2024-03-29 00:11:15 +08:00
"tailwindcss": "^3.4.3",
2024-04-22 14:15:05 +08:00
"typescript": "^5.4.5",
2024-05-10 12:09:23 +08:00
"vite": "^5.2.11",
"vite-plugin-cdn-import": "^0.3.5",
"vite-plugin-compression": "^0.5.1",
2024-03-09 16:27:52 +08:00
"vite-plugin-fake-server": "^2.1.1",
"vite-plugin-remove-console": "^2.2.0",
"vite-plugin-router-warn": "^1.0.0",
"vite-svg-loader": "^5.1.0",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27"
2021-10-16 16:16:58 +08:00
},
2024-03-09 16:27:52 +08:00
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0",
"pnpm": ">=8.6.10"
},
"packageManager": "pnpm@8.6.10",
2022-08-22 21:34:55 +08:00
"pnpm": {
2023-05-12 13:27:40 +08:00
"allowedDeprecatedVersions": {
"sourcemap-codec": "*",
2024-03-09 16:27:52 +08:00
"domexception": "*",
2023-06-05 15:44:49 +08:00
"w3c-hr-time": "*",
2024-03-09 16:27:52 +08:00
"stable": "*",
"abab": "*"
2024-04-22 14:15:05 +08:00
},
"peerDependencyRules": {
"allowedVersions": {
"eslint": "9"
}
2022-08-22 21:34:55 +08:00
}
2024-03-09 16:27:52 +08:00
}
2021-10-16 16:16:58 +08:00
}