123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- {
- "name": "eco",
- "private": true,
- "version": "1.2.0",
- "type": "module",
- "description": "eco open source management system",
- "author": {
- "name": "gaokunw",
- "email": "wanggaokun@wo.cn"
- },
- "license": "MIT",
- "homepage": "https://gitee.com/gaokunw/eco-web",
- "repository": {
- "type": "git",
- "url": "git@gitee.com:gaokunw/eco-web.git"
- },
- "bugs": {
- "url": "https://gitee.com/gaokunw/eco-web/issues"
- },
- "scripts": {
- "dev": "vite",
- "serve": "vite",
- "build:dev": "vue-tsc && vite build --mode development",
- "build:test": "vue-tsc && vite build --mode test",
- "build:pro": "vue-tsc && vite build --mode production",
- "type:check": "vue-tsc --noEmit --skipLibCheck",
- "preview": "npm run build:dev && 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:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
- "lint:lint-staged": "lint-staged",
- "prepare": "husky install",
- "release": "standard-version",
- "commit": "git add -A && czg && git push"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.3.1",
- "@types/file-saver": "^2.0.7",
- "@types/js-cookie": "^3.0.6",
- "@vueuse/core": "^10.11.0",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "axios": "^1.7.2",
- "crypto-js": "^4.2.0",
- "dayjs": "^1.11.11",
- "driver.js": "^1.3.1",
- "echarts": "^5.5.0",
- "echarts-liquidfill": "^3.1.0",
- "element-plus": "^2.7.6",
- "file-saver": "^2.0.5",
- "image-conversion": "^2.1.1",
- "js-cookie": "^3.0.5",
- "jsencrypt": "^3.3.2",
- "md5": "^2.3.0",
- "mitt": "^3.0.1",
- "nanoid": "^5.0.4",
- "nprogress": "^0.2.0",
- "pinia": "^2.1.7",
- "pinia-plugin-persistedstate": "^3.2.1",
- "prismjs": "^1.29.0",
- "qs": "^6.12.1",
- "screenfull": "^6.0.2",
- "sortablejs": "^1.15.1",
- "vue": "^3.4.30",
- "vue-cropper": "^1.1.2",
- "vue-i18n": "^9.13.1",
- "vue-router": "^4.4.0",
- "vue-types": "^5.1.1",
- "vuedraggable": "^4.1.0"
- },
- "devDependencies": {
- "@commitlint/cli": "^18.4.3",
- "@commitlint/config-conventional": "^18.4.3",
- "@types/md5": "^2.3.5",
- "@types/nprogress": "^0.2.3",
- "@types/prismjs": "^1.26.3",
- "@types/qs": "^6.9.15",
- "@types/sortablejs": "^1.15.8",
- "@typescript-eslint/eslint-plugin": "^7.9.0",
- "@typescript-eslint/parser": "^7.9.0",
- "@vitejs/plugin-vue": "^5.0.4",
- "@vitejs/plugin-vue-jsx": "^3.1.0",
- "autoprefixer": "^10.4.19",
- "cz-git": "1.9.2",
- "czg": "^1.9.2",
- "eslint": "^8.57.0",
- "eslint-config-prettier": "^9.1.0",
- "eslint-plugin-import": "^2.29.1",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-prettier": "^5.1.3",
- "eslint-plugin-promise": "^6.2.0",
- "eslint-plugin-vue": "^9.26.0",
- "husky": "^9.0.11",
- "lint-staged": "^15.2.5",
- "postcss": "^8.4.38",
- "postcss-html": "^1.7.0",
- "prettier": "^3.2.5",
- "rollup-plugin-visualizer": "^5.12.0",
- "sass": "^1.77.3",
- "standard-version": "^9.5.0",
- "stylelint": "^16.6.1",
- "stylelint-config-html": "^1.1.0",
- "stylelint-config-recess-order": "^5.0.1",
- "stylelint-config-recommended-scss": "^14.0.0",
- "stylelint-config-recommended-vue": "^1.5.0",
- "stylelint-config-standard": "^36.0.0",
- "stylelint-config-standard-scss": "^13.1.0",
- "typescript": "^5.5.2",
- "unplugin-auto-import": "^0.17.6",
- "unplugin-icons": "^0.19.0",
- "unplugin-vue-components": "^0.27.0",
- "unplugin-vue-setup-extend-plus": "^1.0.1",
- "vite": "^5.3.1",
- "vite-plugin-compression": "^0.5.1",
- "vite-plugin-eslint": "^1.8.1",
- "vite-plugin-prismjs": "^0.0.8",
- "vite-plugin-pwa": "^0.20.0",
- "vite-plugin-simple-html": "^0.1.0",
- "vite-plugin-svg-icons": "^2.0.1",
- "vue-tsc": "^2.0.22"
- },
- "engines": {
- "node": ">=16.0.0"
- },
- "browserslist": {
- "production": [
- "> 1%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- },
- "config": {
- "commitizen": {
- "path": "node_modules/cz-git"
- }
- }
- }
|