{ "name": "y-code", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "cross-env farm start", "build:pre": "cross-env farm build --mode staging", "build:pro": "cross-env farm build --mode production", "preview": "cross-env farm preview", "vite:dev": "cross-env DEV_ENV=development vite --mode staging", "vite:pro": "cross-env DEV_ENV=development vite --mode production", "vite:build:pre": "vite build --mode staging", "vite:build:pro": "vite build --mode production", "type-check": "vue-tsc --build --force", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { "@ant-design/icons-vue": "^7.0.1", "@antv/g2plot": "^2.4.31", "@farmfe/js-plugin-less": "^1.12.1", "@sy/y-code-chart": "^1.2.1", "@vueuse/core": "^10.11.0", "ant-design-vue": "^4.1.2", "axios": "^1.6.7", "core-js": "^3.40.0", "cross-env": "^7.0.3", "dayjs": "^1.11.13", "lodash-es": "^4.17.21", "p-limit": "^6.1.0", "pinia": "^2.1.7", "vue": "^3.4.15", "vue-grid-layout": "^3.0.0-beta1", "vue-router": "^4.2.5" }, "devDependencies": { "@farmfe/cli": "^1.0.4", "@farmfe/core": "^1.6.6", "@rushstack/eslint-patch": "^1.3.3", "@tsconfig/node20": "^20.1.2", "@types/node": "^20.11.10", "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vue/eslint-config-typescript": "^12.0.0", "@vue/tsconfig": "^0.5.1", "eslint": "^8.49.0", "eslint-plugin-vue": "^9.17.0", "less": "^4.2.0", "npm-run-all2": "^6.1.1", "typescript": "~5.3.0", "unplugin-vue-components": "^0.26.0", "vite": "^5.0.11", "vite-plugin-qiankun": "^1.0.15", "vue-tsc": "^1.8.27", "yargs-parser": "^21.1.1" }, "packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c" }