武田基因病B开发环境
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
838 B

2 weeks ago
{
"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": {
1 week ago
"@miniprogram-component-plus/video-swiper": "^1.0.1",
2 weeks ago
"@vant/weapp": "^1.11.2",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"miniprogram-licia": "^1.39.2",
"mp-html": "^2.4.2",
1 week ago
"number-precision": "^1.6.0"
2 weeks ago
},
"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",
1 week ago
"prettier": "^3.3.3",
"typescript": "^5.8.3"
2 weeks ago
}
}