54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "@sy/low-code-y-code-v1",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "cross-env farm start --mode development",
|
|
"build": "cross-env farm build --mode production",
|
|
"build:staging": "cross-env farm build --mode staging",
|
|
"preview": "cross-env farm preview",
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"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.2.6",
|
|
"axios": "^1.8.1",
|
|
"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.3.1",
|
|
"vue": "^3.5.13",
|
|
"vue-grid-layout": "^3.0.0-beta1",
|
|
"vue-router": "^4.5.0",
|
|
"wujie-vue3": "^1.0.24"
|
|
},
|
|
"devDependencies": {
|
|
"@farmfe/cli": "^1.0.4",
|
|
"@farmfe/core": "^1.6.6",
|
|
"@rushstack/eslint-patch": "^1.10.5",
|
|
"@tsconfig/node20": "^20.1.4",
|
|
"@types/node": "^20.17.17",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"eslint": "^9.20.1",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"less": "^4.2.2",
|
|
"semantic-release": "^24.2.2",
|
|
"typescript": "~5.8.2",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^6.2.0",
|
|
"vite-plugin-qiankun": "^1.0.15",
|
|
"vue-tsc": "^2.2.8",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"packageManager": "pnpm@10.4.1"
|
|
} |