2025-01-08 23:14:07 +08:00
|
|
|
{
|
|
|
|
|
"name": "snow-admin",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"description": "snow-admin open source management system",
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "WANGFan",
|
|
|
|
|
"email": "2547096351@qq.com",
|
2025-08-23 11:01:24 +08:00
|
|
|
"url": "https://github.com/WangFan-io"
|
2025-01-08 23:14:07 +08:00
|
|
|
},
|
|
|
|
|
"license": "MIT",
|
2025-08-23 11:01:24 +08:00
|
|
|
"homepage": "https://github.com/WangFan-io/SnowAdmin",
|
2025-01-08 23:14:07 +08:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2025-08-23 11:01:24 +08:00
|
|
|
"url": "https://github.com/WangFan-io/SnowAdmin.git"
|
2025-01-08 23:14:07 +08:00
|
|
|
},
|
|
|
|
|
"bugs": {
|
2025-08-23 11:01:24 +08:00
|
|
|
"url": "https://github.com/WangFan-io/SnowAdmin/issues"
|
2025-01-08 23:14:07 +08:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build:dev": "vue-tsc && vite build --mode development",
|
|
|
|
|
"build:prod": "vue-tsc && vite build --mode production",
|
|
|
|
|
"build:test": "vue-tsc && vite build --mode test",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
|
|
|
|
|
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
|
|
|
|
|
"lint:lint-staged": "lint-staged",
|
|
|
|
|
"fix": "eslint src --fix",
|
2025-03-23 14:32:23 +08:00
|
|
|
"prepare": "husky",
|
2025-01-08 23:14:07 +08:00
|
|
|
"preinstall": "npx only-allow pnpm"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-10-22 16:35:03 +08:00
|
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
2025-01-08 23:14:07 +08:00
|
|
|
"@arco-design/color": "^0.4.0",
|
|
|
|
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
|
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
|
|
|
"@codemirror/lang-vue": "^0.1.3",
|
|
|
|
|
"@codemirror/theme-one-dark": "^6.1.2",
|
2025-05-24 16:08:36 +08:00
|
|
|
"@fingerprintjs/fingerprintjs": "^4.6.2",
|
2025-01-08 23:14:07 +08:00
|
|
|
"@visactor/vchart": "^1.11.0",
|
|
|
|
|
"@visactor/vchart-arco-theme": "^1.11.0",
|
2025-01-15 16:45:14 +08:00
|
|
|
"@vueuse/core": "^12.4.0",
|
2025-01-08 23:14:07 +08:00
|
|
|
"@wangeditor/editor": "^5.1.23",
|
|
|
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
|
|
|
"axios": "^1.6.8",
|
|
|
|
|
"codemirror": "^6.0.1",
|
|
|
|
|
"driver.js": "^1.3.1",
|
|
|
|
|
"fingerprintjs2": "^2.1.4",
|
2025-01-09 18:12:43 +08:00
|
|
|
"jsbarcode": "^3.11.6",
|
2025-01-08 23:14:07 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2025-01-12 20:17:35 +08:00
|
|
|
"pinia": "^2.3.0",
|
2025-01-08 23:14:07 +08:00
|
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
2025-01-19 14:48:00 +08:00
|
|
|
"pinyin-pro": "^3.26.0",
|
2025-01-08 23:14:07 +08:00
|
|
|
"print-js": "^1.6.0",
|
2025-01-13 14:43:54 +08:00
|
|
|
"qrcode": "^1.5.4",
|
2025-06-25 13:37:38 +08:00
|
|
|
"recorder-core": "^1.3.25011100",
|
2025-09-03 16:12:17 +08:00
|
|
|
"sm-crypto": "^0.3.13",
|
2025-01-08 23:14:07 +08:00
|
|
|
"sortablejs": "^1.15.2",
|
2025-06-27 12:14:05 +08:00
|
|
|
"uuid": "^11.1.0",
|
2025-05-27 13:27:14 +08:00
|
|
|
"vue": "^3.5.15",
|
2025-01-08 23:14:07 +08:00
|
|
|
"vue-codemirror6": "^1.3.0",
|
|
|
|
|
"vue-color-kit": "^1.0.6",
|
|
|
|
|
"vue-i18n": "10.0.0-alpha.3",
|
|
|
|
|
"vue-pick-colors": "^1.7.6",
|
|
|
|
|
"vue-router": "^4.3.0",
|
2025-06-27 12:14:05 +08:00
|
|
|
"vue-virtual-scroller": "2.0.0-beta.8",
|
2025-01-08 23:14:07 +08:00
|
|
|
"vuedraggable": "^4.1.0",
|
|
|
|
|
"xgplayer": "^3.0.18"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-07-26 13:15:35 +08:00
|
|
|
"@arco-design/web-vue": "^2.57.0",
|
2025-01-08 23:14:07 +08:00
|
|
|
"@arco-plugins/vite-vue": "^1.4.5",
|
2025-05-24 16:08:36 +08:00
|
|
|
"@commitlint/cli": "^19.8.0",
|
|
|
|
|
"@commitlint/config-conventional": "^19.8.0",
|
|
|
|
|
"@types/node": "^22.13.11",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
|
|
|
|
"@typescript-eslint/parser": "^8.32.1",
|
|
|
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
2025-01-08 23:14:07 +08:00
|
|
|
"commitlint": "^19.2.1",
|
2025-05-24 16:08:36 +08:00
|
|
|
"eslint": "^9.27.0",
|
|
|
|
|
"eslint-config-prettier": "^10.1.1",
|
|
|
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
|
|
|
"eslint-plugin-vue": "^10.0.0",
|
|
|
|
|
"globals": "^16.1.0",
|
2025-01-08 23:14:07 +08:00
|
|
|
"husky": "^9.0.11",
|
|
|
|
|
"lint-staged": "^15.2.2",
|
|
|
|
|
"mockjs": "^1.1.0",
|
|
|
|
|
"postcss": "^8.4.38",
|
|
|
|
|
"postcss-html": "^1.6.0",
|
|
|
|
|
"postcss-preset-env": "^9.5.2",
|
|
|
|
|
"postcss-scss": "^4.0.9",
|
|
|
|
|
"prettier": "^3.2.5",
|
2025-05-24 16:08:36 +08:00
|
|
|
"sass-embedded": "^1.86.0",
|
|
|
|
|
"stylelint": "^16.16.0",
|
2025-01-08 23:14:07 +08:00
|
|
|
"stylelint-config-html": "^1.1.0",
|
2025-05-24 16:08:36 +08:00
|
|
|
"stylelint-config-recess-order": "^6.0.0",
|
2025-01-08 23:14:07 +08:00
|
|
|
"stylelint-config-recommended-scss": "^14.1.0",
|
2025-05-24 16:08:36 +08:00
|
|
|
"stylelint-config-recommended-vue": "^1.6.0",
|
|
|
|
|
"stylelint-config-standard": "^37.0.0",
|
2025-01-08 23:14:07 +08:00
|
|
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
|
|
|
"terser": "^5.29.2",
|
|
|
|
|
"typescript": "^5.2.2",
|
2025-05-24 16:08:36 +08:00
|
|
|
"typescript-eslint": "^8.32.1",
|
2025-01-08 23:14:07 +08:00
|
|
|
"unplugin-auto-import": "^0.17.5",
|
|
|
|
|
"unplugin-vue-components": "^0.26.0",
|
2025-05-24 16:08:36 +08:00
|
|
|
"vite": "^6.3.5",
|
2025-01-08 23:14:07 +08:00
|
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
|
|
|
"vite-plugin-mock": "^2.9.6",
|
|
|
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
2025-05-24 16:08:36 +08:00
|
|
|
"vue-tsc": "^2.2.4"
|
2025-01-08 23:14:07 +08:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 18.12.0",
|
|
|
|
|
"pnpm": ">= 8.7.0"
|
|
|
|
|
}
|
|
|
|
|
}
|