12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "name": "@workspace/init",
- "version": "1.0.0",
- "description": "项目合集",
- "type": "module",
- "license": "MIT",
- "private": true,
- "workspaces": [
- "packages/*",
- "workspace/*",
- "templates/*"
- ],
- "engines": {
- "node": ">=18"
- },
- "scripts": {
- "all": "yarn workspaces info [--json]",
- "serve": "node scripts/dev.js",
- "build": "node scripts/build.js"
- },
- "dependencies": {
- "@vue/composition-api": "^1.7.1",
- "ant-design-vue": "^1.7.8",
- "axios": "^0.26.0",
- "blue-ui": "https://gitee.com/swust_0602/blue-ui.git#master",
- "browserslist": "^4.21.3",
- "echarts": "^4.8.0",
- "html2canvas": "^1.4.1",
- "jspdf": "^2.5.1",
- "k-form-designs-gy": "^1.8.7",
- "lodash": "^4.17.21",
- "ludash": "https://gitee.com/swust_0602/ludash.git#master",
- "moment": "^2.29.4",
- "pinyin-pro": "^3.11.0",
- "qs": "^6.10.3",
- "vue": "2.7.14",
- "vue-class-component": "^7.2.3",
- "vue-property-decorator": "^9.1.2",
- "vue-router": "^3.2.0",
- "vuex": "^3.4.0",
- "vuex-persistedstate": "^4.1.0",
- "web-downloadfile": "^0.0.1",
- "execa": "^9.5.1",
- "inquirer": "^12.1.0"
- },
- "devDependencies": {
- "@babel/cli": "^7.17.10",
- "@babel/eslint-parser": "^7.22.10",
- "@babel/plugin-proposal-optional-chaining": "^7.21.0",
- "@babel/preset-env": "^7.18.2",
- "@types/body-parser": "^1.19.2",
- "@types/echarts": "^4.9.18",
- "@types/lodash": "^4.14.196",
- "@types/qs": "^6.9.7",
- "@typescript-eslint/eslint-plugin": "^5.4.0",
- "@typescript-eslint/parser": "^5.4.0",
- "@vue/cli-plugin-babel": "~5.0.0",
- "@vue/cli-plugin-eslint": "~5.0.0",
- "@vue/cli-plugin-router": "~5.0.0",
- "@vue/cli-plugin-typescript": "~5.0.0",
- "@vue/cli-plugin-vuex": "~5.0.0",
- "@vue/cli-service": "~5.0.0",
- "@vue/eslint-config-prettier": "7.0.0",
- "@vue/eslint-config-typescript": "^9.1.0",
- "antd-theme-webpack-plugin": "^1.3.9",
- "babel-eslint": "^10.1.0",
- "babel-plugin-import": "^1.13.0",
- "babel-polyfill": "6.26.0",
- "core-js": "^3.32.2",
- "eslint": "^7.32.0",
- "eslint-config-prettier": "^8.3.0",
- "eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-vue": "^8.0.3",
- "less": "^2.7.2",
- "less-loader": "6",
- "prettier": "2.5.1",
- "typescript": "~4.1.5",
- "vue-eslint-parser": "^9.3.1",
- "vue-template-compiler": "2.7.14"
- },
- "resolutions": {
- "@achrinza/node-ipc": "9.2.9"
- },
- "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
- }
|