2024-07-05 09:31:54 +08:00
|
|
|
{
|
|
|
|
"name": "naive-admin-element",
|
|
|
|
"version": "1.4.1",
|
|
|
|
"author": {
|
|
|
|
"name": "Ahjung",
|
|
|
|
"email": "735878602@qq.com",
|
|
|
|
"url": "https://github.com/jekip"
|
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"bootstrap": "pnpm install",
|
|
|
|
"serve": "pnpm run dev",
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
|
|
|
|
"build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts",
|
|
|
|
"build:no-cache": "pnpm clean:cache && pnpm run build",
|
|
|
|
"report": "cross-env REPORT=true pnpm run build",
|
|
|
|
"type:check": "vue-tsc --noEmit --skipLibCheck",
|
|
|
|
"preview": "pnpm run build && vite preview",
|
|
|
|
"preview:dist": "vite preview",
|
|
|
|
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
|
|
|
|
"clean:lib": "rimraf node_modules",
|
|
|
|
"lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
|
|
|
|
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
|
|
|
|
"lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
|
|
|
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
|
|
|
|
"lint:pretty": "pretty-quick --staged",
|
|
|
|
"test prod gzip": "http-server dist --cors --gzip -c-1",
|
|
|
|
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && pnpm run bootstrap",
|
|
|
|
"build typecheck": "vuedx-typecheck . && vite build",
|
|
|
|
"deploy": "gh-pages -d dist"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
2024-07-12 15:43:54 +08:00
|
|
|
"@tinymce/tinymce-vue": "^5.1.1",
|
2024-07-05 09:31:54 +08:00
|
|
|
"@vicons/antd": "^0.12.0",
|
|
|
|
"@vicons/ionicons5": "^0.12.0",
|
|
|
|
"@vueup/vue-quill": "1.0.0-beta.8",
|
|
|
|
"@vueuse/core": "^8.9.4",
|
|
|
|
"axios": "^0.27.2",
|
|
|
|
"blueimp-md5": "^2.19.0",
|
|
|
|
"cropperjs": "^1.6.2",
|
|
|
|
"dayjs": "^1.11.11",
|
|
|
|
"echarts": "^5.5.0",
|
|
|
|
"element-plus": "^2.7.4",
|
|
|
|
"element-resize-detector": "^1.2.4",
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
"mockjs": "^1.1.0",
|
|
|
|
"nprogress": "^0.2.0",
|
|
|
|
"perfect-scrollbar": "^1.5.5",
|
|
|
|
"pinia": "^2.1.7",
|
|
|
|
"print-js": "^1.6.0",
|
|
|
|
"qrcode": "^1.5.3",
|
|
|
|
"qs": "^6.12.1",
|
2024-07-12 15:43:54 +08:00
|
|
|
"tinymce": "5.10.3",
|
2024-07-05 09:31:54 +08:00
|
|
|
"vue": "^3.4.27",
|
|
|
|
"vue-router": "^4.3.2",
|
|
|
|
"vue-types": "^4.2.1",
|
|
|
|
"vuedraggable": "^4.1.0",
|
2024-08-29 09:03:54 +08:00
|
|
|
"vue-cropper": "0.5.8",
|
2024-07-05 09:31:54 +08:00
|
|
|
"xlsx": "^0.18.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@commitlint/cli": "^17.8.1",
|
|
|
|
"@commitlint/config-conventional": "^17.8.1",
|
|
|
|
"@types/element-resize-detector": "^1.1.6",
|
|
|
|
"@types/intro.js": "^3.0.2",
|
|
|
|
"@types/lodash": "^4.17.4",
|
|
|
|
"@types/node": "^17.0.45",
|
|
|
|
"@types/qrcode": "^1.5.5",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
|
|
"@vitejs/plugin-vue": "^2.3.4",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
|
|
"@vue/compiler-sfc": "^3.4.27",
|
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
|
"colors": "^1.4.0",
|
|
|
|
"commitizen": "^4.3.0",
|
|
|
|
"core-js": "^3.37.1",
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"dotenv": "^16.4.5",
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-config-prettier": "^8.10.0",
|
|
|
|
"eslint-define-config": "^1.24.1",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-vue": "^8.7.1",
|
|
|
|
"esno": "^0.16.3",
|
|
|
|
"fs-extra": "^10.1.0",
|
|
|
|
"gh-pages": "^4.0.0",
|
|
|
|
"husky": "^8.0.3",
|
|
|
|
"lint-staged": "^13.3.0",
|
|
|
|
"picocolors": "^1.0.1",
|
|
|
|
"postcss": "^8.4.38",
|
|
|
|
"prettier": "^2.8.8",
|
|
|
|
"pretty-quick": "^3.3.1",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
|
|
"sass": "^1.77.4",
|
|
|
|
"stylelint": "^14.16.1",
|
|
|
|
"stylelint-config-prettier": "^9.0.5",
|
|
|
|
"stylelint-config-standard": "^25.0.0",
|
|
|
|
"stylelint-order": "^5.0.0",
|
|
|
|
"stylelint-scss": "^4.7.0",
|
|
|
|
"tailwindcss": "^3.4.3",
|
|
|
|
"ts-node": "^10.9.2",
|
|
|
|
"typescript": "^4.9.5",
|
|
|
|
"vite": "^3.2.10",
|
|
|
|
"vite-plugin-compression": "^0.5.1",
|
|
|
|
"vite-plugin-html": "^3.2.2",
|
|
|
|
"vite-plugin-mock": "^2.9.8",
|
|
|
|
"vite-plugin-style-import": "^2.0.0",
|
|
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
|
|
"vue-eslint-parser": "^9.4.3",
|
|
|
|
"vue-tsc": "^0.35.2"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.{vue,js,ts,tsx}": "eslint --fix"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "./node_modules/cz-customizable"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vue",
|
|
|
|
"naive-ui",
|
|
|
|
"naive-ui-admin",
|
|
|
|
"vue3",
|
|
|
|
"ts",
|
|
|
|
"tsx",
|
|
|
|
"admin",
|
|
|
|
"typescript"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": "^12 || >=14"
|
|
|
|
},
|
|
|
|
"pnpm": {
|
|
|
|
"peerDependencyRules": {
|
|
|
|
"ignoreMissing": [
|
|
|
|
"rollup",
|
|
|
|
"webpack"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|