{ "name": "geneb", "version": "1.0.0", "description": "", "author": "", "license": "", "keywords": [], "scripts": { "beforeCompile": "babel src/pages --out-dir src/pages --only **/*.jsx", "lint:fix": "eslint . --fix" }, "dependencies": { "@miniprogram-component-plus/video-swiper": "^1.0.1", "@vant/weapp": "^1.11.2", "dayjs": "^1.11.10", "echarts": "^5.4.3", "miniprogram-licia": "^1.39.2", "mp-html": "^2.4.2", "number-precision": "^1.6.0" }, "devDependencies": { "@antfu/eslint-config": "^3.2.0", "@babel/cli": "^7.23.4", "@babel/core": "^7.23.6", "@babel/plugin-transform-react-jsx": "^7.23.4", "eslint": "^9.9.1", "eslint-config-prettier": "^9.1.0", "miniprogram-api-typings": "^3.12.2", "prettier": "^3.3.3", "typescript": "^5.8.3" } }