55 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@sy/low-code-y-code-v1",
 | |
|   "version": "1.0.0-alpha.1",
 | |
|   "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": "catalog:",
 | |
|     "core-js": "^3.40.0",
 | |
|     "cross-env": "^7.0.3",
 | |
|     "dayjs": "catalog:",
 | |
|     "lodash-es": "^4.17.21",
 | |
|     "p-limit": "^6.1.0",
 | |
|     "pinia": "catalog:",
 | |
|     "vue": "catalog:",
 | |
|     "vue-grid-layout": "^3.0.0-beta1",
 | |
|     "vue-router": "catalog:"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@farmfe/cli": "catalog:",
 | |
|     "@farmfe/core": "catalog:",
 | |
|     "@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": "catalog:",
 | |
|     "unplugin-vue-components": "^0.26.0",
 | |
|     "vite": "catalog:",
 | |
|     "vite-plugin-mkcert": "catalog:",
 | |
|     "vite-plugin-qiankun": "^1.0.15",
 | |
|     "vue-tsc": "catalog:",
 | |
|     "yargs-parser": "^21.1.1"
 | |
|   },
 | |
|   "packageManager": "pnpm@10.6.2"
 | |
| }
 | 
