48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "y-code",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "cross-env DEV_ENV=development vite --mode staging",
|
|
"pro": "cross-env DEV_ENV=development vite --mode production",
|
|
"build:pre": "vite build --mode staging",
|
|
"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": {
|
|
"@antv/g2plot": "^2.4.31",
|
|
"@sy/y-code-chart": "^1.2.1",
|
|
"@vueuse/core": "^10.11.0",
|
|
"ant-design-vue": "^4.1.2",
|
|
"axios": "^1.6.7",
|
|
"cross-env": "^7.0.3",
|
|
"lodash": "^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",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@tsconfig/node20": "^20.1.2",
|
|
"@types/node": "^20.11.10",
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@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"
|
|
}
|
|
}
|